Back to index
Summary
Retrieves a list of all tasks across pipeline runs that are awaiting manual approval.projectNameStringoptionalName for the project; must be unique among all projects. releaseNameStringoptionalThe name of the release. flowRuntimeIdStringoptionalThe 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 */ )