Skip to the content.

action.execute

This action (re-)executes another action inside the current script. During execution it makes use of the action and its parameters. The conditional expression is also taken into account; the iteration not. This is a future improvement that will be added later.

Use cases

Parameters

1: name

name: "name of the action "

Examples

  - number: 1
    type: "fwk.outputMessage"
    name: "Action1"
    description: "Action1"
    component: ""
    condition: ""
    iteration: ""
    errorExpected: "N"
    errorStop: "N"
    parameters:
    - name: "message"
      value : "action1"
    - name: "onScreen"
      value : "Y"
  - number: 2
    type: "action.execute"
    name: "Action2"
    description: "Action2"
    component: ""
    condition: ""
    iteration: ""
    errorExpected: "N"
    errorStop: "N"
    parameters:
    - name: "name"
      value : "Action1"