taskStartToCloseTimeout property

String? taskStartToCloseTimeout
final

Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering the workflow type using RegisterWorkflowType.

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;