Overriding Process Flow Description at Runtime

You can override (change) the description of the process flow during process flow execution. This can be done using put-context-var action.

To override the description:

  1. In the Process Designer, in the Repository View panel, expand Action.

     

  2. Select Put-Context-Var action and drag it to the Graph Canvas area anywhere within the process flow.

  3. Connect the Put-Context-Var action as shown below.

     

  4. Right-click Put-Context-Var and select View Properties. Alternately, you can click the Put-Context-Var. Its properties are displayed in the Bottom Pane.

     

  5. In the Properties tab, click Edit in the Context Variables property.
  6. In the Edit Context Variables window, click .



  7. In the Context Variable Information window, do the following:
    1. Leave the Activity Name field blank.
    2. Select ProcessFlowDescription from the Variable Name.
    3. Type the new description of the process flow in the Variable Value.
    4. Click Done to close the Context Variable Information window.

    This creates a variable and is added to the list of existing context variables.
  8. Click Done to close Edit Context Variables window and return to the Process Designer.
  9. Save the process flow and exit from the Process Designer.

Â