getOutputParameters

Back to index

Summary

Retrieves all output parameters from an output parameter container.
flowRuntimeId
UUIDoptional
The primary key or name of the flowRuntime container of the property sheet that owns the property.
jobId
UUIDoptional
The ID of the job.
jobStepId
UUIDoptional
The primary key of the job-step container of the property sheet that owns the property.

Usage

Perl

$cmdr->getOutputParameters( # optionals );

ectool

ectool getOutputParameters \ # optionals

Examples

Perl

$cmdr->getOutputParameters({"jobId" => "7d65baa4-4ff9-11e8-9f14-0050568f29b0"});

ectool

ectool getOutputParameters --jobId 7d65baa4-4ff9-11e8-9f14-0050568f29b0