FlowEnd
Represents the final step in a workflow, managing flow status updates and web notifications.
Properties
| Name | Description |
|---|---|
| Caption | The caption dictionary representing localized captions for the flow object. |
| UpdateFlowStatusAsFinished | Indicates whether the flow status should be updated as finished upon completion. |
| Key | A unique identifier for the workflow step. |
| Name | Name for the workflow step. |
| SetFlowStatusAsDeleted | Determines whether the flow status should be set as deleted. |
| WorkflowCodeInstance | The workflow code instance associated with the flow object. |
| CachedDMObjects | The cached document management objects related to the flow object. |
| WebNotificationOptions | Defines options for sending web notifications upon workflow completion. |
| TypeCode | The type code associated with the flow object. |
Constructors
| Name | Description |
|---|---|
| FlowEnd(name, workflowData, workflowCodeInstance) | Constructor for the FlowEnd class. Initializes a new instance of the FlowEnd class. |
| FlowEnd(name, workflowData, workflowCodeInstance) | Initializes a new instance of the FlowEnd class. |
Methods
| Name | Description |
|---|---|
| SendFinishWebNotification(userInfo, requestItem) | Sends a web notification to notify the completion of the workflow. |
| Initialize() | Initializes the flow end step with necessary configurations. |
Events
| Name | Description |
|---|---|
| OnAfterExecution(sender, args) | Occurs after the execution of the workflow step. |
| OnBeforeExecution(sender, args) | Occurs before the execution of the workflow step. |