The Workflow Builder List module allows system administrators to view, search, manage, organize, and maintain automated business process workflows configured across Ojoo Business OS ERP.
Workflow Builder provides centralized management of all active workflow rules. From this page, administrators can review existing workflows, create new automation rules, edit Twig execution templates, and soft-delete obsolete workflows.
The List Table displays all active workflow records retrieved by Query ID 7 (query-workflows-builder-list, variable $workflowsBuilderList) from table nm_app_workflows.
| Column Name | Description & Operational Behavior |
|---|---|
| Actions | Contains grid row buttons: View (eye icon), Edit (pencil icon), and Delete (trash icon). |
| Workflow ID | Unique primary key identifier of the workflow record. |
| Workflow Slug | Unique string identifier slug used in workflow invocation. |
| Workflow Name | Human-readable display title of the workflow. |
| Workflow Date | Creation timestamp of the workflow definition. |
| Action | Icon / Button | What It Does |
|---|---|---|
| View | View | Opens a read-only popup modal displaying workflow metadata and compiled Twig code. |
| Edit | Edit | Opens the Workflow Builder Form to modify settings, target feature, or Twig logic. |
| Delete | Delete | Soft-deletes the workflow definition record after user confirmation. |
Clicking the + Create Workflow Builder toolbar button at top right opens the Workflow Builder Form (Page ID 51) to configure a new automated business process workflow.