Skip to main content

FlowTimeoutOptions Properties

An object defining properties for the FlowTimeoutOptions class.

TimeoutHour

The number of hours for the timeout period.

Type: int


Duration

The total duration of the timeout as a TimeSpan.

Type: TimeSpan


TimeoutMinute

The number of minutes for the timeout period.

Type: int


IsChanged

Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.

Type: bool


CalculateUsingHolidays

Indicates whether holidays are considered in the timeout calculation.

Type: bool


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