getAllWaitingTasks

On this page
Back to index

Summary

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

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getAllWaitingTasks( /* optional arguments */ )