Skip to content
Glacis Help Center home
InboxAsk a human

Workflow Errors

Something went wrong with your workflow? This page covers the most common issues and how to fix them.

My workflow isn't running

You expected the workflow to trigger, but nothing happened.

Check these things in order:

  1. Is the workflow published? Open the workflow in the editor and check the publish toggle in the top toolbar. If it says "Unpublished," toggle it on.

  2. Is the trigger configured correctly? Click the trigger step and check the Configuration tab. For Email Received triggers, make sure the email type matches (New Email, Reply Email, or Always Run).

  3. Did the trigger event actually happen? For email triggers, check the Emails section to confirm the email arrived. For order triggers, confirm the order was created/updated.

  4. Is the workflow on the right team? Workflows only trigger on events for their team. An email to logistics@... won't trigger a workflow on the Procurement team.

A step failed

The workflow ran, but one step shows an error.

  1. Open the workflow and click the failed step on the canvas.

  2. If the workflow is not yet published - Go to the Test tab to see Error Details (shown in red).

  3. If this occurs on a production workflow, go to the workflow execution (from the gear icon on the top right part of the screen) - and check the step that failed

  4. Check Data In — was the right data passed to this step?

  5. Check Data Out — did the step produce any partial output?

Common causes:

  • Missing data — a template variable references a field that doesn't exist in the previous step's output (e.g., {{AI_EXTR.output.order_number}} but the AI didn't extract an order number)

  • Invalid data format — a step expects a date but received text, or expects a number but got a string

  • External service down — for integration steps, the external system may be temporarily unavailable

Email trigger not firing

Emails are arriving but the workflow doesn't start.

  1. Check the email address — confirm the email was sent to the correct team address (e.g., procurement@yourcompany.glacis.com, not a personal address).

  2. Check the trigger type — if the trigger is set to "Receive Reply Email," it won't fire on new incoming emails. Switch to "Always Run" or "Receive New Email."

  3. Check if another workflow already processed it — if the email shows a "Processing" badge or has linked automations, another workflow may have handled it first.

AI node returning unexpected results

The AI extracted the wrong data or classified incorrectly.

  1. Check the prompt — open the AI step's Configuration tab and review the prompt. Is it specific enough? "Extract order data" is too vague. "Extract the PO number, seller name, and line items with quantities and unit prices" is better.

  2. Check the expected output schema — does the JSON schema match what you actually need? Missing fields or wrong types cause the AI to guess.

  3. Check the test data — in the Test tab, review what data went in. If the input was garbage, the output will be too.

  4. Try voting — for critical extractions, enable voting with multiple AI models to improve accuracy.

The fastest way to improve AI results is to refine the prompt with specific examples of what you expect.

Order not created by workflow

The workflow ran but no order appeared.

  1. Check the Create Order step — click it and review the Test tab. Look for errors in the output.

  2. Check required fields — the order needs at minimum an order type and order number. If the AI extraction didn't produce these, the step fails.

  3. Check for duplicates — if the order number already exists and the step isn't configured for "create-or-update" mode, it will fail rather than create a duplicate.

How to read workflow run history

  1. Open the workflow in the editor.

  2. Click the gear iconRun History.

  3. Each run shows a timestamp, status (success/failure), and which steps ran.

  4. Click a run to see the data that flowed through each step.

This is the best way to diagnose issues — you can see exactly what happened at each step.

When to contact support

If you've checked all of the above and the issue persists:

  • The error message references a system error (not a data error)

  • A workflow that was working suddenly stopped

  • You see intermittent failures with no clear pattern

  • You need help configuring AI prompts or output schemas


Need help?

If you have questions or run into issues, we're here to help: