Preview

You can perform a quick preview of the workflow to validate the outcome before triggering the workflow request. Preview action cannot be performed on enabled workflows. Two preview modes are available:
  • Classic: This is the default Preview option
  • Wizard: This option can be used when you want to validate individual workflow tasks without enabling the workflow. A pseudo form is generated for stage-wise execution of tasks without triggering the workflow. A pseudo form is only supported for the following tasks:
    • Script
    • REST
    • REST (I)
    • Schedule
    • Email
    • Slack.

To preview a workflow in Classic mode:

  1. Go to the Workflow page.
  2. Open a workflow.
  3. From the command bar on the top,, select the Preview:Classic checkbox.
  4. Click Preview.
    Workflow preview is displayed.
  5. To perform Preview in wizard mode, clear the Preview:Wizard checkbox.
  6. Click Preview.
    A pseudo form is generated with the input variables in the Script task.
  7. Enter the field information to execute the task.
    The second task executes automatically once the first task is successful.