Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Title

Description

Id

Process to be called

Execution

Synchronous: Calls and create the Subflow instance and waits for the Subflow Process to finish before continuing to the next node in the Workflow Process.
Asynchronous: Calls the Subflow Process and continues on to the next node in the process without waiting.

Subflow Parameters / Actual Parameters

Workflow Variables in the Subflow process to be mapped with the existing Workflow Variables in the current Workflow Process. The number of entries in Subflow Parameters and Actual Parameters should be identical.

Id: Workflow Variable ID.
Mode:

  • In: Pass the value from the current Workflow Process's variable to the Subflow Process's variable only upon calling up the Subflow Process.
  • Out: Pass the value from the Subflow Workflow Process's variable to the current Workflow Process's variable only upon completion of the Subflow Process.
  • In and Out: Combination of both above.

...