Skip to main content

FlowPositionProperties Properties

An object defining properties for the FlowPositionProperties class.

TimeoutOptions

The timeout options associated with the flow position.

Type: IFlowTimeoutOptions


Caption

A dictionary containing captions for workflow objects, mapping identifiers to their display names.

Type: Dictionary<string, string>


ShowInFlowHistory

Indicates whether the flow position should be shown in the flow history.

Type: bool


HideApporoverInHistory

Indicates whether to hide the approver's information in the flow history.

Type: bool


GeolocationOptions

Represents options for geolocation settings in the workflow, including flags for usage, display in flow history, and type of geolocation data.

Type: IFlowGeolocationOptions


EventsToCheck

A list of events that need to be checked for this flow position.

Type: List<string>


EventButtonsAlignment

The alignment of the event buttons associated with the flow position.

Type: string


EventButtonGroup

Indicates whether event buttons are grouped together within the flow position.

Type: bool


ValueOptions

The value options associated with the flow position.

Type: IFlowValueOptions


AutoOpenApprovalOption

Indicates whether the approval option should open automatically.

Type: bool


Events

A list of events associated with the flow position.

Type: List<IEvent>


MessageOptions

Represents options for sending workflow messages, including settings for email sending, multilingual content, custom messages, attachments, and a modification status flag.

Type: IFlowMessageOptions


RequestIsNecessaryIfDocumentChanged

Indicates whether a request is necessary if the document has been changed.

Type: bool


Documents

A list of documents associated with the flow position.

Type: List<IDocument>


WebNotificationOptions

Represents options for web notifications in a workflow, including multilingual titles, messages, and a flag for modification status.

Type: IFlowWebNotificationOptions


IsChanged

Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.

Type: bool


ForwardingOptions

The forwarding options associated with the flow position.

Type: IForwardingOptions


DoNotSendRequestIfProcessed

Indicates whether a request should be sent if the document has already been processed.

Type: bool


NotificationOptions

Represents options for push notifications in a workflow, including multilingual captions, messages, enablement, and a flag for modification status.

Type: IFlowPushNotificationOptions