You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- A new, robust documentation site has been created using Astro - https://www.workflowbuilder.io/docs/overview/[WB-27]
8
+
- New element RichText added, allowing passing HTML to forms in the sidebar (e.g., when we need to add context to a field with an additional link) [WB-15]
9
+
- A new variable picker for text has been added [WB-96]
10
+
11
+
### Improvements:
12
+
13
+
- Fit to view actions now take into account opened panels and don't hide content behind them [WB-17]
14
+
- The selected node/edge sidebar can now be closed to show more of the canvas if needed [WB-16]
15
+
- The loaded diagram is revalidated, and new errors are shown if the diagram configuration has changed (for example, if a node now has new fields) [WB-14]
16
+
- Workflow builder styles now use box-sizing: border-box by default [WB-32]
17
+
- Dependecies were updated (e.g, @xyflow/react to 12.10.0)
18
+
- Added misisng decision and tool ids to simplyfie parsing of flows by flow engines [WB-25]
19
+
- Nodes in panels expect all properties to be filled with default values [WB-13]
20
+
21
+
### Fixes:
22
+
23
+
- Removing a tool or a branch removes attached edges (they can be restored by clicking "Undo") [WB-12]
24
+
- Templates cannot be changed in read-only mode [WB-34]
25
+
- The "Add tool" and "Add branch" buttons on nodes are now working correctly [WB-30]
26
+
- Only a new element is now selected after copying [ZW-398]
27
+
- Fixed a bug that blocked rendering of the form when loading nodes with the sidebar open [WB-97]
28
+
- Fixed an issue with saving on close [WB-58]
29
+
30
+
### Plugins:
31
+
32
+
-**New** - Analytics – new tracking mechanism based on Microsoft Clarity. [WB-84]
33
+
-**New** - Diagram validation - Additional logic for working with JSON forms, adding diagram-based validation (e.g., detecting when a node that uses variables from previous nodes is not connected to them, or when required edges are missing). [WB-139]
34
+
- Undo/redo — improvements to history logic to prevent duplicate history items [WB-26]
35
+
- Flow runner - Improved documentation and more tests for the workflow runner [WB-19][WB-25]
36
+
- Improvement development mode for plugins [WB-40]
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Execution, orchestration, and business logic remain fully under your control.
12
12
## What Workflow Builder is NOT
13
13
14
14
Workflow Builder does **not**:
15
+
15
16
- execute workflows
16
17
- provide scheduling or orchestration
17
18
- include backend logic or integrations
@@ -34,6 +35,7 @@ The SDK outputs workflow definitions (JSON) that are meant to be executed by **y
34
35
## Typical use cases
35
36
36
37
Workflow Builder is commonly used to:
38
+
37
39
- embed workflow editors into B2B SaaS products
38
40
- build visual rule engines and configuration tools
39
41
- design AI agent and automation workflow platforms
@@ -75,27 +77,32 @@ To document technical choices and provide an overview of reasoning behind them,
75
77
## License
76
78
77
79
Community Edition:
80
+
78
81
- Open source
79
82
- Apache 2.0 license
80
83
- Frontend-only workflow editor SDK
81
84
82
85
Enterprise Edition:
86
+
83
87
- Commercial license
84
88
- Long-term support
85
89
- Advanced features and professional services
86
-
90
+
87
91
## Contributing
92
+
88
93
Workflow Builder is open-source and we welcome contributions. Whether you're fixing bugs, proposing features, improving docs, or spreading the word - we'd love to have you as part of the community.
89
94
90
95
## Professional consulting & enterprise support
96
+
91
97
Workflow Builder is a frontend-only SDK. For enterprise companies that need end-to-end implementations, we also offer professional consulting services.
92
98
Our team can help with:
99
+
93
100
- backend execution engines
94
101
- custom integrations
95
102
- enterprise-grade customization and scaling
96
103
- accelerating time-to-market with proven architecture patterns
97
-
The team behind Workflow Builder has 15+ years of experience building enterprise-class diagramming and automation tools.
98
-
Learn more about Enterprise Edition and consulting: 👉 https://workflowbuilder.io
104
+
The team behind Workflow Builder has 15+ years of experience building enterprise-class diagramming and automation tools.
105
+
Learn more about Enterprise Edition and consulting: 👉 https://workflowbuilder.io
0 commit comments