taskStartToCloseTimeout property

String? taskStartToCloseTimeout
final

The maximum duration allowed for the decision tasks for this workflow execution.

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? taskStartToCloseTimeout;