You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

In this example, we have 2 processes with the first process "Workflow Process 1" containing a Subflow calling the second process "Workflow Process 2".


Figure 1: Workflow Process 1 with Subflow to Workflow Process 2


Figure 2: Workflow Process 2

Subflow Properties

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.
  • No labels