The SubFlowBegin class represents the begin step of a sub-flow in the workflow process, designed to handle the initialize a sub-flow.
Properties
| Name | Description |
|---|
| Caption | The caption dictionary representing localized captions for the flow object. |
| Key | A unique identifier for the workflow step. |
| Name | Name for the workflow step. |
| WorkflowCodeInstance | The workflow code instance associated with the flow object. |
| CachedDMObjects | The cached document management objects related to the flow object. |
| TypeCode | The type code associated with the flow object. |
Constructors
Methods
| Name | Description |
|---|
| Initialize() | Initializes the SubFlowBegin step. This method is an implementation of the abstract Initialize method from the base class. |
Events