Defining a Review Task using Variables

A Review component can be defined using either static or dynamic values.
  1. Design a workflow.
  2. In the design space, from the General section, drag and drop a Script task.
  3. In the Script task window, under Properties, in the General section, configure the script to generate commands to ping servers and store the configuration in a variable (AVX::CONFIG). .
  4. From the User Interface section, drag and drop the Review task.
  5. In the Review task window, under Properties, in the Configuration section, define the configuration blocks - Prevalidation, Implementation, Rollback, Postvalidation.
  6. Refer the variables from the Script task into the appropriate configuration blocks.
  7. From the General section, drag and drop the Implementation task.
  8. Connect and enable the workflow.
  9. Trigger the workflow from the Request :: View/Run page.
    Workflow is executed successfully with the Review task.