defaultExecutionStartToCloseTimeout property

String? defaultExecutionStartToCloseTimeout
final

The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

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