Skip to main content

FlowTimeoutOptions

Represents timeout options for a workflow, including settings for holidays, working hours, and specific timeout durations.

Properties

NameDescription
TimeoutHourThe number of hours for the timeout period.
DurationThe total duration of the timeout as a TimeSpan.
TimeoutMinuteThe number of minutes for the timeout period.
IsChangedIndicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.
CalculateUsingHolidaysIndicates whether holidays are considered in the timeout calculation.
TimeoutDayThe number of days for the timeout period.
CalculateUsingWorkingHoursDetermines whether working hours are taken into account in the timeout calculation.