Skip to main content

FlowNode

Represents a workflow node, defining its type and name.

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.
NodeNameThe name of the node within the workflow.
NodeTypeSpecifies the type of the node within the workflow.
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
FlowNode(name, workflowData, workflowCodeInstance)Constructor for the FlowNode class. Initializes a new instance of the FlowNode class.
FlowNode(name, workflowData, workflowCodeInstance)Initializes a new instance of the FlowNode class.

Methods

NameDescription
Initialize()Initializes the FlowNode with necessary configurations.

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.