The Workflow Builder Engine allows administrators to create dynamic business workflows, automation rules, approval processes, notifications, integrations, and backend actions without writing complex code.
Workflow Builder provides a visual workflow designer for automating business operations.
| Field | Description |
|---|---|
| Workflow Name | Business-friendly workflow name. |
| Workflow Slug | Unique workflow identifier. |
| Feature Slug | Associated feature reference. |
| Workflow Scope | Controls execution scope. |
| Workflow Execution | Execution trigger type. |
| Workflow Action | Defines the action performed. |
| Condition Description | Workflow logic explanation. |
Scope determines where and when the workflow will be executed.
Configure workflow decision-making logic.
| Logic Type | Description |
|---|---|
| IF | Execute action when condition is true. |
| SWITCH | Execute different actions based on values. |
Actions executed when workflow conditions are satisfied.
Converts workflow blocks into structured JSON used internally by the workflow engine.
Generates executable workflow code based on configured conditions and actions.
| Button | Description |
|---|---|
| Add IF | Add a conditional IF block. |
| Add SWITCH | Add a SWITCH block. |
| Generate JSON | Generate workflow JSON structure. |
| Generate Code | Generate workflow execution code. |
| Save Workflow | Save workflow configuration. |
Multi-level approval process.
Automatically send notifications.
Trigger external systems.
Execute actions based on data changes.