Skip to main content

IFlowStarterProperties Properties

An object defining properties for the IFlowStarterProperties class.

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


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


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>


ShowInFlowHistory

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

Type: bool