Process context
The process context is an important part of the Orchestration Engine system as it holds all the external information about the execution of a specific Process Orchestration version instance. You can add process context in the form of a module in your Action Flow.
Before you begin:
Make sure to set your Action Flow scheduling to "on demand."
In your Action Flow, add a new input called
dpInstanceId
and set the input type to text.Important
The input name value is case sensitive.
In your Action Flow, add a new module and select Get Process Context.
In the Digital Process Instance ID, use the
dpInstanceId
variable.Save your changes.
Once you publish and run the Action Flow, you will see all process context for this automation.