pauseWorkflowExecutions property

bool? pauseWorkflowExecutions
getter/setter pair

If set to true, any upcoming requests for this trigger config will be paused and the executions will be resumed later when the flag is reset.

The workflow to which this trigger config belongs has to be in ACTIVE status for the executions to be paused or resumed.

Optional.

Implementation

core.bool? pauseWorkflowExecutions;