Postsubprocess
The postsubprocess step starts after the subprocess, and at the end of every subprocess listed.
This step performs any uninitialization and recording work required for the subprocess. It allows a variety of input and output scenarios to be completed after each subprocess ends. At the end of this step, tracking data for the subprocess is recorded, including the completion code and any tracked subprocess variables.
Properties
The following table describes the available options.
Property | Read | Write | Description |
---|---|---|---|
CurrentSubprocess | N/A | N/A | Read Only Collection of all of the subprocesses contained in the workflow. This property allows you to access the properties of any subprocess contained in the workflow using the workflow variable viewer. |