Skip to main content

FlowEndProperties Properties

An object defining properties for the FlowEndProperties class.

UpdateFlowStatusAsFinished

Specifies whether the flow's status should be updated to "finished" at the end of the workflow.

Type: bool


IsChanged

Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.

Type: bool


WebNotificationOptions

Represents options for web notifications in a workflow, including multilingual titles, messages, and a flag for modification status.

Type: IFlowWebNotificationOptions


SetFlowStatusAsDeleted

Specifies whether the flow's status should be set to "deleted" at the end of the workflow.

Type: bool


Caption

A dictionary containing captions for workflow objects, mapping identifiers to their display names.

Type: Dictionary<string, string>