scheduleToStartTimeout property
If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.
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? scheduleToStartTimeout;