FlowStartProperties
Defines properties for starting a workflow flow, including options for events, geolocation, web notifications, and document handling.
Properties
Name | Description |
---|---|
CanSaveAsDraft | Indicates whether the flow can be saved as a draft. |
HideApporoverInHistory | Indicates whether the approver should be hidden in the flow history. |
AutoOpenApprovalOption | Indicates whether the approval option should open automatically. |
GeolocationOptions | Represents options for geolocation settings in the workflow, including flags for usage, display in flow history, and type of geolocation data. |
StartImmediately | Indicates whether the flow should start immediately. |
EventButtonGroup | Indicates whether event buttons are grouped together within the start properties. |
IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |
WebNotificationOptions | Represents options for web notifications in a workflow, including multilingual titles, messages, and a flag for modification status. |
Documents | A list of documents associated with the start of the flow. |
Events | A list of events associated with the start properties. |
EventButtonsAlignment | The alignment of the event buttons associated with the start properties. |
ShowInFlowHistory | Indicates whether the flow should be shown in the flow history. |
Caption | A dictionary containing captions for workflow objects, mapping identifiers to their display names. |