Back to index
Summary
Retrieves a formal parameter by its name.projectNameStringoptionalName for the project; 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. applicationEntityRevisionIdStringoptionalThe revision ID of the versioned object. 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. flowRuntimeStateIdStringoptionalThe ID of the flow runtime state. 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" includeDetailsBooleanoptionalTrue to include details such as corresponding properties in the ec_customEditorData property sheet (default is false). 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. 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.getFormalParameter( formalParameterName: "test-formalParameterName" /* optional arguments */ )