Features
Diagram area (canvas)
The diagram area is an infinite workspace that allows users to freely arrange elements:
Users can manually place nodes anywhere on the canvas.
The system also provides an option to automatically arrange the nodes on the canvas (ELK-based auto layout feature) – horizontally or vertically.
The library of elements (nodes)
The library contains a predefined list of elements that users can drag and drop onto the diagram area.
Items in the library can be displayed in two ways:
Simplified view – as a single list.
Grouped view – organized into logical categories.
All elements in the palette are predefined – users cannot modify them (e.g., add new elements, delete existing ones, or change their order).
Ready-to-use nodes
Trigger Nodes: Initiate workflows through specific events, such as receiving an email, form submissions, or scheduled times.
Action Nodes: Execute tasks like sending emails, creating database records, or updating CRM systems.
Condition Nodes: Branch workflows based on conditions, enabling "if/else" logic.
Delay Nodes: Pause workflows for a specified duration before resuming.
Decision Nodes: Route workflows based on user input or specific data values.
Properties Panel
When a node or a link is selected, an additional panel appears, allowing users to define or edit properties.
The panel supports various field types:
Text inputs
Drop-down menus
Checkboxes
Numeric fields
WYSIWYG text editor for rich text content
Properties are defined dynamically using a JSON Schema, enabling real-time updates to the properties panel without requiring code changes.
Relationships and Connections
Relationship Lines:
One predefined type of relationship line is available.
Users cannot customize the color or style of these lines.
Connecting Nodes:
Users manually draw connection lines between nodes.
Only one connection can exist between any two nodes.
A single node can have multiple incoming connections.
Connections are not validated for correctness by the system – users are free to create any relationships.
Deleting Connections:
Users can delete connections without validation from the system.
Labels on Links:
Users can define labels for relationship lines and choose to show or hide them.
Labels are draggable, allowing precise placement for better clarity.
Auto-save functionality
The system automatically saves data before the user exits the application.
Supports two storage methods: local storage and API-based storage for seamless data persistence.
Read-only mode
A dedicated mode for users who are not authorized to make changes.
All nodes on the canvas are frozen, preventing modifications while still allowing users to view node properties.
Snack bar notifications
User-friendly notifications provide real-time feedback on actions and system statuses.
After major actions (e.g., saving or loading a diagram), a snackbar notification displays the result as either a success or error message.
Zoom in/out
Users can adjust the view of their diagram:
Zoom in for detailed editing.
Zoom out to see the broader structure.
Zooming can be controlled using a dedicated button.
Undo/redo recent actions
Users can undo or redo node-related actions using keyboard shortcuts or a dedicated button.
Features a customizable action manager to define which actions are included in the undo/redo history.
Keyboard shortcuts
Copy
Paste
Cut
Select All
Undo
Redo
Last updated