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