Skip to main content

FlowStarterProperties Properties

An object defining properties for the FlowStarterProperties class.

MessageOptions

Options for customizing messages related to the flow starter.

Type: IFlowMessageOptions


NotificationOptions

Options for configuring push notifications in the flow starter.

Type: IFlowPushNotificationOptions


DoNotSendRequestIfProcessed

Prevents sending the request if it has already been processed.

Type: bool


HideApporoverInHistory

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

Type: bool


AutoOpenApprovalOption

Determines if the approval options should open automatically.

Type: bool


GeolocationOptions

Options for geolocation settings in the flow starter.

Type: IFlowGeolocationOptions


EventButtonGroup

Indicates whether event buttons should be grouped.

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


EventsToCheck

A list of events that should be checked by the flow starter.

Type: List<string>


RequestIsNecessaryIfDocumentChanged

Indicates if a request is necessary when the document has been modified.

Type: bool


WebNotificationOptions

Options for configuring web notifications in the flow starter.

Type: IFlowWebNotificationOptions


TimeoutOptions

Options related to the timeout behavior of the flow starter.

Type: IFlowTimeoutOptions


Documents

A list of documents associated with the flow starter.

Type: List<IDocument>


Events

A list of events related to the flow starter.

Type: List<IEvent>


EventButtonsAlignment

Specifies the alignment of event buttons.

Type: string


ShowInFlowHistory

Indicates whether the flow starter should appear in the flow history.

Type: bool


Caption

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

Type: Dictionary<string, string>