Solution Comparison¶
Overview¶
This section summarizes each project's positioning from Site Builder and Developer perspectives.
Disclaimer
This document has been created by the maintaier of FlowDrop module. Expect some biased viewpoints.
User Experience¶
| Module | Setup Requirements | Site Builder Experience | UI Type | Primary Focus |
|---|---|---|---|---|
| FlowDrop | Drupal | LangFlow‑style graph editor | Decoupled application | End‑to‑end workflow authoring and site‑builder UX |
| BPMN.io | Drupal + Modeler API | BPMN.io editor (bpmn‑js) | BPMN.io widget with AJAX forms | BPMN diagram authoring and viewing |
| ComfyUI Integration | Drupal + external ComfyUI server | Drag‑and‑drop blocks | Drupal Layout Builder UI | Dynamic field mapping to ComfyUI parameters |
| React Flow | Drupal + Modeler API | LangFlow‑style graph editor | Decoupled application | Front‑end graph UI for custom back‑end execution |
| Mini Kanban | Drupal | Drag‑and‑drop Kanban UI | Integrated Drupal UI | Editorial/task workflow visualization |
Developer Experience¶
| Module | UI Technology | Execution Model | Persistence |
|---|---|---|---|
| FlowDrop | Svelte + SvelteFlow | API‑driven with session context; supports synchronous, queued, and scheduled runs | Graph JSON/config; content entities for runs, logs, artifacts |
| BPMN.io | BPMN.io (bpmn‑js) | Non‑prescriptive; execution delegated to adopter (e.g., ECA/AI agents) | BPMN XML per implementation; adopter owns configuration |
| ComfyUI Integration | Drupal (blocks/forms) | Form triggers and headless/API; queue/batch support | Workflow entities; image proxy; optional local storage |
| React Flow | React + ReactFlow | Non‑prescriptive; execution delegated to adopter (e.g., ECA/AI agents) | Graph JSON/config per implementation |
| Mini Kanban | JavaScript + Twig | State transitions for task flows (not a general graph executor) | Entities/fields for cards/items |
Scored comparison¶
Scored 1–3 is a subjective snapshot which considers full Potential of the modules analysed.
| Description | FlowDrop | BPMN IO | ComfyUI | React Flow | Mini Kanban |
|---|---|---|---|---|---|
| Quality of the graph Editor | ![]() ![]() ![]() |
![]() ![]() |
![]() ![]() ![]() |
![]() ![]() ![]() |
N/A |
| Quality of the user interactions | ![]() ![]() ![]() |
![]() ![]() |
![]() ![]() ![]() |
![]() ![]() ![]() |
![]() ![]() ![]() |
| Ability to modify Editor UI | ![]() ![]() ![]() |
![]() |
![]() ![]() ![]() |
![]() ![]() ![]() |
![]() ![]() ![]() |
| Built-in execution control | ![]() ![]() |
N/A | ![]() ![]() ![]() |
N/A | N/A |
| Depth of integration with Drupal entities/config/APIs | ![]() ![]() ![]() |
![]() ![]() ![]() |
![]() |
![]() ![]() ![]() |
![]() ![]() ![]() |
| Ease of adding nodes, processors, and integrations | ![]() ![]() ![]() |
![]() ![]() |
![]() |
N/A | N/A |
| Independent of external systems | ![]() ![]() ![]() |
![]() ![]() ![]() |
![]() |
![]() ![]() ![]() |
![]() ![]() ![]() |
| Stability, docs, and production usage | ![]() |
![]() ![]() ![]() |
![]() ![]() |
![]() |
![]() ![]() |
| Overall Score | ![]() |
![]() |
![]() |
![]() |
![]() |
Note
- Scores are directional to aid selection; they will evolve as modules mature.
- more
indicates better integrated. - “Overall” is subjective and each project have its own benefits.
- Extensibility and Orchestration are lacking for React FLow / Mini kanban doesn't mean its bad. It means it is not opinionated about that part.
