Skip to main content

FlowGroupProperties Properties

An object defining properties for the FlowGroupProperties class.

MessageOptions

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

Type: IFlowMessageOptions


NotificationOptions

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

Type: IFlowPushNotificationOptions


ConflictStateEventId

Specifies the event ID triggered when a conflict state occurs in the group.

Type: int


DoNotSendRequestIfProcessed

Indicates whether to skip sending a request if the process has already been completed.

Type: bool


EmptyGroupEventId

Specifies the event ID triggered when the group is empty.

Type: int


HideApporoverInHistory

Indicates whether the approver should be hidden in the workflow's history.

Type: bool


AutoOpenApprovalOption

Specifies the option to automatically open approval requests.

Type: int


GeolocationOptions

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

Type: IFlowGeolocationOptions


EventButtonGroup

Indicates whether event buttons are displayed as a group within the workflow.

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


Members

Defines member options for the group.

Type: IFlowMembersOptions


EventsToCheck

A list of events to check for specific conditions.

Type: List<string>


RequestIsNecessaryIfDocumentChanged

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

Type: bool


WebNotificationOptions

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

Type: IFlowWebNotificationOptions


TimeoutOptions

Specifies timeout options for the group.

Type: IFlowTimeoutOptions


EnableOwnRequest

Indicates whether the group allows creating its own requests.

Type: bool


Documents

A list of documents associated with the group.

Type: List<IDocument>


Events

A list of events associated with the workflow.

Type: List<IEvent>


EventButtonsAlignment

Specifies the alignment of event buttons within the workflow.

Type: string


ShowInFlowHistory

Indicates whether the group should be shown in the workflow's history.

Type: bool


Caption

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

Type: Dictionary<string, string>