Skip to content
English
  • There are no suggestions because the search field is empty.

How to build a status transition flow (automation)

Configure triggers, conditions and actions to automate repetitive work order tasks.

What are automations?

Automations let you define "if this, then that" rules that fire automatically when work order events occur. They reduce manual work, enforce business rules and ensure consistency across your team.

Anatomy of an automation

Every automation consists of three parts:

  1. Trigger — the event that starts the automation (e.g. work order created, status changed, work order completed).
  2. Conditions — optional filters that narrow when the automation fires. Conditions support AND and OR logic.
  3. Actions — what happens when the trigger fires and conditions are met.

Available actions

  • Update a work order field
  • Send an email notification
  • Create a task
  • Archive the work order
  • Create a follow-up work order
  • Calculate travel kilometres

Building your first automation

  1. Navigate to Settings > Automations.
  2. Click Add Automation.
  3. Select a trigger (e.g. Status Changed).
  4. Add conditions if needed (e.g. work type = "Maintenance" AND status = "Complete").
  5. Define one or more actions (e.g. send email to planner, create follow-up work order).
  6. Save and enable the automation.

Testing and monitoring

After enabling an automation, create a test work order and walk through the trigger scenario. Check the status changes section on the work order to see an execution log of which automations fired and what actions were taken.

Tips

  • Start with simple automations and add complexity gradually.
  • Use descriptive names so other administrators can understand the purpose at a glance.
  • Be careful with cascading automations — one automation's action can trigger another.

Related articles