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. In the Review task window, under Resource, define the permissions in the chart as follows:
    • V (View) - Users can only view the interface. There is no Submit or Cancel buttons provided.
    • R (Review) - Users can only view/read, Submit and Cancel without editing the task.
    • RW (Read Write) - Users can read/write, Edit, Submit, and Cancel the task.
  9. Connect and enable the workflow.
  10. Trigger the workflow from the Request :: View/Run page.
    Workflow is executed successfully with the Review task.