Skip to main content

FlowDigitallySigning

Represents a workflow step for handling digital signing operations.

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
FlowDigitallySigning(name, workflowData, workflowCodeInstance)Constructor for the FlowDigitallySigning class. Initializes a new instance of the FlowDigitallySigning class.
FlowDigitallySigning(name, workflowData, workflowCodeInstance)Initializes a new instance of the FlowDigitallySigning class.

Methods

NameDescription
Initialize()Initializes the FlowDigitallySigning instance.

Events

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