FlowTimeoutOptions Properties
An object defining properties for the FlowTimeoutOptions class.
IsChanged
Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.
Type: bool
TimeoutHour
The number of hours for the timeout period.
Type: int
TimeoutDay
The number of days for the timeout period.
Type: int
CalculateUsingWorkingHours
Determines whether working hours are taken into account in the timeout calculation.
Type: bool
TimeoutMinute
The number of minutes for the timeout period.
Type: int
Duration
The total duration of the timeout as a TimeSpan
.
Type: TimeSpan
CalculateUsingHolidays
Indicates whether holidays are considered in the timeout calculation.
Type: bool