startToCloseTimeout property
If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close 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? startToCloseTimeout;