IFlowPositionProperties
Defines properties for flow positions within the workflow, including timeout, history, event checks, and forwarding options.
Properties
| Name | Description |
|---|---|
| TimeoutOptions | The timeout options associated with the flow position. |
| ShowInFlowHistory | Indicates whether the flow position should be shown in the flow history. |
| HideApporoverInHistory | Indicates whether to hide the approver's information in the flow history. |
| EventsToCheck | A list of events that need to be checked for this flow position. |
| ValueOptions | The value options associated with the flow position. |
| AutoOpenApprovalOption | Indicates whether the approval option should open automatically. |
| RequestIsNecessaryIfDocumentChanged | Indicates whether a request is necessary if the document has been changed. |
| Documents | A list of documents associated with the flow position. |
| ForwardingOptions | The forwarding options associated with the flow position. |
| DoNotSendRequestIfProcessed | Indicates whether a request should be sent if the document has already been processed. |