Configuring input parameters in a process
Any TrueSight Orchestration process that you choose to associate with your TrueSight 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 TrueSight 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 TrueSight Orchestration.
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 TrueSight Orchestration process to the TrueSight Server Automation Workflow Job, the XML option takes precedence over the parameter naming option.