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:
In the Process Designer, in the Repository View panel, expand Action.
Â
Select Put-Context-Var action and drag it to the Graph Canvas area anywhere within the process flow.
Connect the Put-Context-Var action as shown below.
Â
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.
Â
- In the Properties tab, click Edit in the Context Variables property.
- In the Edit Context Variables window, click .
- In the Context Variable Information window, do the following:
- Leave the Activity Name field blank.
- Select ProcessFlowDescription from the Variable Name.
- Type the new description of the process flow in the Variable Value.
- Click Done to close the Context Variable Information window.
- Click Done to close Edit Context Variables window and return to the Process Designer.
- Save the process flow and exit from the Process Designer.
Â