Back to Knowledge Base
Workflow Is Not Triggering
Check the Workflow is active
Section titled “Check the Workflow is active”- Go to Menu → Workflows
- Find the Workflow and check its status
- If Inactive, click Activate
Check the trigger configuration
Section titled “Check the trigger configuration”- Open the Workflow and click the trigger node
- Verify the trigger type and conditions match what you expect:
- Job Event — correct event type? (Created, Updated, Status Changed)
- Device Metric — metric name and condition match what the device sends?
- Webhook — is the correct webhook URL being called?
- Schedule — is the cron expression valid?
Check recent executions
Section titled “Check recent executions”- Open the Workflow → Executions tab
- Look for Failed executions
- Click a failed one and inspect which node failed and why
Common causes
Section titled “Common causes”| Symptom | Likely cause |
|---|---|
| No executions at all | Workflow inactive, or trigger conditions never match |
| Executions fail immediately | Trigger data format mismatch |
| Executions fail midway | A downstream node has a configuration or permission error |
| Webhook not firing | Wrong URL, or external system isn’t sending a request |
Enable verbose logging
Section titled “Enable verbose logging”In Workflow settings, turn on Verbose logging to see detailed input/output at each node.