getAllWaitingTasks

On this page
Back to index

Summary

Retrieves a list of all tasks across pipeline runs that are awaiting manual approval.
projectName
Stringrequired
Name for the project; must be unique among all projects.
flowRuntimeId
Stringoptional
The ID of the flow runtime.
releaseName
Stringoptional
The name of the release.

Usage

Perl

$cmdr->getAllWaitingTasks( "test-projectName" # projectName # optionals );

ectool

ectool getAllWaitingTasks \ "test-projectName" `# projectName` \ # optionals