Use paramEntry()
in combination with the paramMap()function to provide parameter sets for the ISPIPELINEtag.
Note
This function cannot be used in other element contexts.
ParamMap(ParamEntry('foo','bar'), ParamEntry('bar','foo'))
In the example below, a pipeline to be executed in a template is defined, with the parameters passed to the pipeline using the paramMap()
function and ParamEntry()
function.
<ispipeline pipeline="MyTestPipeline-LoginCheck" params="#ParamMap(ParamEntry('foo','bar'), ParamEntry('bar','foo'))#" alias="resultDict" />
Both parameters are required.
key
key = string
The string for defining the name of the parameter is required.
value
value = string
The string for defining the value of the parameter is required.