pipelineFailurePolicyFailSlow constant

PipelineFailurePolicy const pipelineFailurePolicyFailSlow

Indicates that the pipeline should continue to run until all possible tasks have been scheduled and completed.

Implementation

static const pipelineFailurePolicyFailSlow = PipelineFailurePolicy(
  'PIPELINE_FAILURE_POLICY_FAIL_SLOW',
);