Skip to main content

FlowTimeoutOptions

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

Properties

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