Back to index
Summary
Retrieves runtime wait dependencies for the specified pipeline runtime or pipeline runtime object.flowRuntimeIdUUIDrequiredThe UUID of the invoking flowRuntime. gateTypeStringoptionalThe type of gate. Possible values: "POST" , "PRE" stageNameStringoptionalThe name of the stage. taskNameStringoptionalThe name of the task. |
Usage
Perl
$cmdr->getRuntimeWaitDependencies( "test-flowRuntimeId" # flowRuntimeId # optionals );
ectool
ectool getRuntimeWaitDependencies \ "test-flowRuntimeId" `# flowRuntimeId` \ # optionals