Configuring input parameters in a process
Any BMC Atrium Orchestrator process that you choose to associate with your BMC Server Automation Workflow Job usually has input parameters defined through its Start activity. These input parameters are passed on to your Workflow Job. By default, such input parameters are passed on to the Workflow Job as string-type input parameters.
This topic also provides information about:
To enable the use of the full range of BMC Server Automation input types in the Workflow Job, as well as to organize the input parameters on Workflow Job panels, you must modify the original process in BMC Atrium Orchestrator.
This can be accomplished in either of the following ways:
- Include metadata within the names of input parameters according to a special naming convention (see Including-metadata-in-input-parameter-names).
Introduce a special block of XML code into the process properties (see Defining-input-parameter-information-through-XML-code).
During the transfer of input parameters from the BMC Atrium Orchestrator process to the BMC Server Automation Workflow Job, the XML option takes precedence over the parameter naming option.