defaultTaskScheduleToCloseTimeout property

String? defaultTaskScheduleToCloseTimeout
final

The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

Implementation

final String? defaultTaskScheduleToCloseTimeout;