deleteActualParameter

Back to index

Summary

Deletes an actual parameter.
projectName
Stringrequired
The name for the project that must be unique among all projects.
procedureName
Stringrequired
The name of the procedure.
stepName
Stringrequired
The name of the step.
actualParameterName
Stringrequired
The name of the parameter to create/modify/delete.
applicationName
Stringoptional
The name of the application, if the actual parameter is on an application process step.
archiveConnectorName
Stringoptional
The name of the archive connector.
catalogItemName
Stringoptional
The name of the catalog item.
catalogItemRunId
Stringoptional
The ID of the catalog item run, if the actual parameter is on a catalog item run.
catalogName
Stringoptional
The name of the catalog.
componentName
Stringoptional
The name of the component, if the actual parameter is on a component process step.
dashboardName
Stringoptional
The name of the dashboard.
flowName
Stringoptional
The name of the flow to which the flow state belongs to.
flowStateName
Stringoptional
The name of the flow state, if the formal parameter is on a flow state.
pipelineName
Stringoptional
The name of the pipeline.
processName
Stringoptional
The name of the process, if the actual parameter is on a process step.
processStepName
Stringoptional
The name of the process step, if the actual parameter is on a process step.
releaseName
Stringoptional
The name of the release, if the actual parameter is on a release.
scheduleName
Stringoptional
The name of the schedule.
stateDefinitionName
Stringoptional
The name of the state definition.
tierMapName
Stringoptional
The name of the tier map.
transitionDefinitionName
Stringoptional
The name of the state definition.
triggerName
Stringoptional
The name of the trigger.
widgetName
Stringoptional
The name of the widget.
workflowDefinitionName
Stringoptional
The name of the workflow definition.

Usage

Perl

$cmdr->deleteActualParameter( "test-projectName", # projectName "test-procedureName", # procedureName "test-stepName", # stepName "test-actualParameterName" # actualParameterName # optionals );

ectool

ectool deleteActualParameter \ "test-projectName" `# projectName` \ "test-procedureName" `# procedureName` \ "test-stepName" `# stepName` \ "test-actualParameterName" `# actualParameterName` \ # optionals

Examples

Perl

$cmdr->deleteActualParameter('Default', 'CallSub', 'Take snapshot', 'Snapshot Version');

ectool

ectool deleteActualParameter "Default" "CallSub" "Take snapshot" "Snapshot Version"