ActualParameters

2 minute readReference

getActualParameters

Get all actual parameters from a job, step, schedule, state, or transition.

Arguments

Argument Name Type Description

projectName

String

The name of a project.

releaseName

String

The name of the release, if the actual parameter is on release.

applicationEntityRevisionId

String

Revisionid of the versioned object

applicationName

String

The name of the application, if the actual parameter is on an application process step.

applicationServiceMappingName

String

The name of the application service mapping.

catalogItemName

String

The name of the catalog item.

catalogItemRunId

String

The id of the catalog item run, if the actual parameter is on an catalog item run.

catalogName

String

The name of a catalog.

componentName

String

The name of the component, if the actual parameter is on a component process step.

dashboardName

String

The name of the dashboard.

flowName

String

The name of the flow to which the flow state belongs to.

flowRuntimeId

String

The id of the flow runtime, to which flow runtime belongs

flowRuntimeName

String

The name of the flow runtime, to which flow runtime belongs

flowRuntimeStateId

String

The id of the flow runtime state.

flowRuntimeStateName

String

The name of the flow runtime state

flowStateName

String

The name of the flow state, if the actual parameter is on a flow state.

jobId

String

The primary key of the job, or the name of the job.

jobStepId

String

The primary key for a job step.

pipelineName

String

The name of a pipeline.

procedureName

String

The name of a procedure.

processName

String

The name of the process, if the actual parameter is on a process step.

processStepName

String

The name of the process step, if the actual parameter is on a process step.

scheduleName

String

The name of a schedule.

serviceClusterMappingName

String

The name of the service cluster mapping.

serviceMapDetailName

String

The name of the serviceMapDetail.

serviceName

String

Deprecated: Deprecated due to microservice model changes The name of the service, if the actual parameter is on an service process step.

stateDefinitionName

String

The name of a workflow state definition.

stateName

String

The name of a workflow state.

stepName

String

The name of a procedure step.

tierMapName

String

The name of the tier map.

transitionDefinitionName

String

The name of a workflow transition definition.

transitionName

String

The name of a workflow transition.

triggerName

String

The name of the trigger.

widgetName

String

The name of a widget.

workflowDefinitionName

String

The name of a workflow definition.

workflowName

String

The name of a workflow.

Usage

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getActualParameters( /* optional arguments */)