Base44 api

Workflow Automations Not Triggering in Base44

You've set up workflow automations in your Base44 app (such as sending an email when a form is submitted, updating a record when a status changes, or creating a related record automatically), but the workflows never fire or only fire intermittently.

Automations are a key feature of Base44 for building business logic without code. When they don't trigger, manual intervention is needed for every action, defeating the purpose of the automation.

The issue can be hard to debug because there's no visible error; the automation simply doesn't execute, and you only discover it when you notice the expected outcome didn't happen.

Error Messages You Might See

Workflow execution failed Trigger condition not met Action failed: timeout exceeded
Workflow execution failedTrigger condition not metAction failed: timeout exceeded

Common Causes

  1. The trigger condition is too restrictive or evaluates a field that's empty at trigger time
  2. The trigger event type is wrong (e.g., set to "on update" but should be "on create")
  3. A previous step in the workflow fails silently, stopping the rest of the workflow from executing
  4. The workflow was created in the editor but not published or activated for the production environment
  5. Rate limits or execution quotas have been reached, pausing all automations

How to Fix It

Start by checking if the workflow is active and published. Many AI app builders require explicitly enabling workflows for the production environment.

Review the trigger event type and conditions. Try temporarily removing all conditions so the workflow triggers on every event, then add conditions back one at a time to find the one that's preventing execution.

Check for execution logs or a workflow history panel that might show failed or skipped executions. For complex multi-step workflows with branching logic, a developer can audit the entire flow and add proper error handling and logging.

Real developers can help you.

BurnHavoc BurnHavoc Been around fixing other peoples code for 20 years. Matthew Jordan Matthew Jordan I've been working at a large software company named Kainos for 2 years, and mainly specialise in Platform Engineering. I regularly enjoy working on software products outside of work, and I'm a huge fan of game development using Unity. I personally enjoy Python & C# in my spare time, but I also specialise in multiple different platform-related technologies from my day job. Krishna Sai Kuncha Krishna Sai Kuncha Experienced Professional Full stack Developer with 8+ years of experience across react, python, js, ts, golang and react-native. Developed inhouse websearch tooling for AI before websearch was solved : ) Kingsley Omage Kingsley Omage Fullstack software engineer passionate about AI Agents, blockchain, LLMs. rayush33 rayush33 JavaScript (React.js, React Native, Node.js) Developer with demonstrated industry experience of 4+ years, actively looking for opportunities to hone my skills as well as help small-scale business owners with solutions to technical problems Taufan Taufan I’m a product-focused engineer and tech leader who builds scalable systems and turns ideas into production-ready platforms. Over the past years, I’ve worked across startups and fast-moving teams, leading backend architecture, improving system reliability, and shipping products used by thousands of users. My strength is not just writing code — but connecting product vision, technical execution, and business impact. Jaime Orts-Caroff Jaime Orts-Caroff I'm a Senior Android developer, open to work in various fields Luca Liberati Luca Liberati I work on monoliths and microservices, backends and frontends, manage K8s clusters and love to design apps architecture Dor Yaloz Dor Yaloz SW engineer with 6+ years of experience, I worked with React/Node/Python did projects with React+Capacitor.js for ios Supabase expert PawelPloszaj PawelPloszaj I'm fronted developer with 10+ years of experience with big projects. I have small backend background too

You don't need to be technical. Just describe what's wrong and a verified developer will handle the rest.

Get Help

Frequently Asked Questions

Why isn't my Base44 workflow triggering?

Check that the workflow is active and published. Verify the trigger event type (on create vs. on update) and temporarily remove conditions to test if the workflow fires at all.

How do I debug Base44 workflow automations?

Look for a workflow execution log or history panel. If available, it shows whether the workflow triggered and which step failed. If no logs exist, add a simple test action (like sending yourself an email) to verify the trigger works.

Related Base44 Issues

Can't fix it yourself?
Real developers can help.

You don't need to be technical. Just describe what's wrong and a verified developer will handle the rest.

Get Help