waitForFlowRuntime

On this page
Back to index

Summary

Waits until the pipeline specified by the flow runtime ID is completed or the timeout expires. This command is only supported with ec-perl.

flowRuntimeId
Stringrequired
The ID of the flow runtime for the pipeline.
timeout
Integeroptional
The number of seconds to wait before giving up on a request. The default is 60 seconds.

Usage

Perl

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

ectool

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