Skip to main content

SubFlowBegin

The SubFlowBegin class represents the begin step of a sub-flow in the workflow process, designed to handle the initialize a sub-flow.

Properties

NameDescription
CaptionThe caption dictionary representing localized captions for the flow object.
KeyA unique identifier for the workflow step.
NameName for the workflow step.
WorkflowCodeInstanceThe workflow code instance associated with the flow object.
CachedDMObjectsThe cached document management objects related to the flow object.
TypeCodeThe type code associated with the flow object.

Constructors

NameDescription
SubFlowBegin(name, workflowData, workflowCodeInstance)Constructor for the SubFlowBegin class. Initializes a new instance of the SubFlowBegin class.
SubFlowBegin(name, workflowData, workflowCodeInstance)Constructor for the SubFlowBegin class. Initializes a new instance of the SubFlowBegin class.

Methods

NameDescription
Initialize()Initializes the SubFlowBegin step. This method is an implementation of the abstract Initialize method from the base class.

Events

NameDescription
OnAfterExecution(sender, args)Occurs after the execution of the workflow step.
OnBeforeExecution(sender, args)Occurs before the execution of the workflow step.