Workflow Engine
Design and automate your business processes with a flexible workflow system. Define custom states, automate transitions, and trigger actions based on order lifecycle events.
Visual State Builder
Design your workflow visually with drag-and-drop state management.
Automated Transitions
Define rules that automatically move orders between states.
Event-Driven Actions
Trigger emails, webhooks, and notifications on state changes.
Custom States
Create unlimited states within each group to match your process.
Workflow Structure
Every workflow consists of four stage groups. Each group can contain unlimited custom states tailored to your business process.
New
IntakeEntry point for all newly created orders, subscriptions, reservations, and service requests.
Processing
In ProgressThe most comprehensive stage covering everything from payment to delivery.
Cancelled
TerminalFinal stage for orders that could not be fulfilled or were cancelled.
Completed
TerminalFinal stage for successfully delivered orders and fulfilled services.
Intelligent Automation
Configure automatic actions triggered by state changes. Send notifications, update external systems, or escalate issues without manual intervention.
Order delayedSend apology email to customer with updated delivery estimate
Package lostAlert admin team and initiate replacement process
Order completedSend feedback request and loyalty points notification
{
"trigger": "state_changed",
"conditions": {
"new_state": "delayed"
},
"actions": [
{
"type": "send_email",
"template": "delay_notification",
"to": "customer"
},
{
"type": "webhook",
"url": "https://api.example.com/notify"
}
]
}Cancellation Scenarios
1Customer-Initiated
- Payment not received in time
- Customer requested cancellation
- Partial or full refund issued
2Provider-Initiated
- Items out of stock
- Delivery failed permanently
- Technical or operational issues
Completion Scenarios
The Completed stage represents the successful terminal state. Orders here have been fulfilled and require no further action.
Success Criteria
- Product delivered to customer
- Service successfully provided
- Customer confirmation received
Ready to streamline your operations?
Create a custom workflow that perfectly matches your business needs and automates routine tasks.