getRuntimeWaitDependencies

On this page
Back to index

Summary

Retrieves runtime wait dependencies for the specified pipeline runtime or pipeline runtime object.
flowRuntimeId
Stringrequired
The UUID of the invoking flowRuntime.
stageName
Stringoptional
The name of the stage.
gateType
Stringoptional
The type of gate.
Possible values: "POST", "PRE"
taskName
Stringoptional
The 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 */ )