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