Skip to main content

IFlowGroupProperties Properties

An object defining properties for the IFlowGroupProperties class.

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


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


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>


ShowInFlowHistory

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

Type: bool