Error Handling

Lleverage provides comprehensive error handling and validation to ensure your workflows run smoothly. The platform proactively identifies configuration issues before you run or publish your workflows, saving you time and preventing runtime failures.

Key Features

  • Real-time validation of action card configurations

  • Visual indicators for error locations

  • Detailed error messages with solutions

  • Error handling within the Run Panel

  • Multiple ways to fix issues (manual, Copilot assistance)

  • Fallback error management for runtime issues

Validation on canvas
Information on Error message

💡 The validation system works continuously as you build your workflow, catching issues before you attempt to run or publish.

How to View Error Details

  1. Hover over the error notification in the top right corner

  2. Click on a specific error to navigate directly to the issue

  3. Alternatively, locate action cards with orange outlines in your workflow

  4. Hover over the "i" icons next to field labels to see detailed error messages

💡 Error messages will explain exactly what's wrong and what you need to do to fix the issue.

How to Fix Validation Errors

  1. Read the error message to understand the specific requirement

  2. Make the necessary changes to the configuration as suggested

  3. Check if the orange outline disappears, indicating the error is resolved

  4. Repeat for any remaining errors in your workflow

⚠️ Common issues include missing required fields, incorrect data formats, or missing authentication for external providers.

How to Use Copilot for Error Resolution

  1. Identify an error in your workflow

  2. Click the "Auto Fix" button or tell Copilot about the error

  3. Copilot will suggest changes to resolve the issue

  4. Review the suggested fix and apply it if appropriate

⚠️ Copilot cannot handle authorization to external providers or log you into services - these actions must be completed manually.

How to Handle Runtime Errors

  1. If an error occurs during workflow execution, an error panel will appear

  2. Read the detailed error message to understand the issue

  3. Choose one of the following options:

    • Fix the issue manually based on the error message

    • Click "Auto Fix" to let Copilot solve the problem

    • Tell Copilot how you'd like to fix the workflow

💡 Runtime errors often reveal edge cases or conditions that weren't apparent during the building process.

Where to Find Error Indicators

Lleverage shows errors in multiple locations to ensure you don't miss them:

  1. In the top bar as notification chips

  2. In the publish panel when attempting to publish

  3. In the run panel when testing your workflow

  4. On the action cards themselves (orange outlines)

  5. Next to specific field labels within action cards

⚠️ Authentication issues with external providers are common errors that require manual resolution - the system will guide you through what needs to be done.

Last updated