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