Back to index
Summary
Retrieves runtime wait dependencies for the specified pipeline runtime or pipeline runtime object.flowRuntimeIdStringrequiredThe UUID of the invoking flowRuntime. stageNameStringoptionalThe name of the stage. gateTypeStringoptionalThe type of gate. Possible values: "POST" , "PRE" taskNameStringoptionalThe name of the task. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getRuntimeWaitDependencies( flowRuntimeId: "test-flowRuntimeId" /* optional arguments */ )