FlowPositionProperties
Defines properties for flow positions within the workflow, including timeout, history, event checks, and forwarding options.
Properties
| Name | Description |
|---|---|
| TimeoutOptions | The timeout options associated with the flow position. |
| Caption | A dictionary containing captions for workflow objects, mapping identifiers to their display names. |
| ShowInFlowHistory | Indicates whether the flow position should be shown in the flow history. |
| HideApporoverInHistory | Indicates whether to hide the approver's information 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. |
| EventsToCheck | A list of events that need to be checked for this flow position. |
| EventButtonsAlignment | The alignment of the event buttons associated with the flow position. |
| EventButtonGroup | Indicates whether event buttons are grouped together within the flow position. |
| ValueOptions | The value options associated with the flow position. |
| AutoOpenApprovalOption | Indicates whether the approval option should open automatically. |
| Events | A list of events associated with the flow position. |
| MessageOptions | Represents options for sending workflow messages, including settings for email sending, multilingual content, custom messages, attachments, and a modification status flag. |
| RequestIsNecessaryIfDocumentChanged | Indicates whether a request is necessary if the document has been changed. |
| Documents | A list of documents associated with the flow position. |
| 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. |
| ForwardingOptions | The forwarding options associated with the flow position. |
| DoNotSendRequestIfProcessed | Indicates whether a request should be sent if the document has already been processed. |
| NotificationOptions | Represents options for push notifications in a workflow, including multilingual captions, messages, enablement, and a flag for modification status. |