Blog Post
Introducing the Visual Workflow Editor
We are introducing a new visual workflow editor in AI Rule Engine.
If you have ever had to reason through a large RuleSet by jumping between forms, nested branches, and reusable ActionSets, this release fixes that problem at the source. You can now open a workflow branch as an interactive canvas, see how the execution path is connected, and make changes directly from the graph.
See the Workflow as a Graph
The new editor starts with a root RuleSet. Once you select or create that root, AI Rule Engine builds an interactive canvas that shows the reachable workflow structure around it.
That means you can inspect the branch visually instead of reconstructing it mentally from separate editors. You can follow how RuleSets connect to Rules, how Rules depend on reusable ActionSets, and where inline actions branch into downstream RuleSets.
For teams building non-trivial automation, that is a much better way to review behavior before making changes.
Navigate Large Branches Without Losing Context
The visual workflow editor is designed for real workflow graphs, not toy examples.
You can:
- Pan the stage by dragging the canvas
- Zoom with the mouse wheel or zoom controls
- Reset the view instantly
- Switch between Parent aligned and Top aligned layouts
- Focus a nested RuleSet as the new root when you want to work one branch at a time
This makes it much easier to work through larger execution paths without getting buried in the full project at once.
Edit Nodes Directly from the Canvas
The canvas is not just for inspection. It is an editing surface.
You can double-click a node to open its editor, or use node actions to work directly from the graph. From the workflow canvas, you can edit or delete workflow assets such as:
- RuleSets
- Rules
- ActionSets
- Actions
You can also add new rules from a RuleSet node and create a connected RuleSet directly from a branch-capable action. That shortens the loop between seeing a missing branch and actually creating it.
Draft First, Save When Ready
The workflow editor uses a draft flow so you can stage changes locally before committing them.
You can create a fresh root RuleSet, build out new branches, adjust reusable ActionSets, and refine the execution graph before saving the workflow. The editor keeps track of whether you have unsaved changes and lets you save the workflow when the draft is ready.
This is especially useful when you are reshaping a branch and want to make several related changes as one coherent update instead of saving after each small edit.
Why This Matters
AI Rule Engine has always been about controlled automation, but the cost of understanding a complex workflow goes up quickly as the branch structure grows. A visual editor changes that.
Instead of treating the workflow as a set of disconnected forms, you can now work with it as a connected execution graph. That makes reviews faster, branching logic easier to understand, and edits less error-prone.
For teams using AI Rule Engine to coordinate business logic, integrations, and downstream automation, this should make day-to-day workflow authoring much more practical.
Available Now
The visual workflow editor is now part of AI Rule Engine.
If you want a faster way to inspect, shape, and save complex workflow branches, open a RuleSet and start working from the new canvas.
Visit RuleEngine.ai to try it.
The AI Rule Engine Team