Skip to main content

FlowApprovalCancellar

Represents the FlowApprovalCancellar step in the workflow, designed to handle approval cancellations.

Properties

NameDescription
CaptionThe caption dictionary representing localized captions for the flow object.
CancellerTypeThe type of cancellation to be performed in the approval step.
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.
TargetObjectNameThe name of the target object for the approval cancellation.

Constructors

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

Methods

NameDescription
Initialize()Initializes the FlowApprovalCancellar step within the workflow. This method is intended to set up the step's configuration or execution logic.

Events

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