Skip to the content.

fwk.setParameterList

This action add a list of parameters into the framework’s runtime variables.
It is integrated with the with the settings and subroutines allowing to derive and lookup values.

Use cases

Parameters

1: list

list: "list of parameters and values to define"

Examples

  - number: 1
    type: "fwk.setParameterList"
    name: "action1"
    description: "set parameter list"
    component: ""
    condition: ""
    iteration: ""
    errorExpected: "N"
    errorStop: "N"
    parameters:
    - name: "list"
      value : "param1=value1,param2=value2"
  - number: 1
    type: "fwk.setParameterList"
    name: "action1"
    description: "set parameter list with an instruction"
    component: ""
    condition: ""
    iteration: ""
    errorExpected: "N"
    errorStop: "N"
    parameters:
    - name: "list"
      value : "param1=value1,param2=value2,param3="