Skip to main content

FlowStartProperties Properties

An object defining properties for the FlowStartProperties class.

CanSaveAsDraft

Indicates whether the flow can be saved as a draft.

Type: bool


HideApporoverInHistory

Indicates whether the approver should be hidden in the flow history.

Type: bool


AutoOpenApprovalOption

Indicates whether the approval option should open automatically.

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


StartImmediately

Indicates whether the flow should start immediately.

Type: bool


EventButtonGroup

Indicates whether event buttons are grouped together within the start properties.

Type: bool


IsChanged

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

Type: bool


WebNotificationOptions

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

Type: IFlowWebNotificationOptions


Documents

A list of documents associated with the start of the flow.

Type: List<IDocument>


Events

A list of events associated with the start properties.

Type: List<IEvent>


EventButtonsAlignment

The alignment of the event buttons associated with the start properties.

Type: string


ShowInFlowHistory

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

Type: bool


Caption

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

Type: Dictionary<string, string>