getRuntimeWaitDependencies

On this page
Back to index

Summary

Retrieves runtime wait dependencies for the specified pipeline runtime or pipeline runtime object.
request
Stringrequired
This parameter and the value displayed are required; request=getRuntimeWaitDependencies must appear in your query string.
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( request: "test-request", flowRuntimeId: "test-flowRuntimeId" /* optional arguments */ )