getWaitingTasks

On this page
Back to index

Summary

Retrieves a list of all stage tasks that are waiting on a manual approval or waiting for manual retry tasks in a pipeline run view.
flowRuntimeId
Stringrequired
The ID of the flow runtime.
stageName
Stringrequired
The name of the stage.
taskName
Stringoptional
The name of the deployer or group task.

Usage

Perl

$cmdr->getWaitingTasks( "test-flowRuntimeId", # flowRuntimeId "test-stageName" # stageName # optionals );

ectool

ectool getWaitingTasks \ "test-flowRuntimeId" `# flowRuntimeId` \ "test-stageName" `# stageName` \ # optionals