Back to index
Summary
Retrieves all formal parameters from the specified container. You must specify locator arguments to identify the container. If the locators identify a schedule or step, the formal parameters of the called procedure are returned.projectNameStringrequiredName for the project; must be unique among all projects. applicationEntityRevisionIdUUIDoptionalThe 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. flowRuntimeStateIdUUIDoptionalThe 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 a 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. reportNameStringoptionalThe name of the report, if the formal parameter is on a report. scheduleNameStringoptionalThe name of a schedule. 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. stepNameStringoptionalThe name of a procedure step. 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
Perl
$cmdr->getFormalParameters( "test-projectName" # projectName # optionals );
ectool
ectool getFormalParameters \ "test-projectName" `# projectName` \ # optionals