Skip to main content

FlowEndProperties

Defines properties for the end of a workflow, including options for updating or deleting the flow's status and configuring web notifications.

Properties

NameDescription
UpdateFlowStatusAsFinishedSpecifies whether the flow's status should be updated to "finished" at the end of the workflow.
IsChangedIndicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.
WebNotificationOptionsRepresents options for web notifications in a workflow, including multilingual titles, messages, and a flag for modification status.
SetFlowStatusAsDeletedSpecifies whether the flow's status should be set to "deleted" at the end of the workflow.
CaptionA dictionary containing captions for workflow objects, mapping identifiers to their display names.