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.
gateType
Stringoptional
The type of gate.
Possible values: "POST", "PRE"
stageName
Stringoptional
The name of the stage.
taskName
Stringoptional
The name of the task.

Usage

Perl

$cmdr->getRuntimeWaitDependencies( "test-flowRuntimeId" # flowRuntimeId # optionals );

ectool

ectool getRuntimeWaitDependencies \ "test-flowRuntimeId" `# flowRuntimeId` \ # optionals