startToCloseTimeout property
The maximum duration for this decision task. The task is considered timed out if it doesn't completed within this duration.
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;