Back to index
Summary
Retrieves a list of all tasks across pipeline runs that are awaiting manual approval.projectNameStringrequiredName for the project; must be unique among all projects. flowRuntimeIdUUIDoptionalThe ID of the flow runtime. releaseNameStringoptionalThe name of the release. |
Usage
Perl
$cmdr->getAllWaitingTasks( "test-projectName" # projectName # optionals );
ectool
ectool getAllWaitingTasks \ "test-projectName" `# projectName` \ # optionals