IFlowStarterProperties
Defines properties for a flow starter, including timeout, visibility, and associated documents.
Properties
| Name | Description |
|---|---|
| TimeoutOptions | Options related to the timeout behavior of the flow starter. |
| ShowInFlowHistory | Indicates whether the flow starter should appear in the flow history. |
| HideApporoverInHistory | Indicates whether the approver should be hidden in the flow history. |
| EventsToCheck | A list of events that should be checked by the flow starter. |
| AutoOpenApprovalOption | Determines if the approval options should open automatically. |
| RequestIsNecessaryIfDocumentChanged | Indicates if a request is necessary when the document has been modified. |
| Documents | A list of documents associated with the flow starter. |
| DoNotSendRequestIfProcessed | Prevents sending the request if it has already been processed. |