waitForFlowRuntime

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.

This API is not supported by ectool.

flowRuntimeId
UUIDrequired
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

Examples

Perl

Example

$cmdr->waitForFlowRuntime("4fa765dd-73f1-11e3-b67e-b0a420524153", {timeout => 30});

ectool

This API is not supported by ectool.