git clone https://github.com/SandeepBalachandran/workflow-visualizer.git
npm i
npm run dev
Node Type | Purpose | Handles |
---|---|---|
Start Node | Denote start of the workflow | 2 source handles |
Process Node | Denote steps in the workflow | 2 source and 2 target handles |
Decision Node | Denotes Conditions | 2 source and 2 target handles |
End Node | Denote end of the workflow | 2 target handles |
Found a bug or an issue with this? Open a new issue here on GitHub.
Please check the Contributing Guidelines before contributing.