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 creates 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 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: a combination of the above

...