defaultTaskScheduleToStartTimeout property

String? defaultTaskScheduleToStartTimeout
final

The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. 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? defaultTaskScheduleToStartTimeout;