getOutputParameter
Get an output parameter by name.
Arguments
Argument Name | Type | Description |
---|---|---|
outputParameterName |
String |
The name of the output parameter. (Required) |
jobId |
String |
The id of the job. |
flowRuntimeId |
String |
The primary key or name of the flowRuntime container of the property sheet which owns the property. |
jobStepId |
String |
The primary key of the job-step container of the property sheet which owns the property. |
getOutputParameters
Get all output parameters from an output parameter container
setOutputParameter
Set an output parameter value.
Arguments
Argument Name | Type | Description |
---|---|---|
outputParameterName |
String |
The name of the output parameter. (Required) |
value |
String |
The value of the output parameter. (Required) |
flowRuntimeId |
String |
The primary key or name of the flowRuntime container of the property sheet which owns the property. |
jobId |
String |
The id of the job. |
jobStepId |
String |
The primary key of the job-step container of the property sheet which owns the property. |