completeRuntimeWaitDependency

Back to index

Summary

Manually forces the specific wait dependency to complete for the specified source pipeline runtime.
dependentFlowRuntimeId
UUIDoptional
The UUID of the dependent flowRuntime.
dependentGateType
Stringoptional
The type of dependent gate.
Possible values: "POST", "PRE"
dependentPipelineName
Stringoptional
The name of the dependent pipeline.
dependentProjectName
Stringoptional
The name of the dependent project.
dependentReleaseName
Stringoptional
The name of the dependent release.
dependentStageName
Stringoptional
The name of the dependent stage.
dependentTaskName
Stringoptional
The name of the dependent task.
flowRuntimeId
UUIDoptional
The UUID of the invoking flowRuntime.
gateType
Stringoptional
The type of gate.
Possible values: "POST", "PRE"
pipelineName
Stringoptional
The name of the pipeline.
projectName
Stringoptional
The name for the project that contains the wait dependency.
releaseName
Stringoptional
The name of the release.
runtimeWaitDependencyName
Stringoptional
The name of the runtimeWaitDependency.
stageName
Stringoptional
The name of the stage.
taskName
Stringoptional
The name of the task.

Usage

Perl

$cmdr->completeRuntimeWaitDependency( # optionals );

ectool

ectool completeRuntimeWaitDependency \ # optionals

Examples

Perl

$cmdr->completeRuntimeWaitDependency(flowRuntimeId => 0509945d-e6ab-11e8-8b28-10653022f566, runtimeWaitDependencyName => 05194c41-e6ab-11e8-8b28-10653022f566);

ectool

ectool completeRuntimeWaitDependency --flowRuntimeId 0509945d-e6ab-11e8-8b28-10653022f566 --runtimeWaitDependencyName 05194c41-e6ab-11e8-8b28-10653022f566