defaultTaskStartToCloseTimeout property
The default maximum duration for tasks of an activity type specified when
registering the 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? defaultTaskStartToCloseTimeout;