20.2.2 Creating a Workflow Variable
Create a workflow variable by right-clicking on the workflow version and selecting Create Variable.
A workflow variable is an input for the workflow that is specific to the workflow version. The value of a workflow variable may change during the workflow runtime.
You can only create a workflow variable if the workflow is in development. You cannot create a variable if the workflow is active.
Caution:
A parallel flow activity can contain one or more activities that update workflow variables. When the same workflow variable is set from activities in different branches, the last activity that the workflow runtime engine processes sets the value of the workflow variable. The workflow runtime engine is nondeterministic, and the exact sequence of execution for different branches can vary.Oracle recommends updating workflow variables outside parallel flow branches.
To create a workflow variable:
Parent topic: Creating a Workflow