Back to index
Summary
Deletes a formal parameter and any additional property that was created bycreateFormalParameter
or modifyFormalParameter
.projectNameStringoptionalThe name for the project that must be unique among all projects. reportNameStringoptionalThe name of the report, if the formal parameter is on a report. formalParameterNameStringrequiredName for this parameter; used when the procedure is invoked to specify a value for the parameter. applicationNameStringoptionalThe name of the application, if the formal parameter is on an application process. archiveConnectorNameStringoptionalThe name of the archive connector, if the formal parameter is on an archive connector. catalogItemNameStringoptionalThe name of the catalog item, if the formal parameter is on a catalog item. catalogNameStringoptionalThe name of the catalog to which the catalog item belongs to. componentNameStringoptionalThe name of the component, if the formal parameter is on a component process. dashboardNameStringoptionalThe name of the dashboard, if the formal parameter is on a dashboard. flowNameStringoptionalThe name of the flow to which the flow state belongs to. flowStateNameStringoptionalThe name of the flow state, if the formal parameter is on a flow state. gateTypeStringoptionalThe type of the gate which contains the task, if the formal parameter is belongs to a task. Possible values: "POST" , "PRE" microserviceNameStringoptionalThe name of the microservice. pipelineNameStringoptionalThe name of the pipeline, if the formal parameter is on a pipeline. procedureNameStringoptionalThe name of the procedure. processNameStringoptionalThe name of the process, if the formal parameter is on a process. processStepNameStringoptionalThe name of the process step, if the formal parameter is on a process step. releaseNameStringoptionalThe name of the release, if the formal parameter is on a release-scoped pipeline. stageNameStringoptionalThe name of the stage which contains the task, if the formal parameter is belongs to a task. stateDefinitionNameStringoptionalThe name of the state definition. stateNameStringoptionalThe name of a workflow state. taskNameStringoptionalThe name of the task, if the formal parameter is belongs to a task. updateFormXmlBooleanoptionalWhether the parameter form XML stored in the procedure property ec_parameterForm should also be updated.workflowDefinitionNameStringoptionalThe name of the workflow definition. workflowNameStringoptionalThe name of a workflow. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.deleteFormalParameter( formalParameterName: "test-formalParameterName" /* optional arguments */ )