The Run Panel and Testing

The Run Panel in Lleverage allows you to test your workflows before publishing them. Located in the top right corner of your screen, this powerful feature lets you execute your workflow, view the process in real-time, and examine the outputs for debugging and refinement.

Key Features

  • Real-time workflow execution and visualization

  • Input field generation based on trigger type

  • History of previous runs for comparison

  • Ability to edit and rerun with different inputs

  • Visual representation of workflow progress

  • Output display for reviewing results

How to Access the Run Panel

  1. Create or open a workflow in the Canvas

  2. Ensure there are no errors in your workflow (the Run button will be purple when ready)

  3. Click the "Run" button in the top right corner of your screen

  4. The Run Panel will open as a modal window

💡 The Run button will be highlighted in purple when your workflow is error-free and ready to test.

Run Panel

How to Test Your Workflow

  1. When the Run Panel opens, you'll see input fields based on your trigger type

  2. Fill in the required information or click "Generate Inputs" for sample data

  3. Click "Submit" or "Run Workflow" to execute the test

  4. Watch as each node in your workflow processes in real-time

  5. Review the output displayed at the bottom of the panel

💡 You can see each node activate on the canvas as the workflow executes, giving you a visual representation of the data flow.

Run button

How to View Previous Runs

  1. Click the dropdown arrow next to "Run Workflow" in the top left corner of the Run Panel

  2. Select from the list of previous runs to view their inputs and outputs

  3. Compare different runs to analyze how changes affect your workflow

💡 Each run is recorded separately, making it easy to track the performance of different versions of your workflow.

Revisiting last runs

How to Edit and Rerun a Test

  1. View a previous run from the dropdown menu

  2. Click the "Edit" button to modify the inputs

  3. Make your changes to the input values

  4. Click "Submit" to run the workflow with the new inputs

  5. A new run will be logged with your updated inputs

⚠️ Editing a previous run doesn't overwrite it - instead, it creates a new run with the modified inputs.

How to Reset the Run Panel

  1. Click the "Reset" button in the top right corner of the Run Panel

  2. The panel will clear all inputs and return to its initial state

  3. You can now start a fresh test with new inputs

How to reset test

Next Steps After Testing

  1. Once you're satisfied with your workflow's performance in the Run Panel

  2. Click "Publish" to make your workflow available for deployment

  3. Follow the publishing process to complete the deployment

⚠️ Testing in the Run Panel is essential before publishing to ensure your workflow functions as expected in a live environment.

Last updated