executionStartToCloseTimeout property

String? executionStartToCloseTimeout
final

The maximum duration for the child workflow execution. If the workflow execution isn't closed within this duration, it is timed out and force-terminated.

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