IFlowTimeoutOptions
Represents timeout options for a workflow, including settings for holidays, working hours, and specific timeout durations.
Properties
| Name | Description |
|---|---|
| TimeoutHour | The number of hours for the timeout period. |
| Duration | The total duration of the timeout as a TimeSpan. |
| TimeoutMinute | The number of minutes for the timeout period. |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |
| CalculateUsingHolidays | Indicates whether holidays are considered in the timeout calculation. |
| TimeoutDay | The number of days for the timeout period. |
| CalculateUsingWorkingHours | Determines whether working hours are taken into account in the timeout calculation. |