Workflow Engine
The Jet Admin Workflow Engine is a powerful, event-driven system that allows you to automate business logic, data processing, and integrations through a visual drag-and-drop interface.

Key Features​
- Visual Editor: Intuitive drag-and-drop interface to build complex flows.
- Node Library: Rich set of pre-built nodes for logic (JavaScript), data access (SQL, APIs), and control flow.
- Event-Driven: Built on a robust event execution model.
- Sandboxed Execution: JavaScript nodes run in a secure, isolated sandbox.
- Real-time Feedback: Watch execution progress and debug with live node status updates.
Use Cases​
- Data Transformation: Fetch data from an API, transform it with JavaScript, and save it to your database.
- Business Automation: Send emails when a new user signs up.
- Validation: complex multi-step validation logic before committing changes.
- Reports: Scheduled generation of weekly reports.
Getting Started​
Check out the Workflow Concepts to understand how it works under the hood, or explore the Node Reference to see what you can build.