Skip to main content

SubFlowEnd

The SubFlowEnd class represents the end step of a sub-flow in the workflow process, designed to handle the completion of a sub-flow and manage return values.

Properties

NameDescription
KeyA unique identifier for the workflow step.
WorkflowCodeInstanceThe workflow code instance associated with the flow object.
CachedDMObjectsThe cached document management objects related to the flow object.
ReturnValueA string property that holds the return value of the sub-flow when it completes, used to pass information back to the parent workflow step.
TypeCodeThe type code associated with the flow object.
NameName for the workflow step.
CaptionThe caption dictionary representing localized captions for the flow object.

Constructors

NameDescription
SubFlowEnd(name, workflowData, workflowCodeInstance)Constructor for the SubFlowEnd class. Initializes a new instance of the SubFlowEnd class.
SubFlowEnd(name, workflowData, workflowCodeInstance)Constructor for the SubFlowEnd class. Initializes a new instance of SubFlowEnd with the specified name, workflow data, and optional workflow code instance.

Methods

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

Events

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

Generic Types

NameDescription
TPropertiesGeneric type of properties.