Back to index
Summary
Retrieves an actual parameter by its name.
If you need actual parameters on a step, the projectName , procedureName , and stepName arguments must be used together to specify the step.
|
actualParameterNameStringrequiredThe name of the parameter. applicationEntityRevisionIdUUIDoptionalThe revision ID of the versioned object. applicationNameStringoptionalThe name of the application, if the actual parameter is on an application process step. catalogItemNameStringoptionalThe name of the catalog item. catalogItemRunIdStringoptionalThe ID of the catalog item run, if the actual parameter is on a catalog item run. catalogNameStringoptionalThe name of a catalog. componentNameStringoptionalThe name of the component, if the actual parameter is on a component process step. dashboardNameStringoptionalThe name of the dashboard. flowNameStringoptionalThe name of the flow to which the flow state belongs to. flowRuntimeIdStringoptionalThe ID of the flow runtime, to which flow runtime belongs. flowRuntimeNameStringoptionalThe name of the flow runtime, to which flow runtime belongs. flowRuntimeStateIdUUIDoptionalThe ID of the flow runtime state. flowRuntimeStateNameStringoptionalThe name of the flow runtime state. flowStateNameStringoptionalThe name of the flow state, if the actual parameter is on a flow state. jobIdStringoptionalThe primary key of the job, or the name of the job. jobStepIdUUIDoptionalThe primary key for a job step. pipelineNameStringoptionalThe name of a pipeline. procedureNameStringoptionalThe name of a procedure. processNameStringoptionalThe name of the process, if the actual parameter is on a process step. processStepNameStringoptionalThe name of the process step, if the actual parameter is on a process step. projectNameStringoptionalThe name of a project. releaseNameStringoptionalThe name of the release, if the actual parameter is on release. scheduleNameStringoptionalThe name of a schedule. searchJobStepHierarchyBooleanoptionalWhether or not to search for the actual parameter in the job step hierarchy to find the specified actual parameter. Applicable only with jobStepId argument. stateDefinitionNameStringoptionalThe name of a workflow state definition. stateNameStringoptionalThe name of a workflow state. stepNameStringoptionalThe name of a procedure step. tierMapNameStringoptionalThe name of the tier map. transitionDefinitionNameStringoptionalThe name of a workflow transition definition. transitionNameStringoptionalThe name of a workflow transition. triggerNameStringoptionalThe name of the trigger. widgetNameStringoptionalThe name of a widget. workflowDefinitionNameStringoptionalThe name of a workflow definition. workflowNameStringoptionalThe name of a workflow. |
Usage
Perl
$cmdr->getActualParameter( "test-actualParameterName" # actualParameterName # optionals );
ectool
ectool getActualParameter \ "test-actualParameterName" `# actualParameterName` \ # optionals