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.flowRuntimeIdUUIDrequiredThe ID of the flow runtime. stageNameStringrequiredThe name of the stage. taskNameStringoptionalThe 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