Versions Compared

Key

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

This is a sample application meant to demonstrate the use of Subflow with each process maintaining its own Form table setup.

Image AddedImage Removed
Figure 1: Process A

Process A will invoke Process B when the condition is met.

Image Modified
Figure 2: SubflowProcess A's Properties.Subflow entity Properties

Image Added

Figure 3: Process B (Subflow) Properties

The Workflow Variable from Process A (statusA) will (see Figure 2) will be passed into Process B's (statusB) (see Figure 3)  and will also be returned upon completion of the Subflow (Process B) as it has been set to "In and Out".

Image AddedImage Removed
Figure 3: Process B

Upon completion of "Approve B" in Process B, Workflow Variable from Process B (statusB) will be returned to Process A (statusA).

Image AddedImage Removed
Figure 4: Form Table Setup


Figure 5: Demo of the workflowWorkflow

Both processes maintaining it's maintain their own form table setup yet while being able to access each other's dataset seamlessly.

...