A tech stack agnostic Event Driven Workflow framework, written in Go, that supports durable, robust, and idempotent state changes with timeouts, callbacks, scheduled triggers, and await calls. Compatible with Kafka and Reflex out of the box.
BSD 3-Clause "New" or "Revised" License
112
stars
8
forks
source link
workflow: Rename diagram creation function and signature #31
This MR updates the diagram function from MermaidDiagram -> CreateDiagram which seems to be far more intuitive. Also a small bug where statuses that have spaces break the diagram is fixed in this MR.
This MR updates the diagram function from
MermaidDiagram
->CreateDiagram
which seems to be far more intuitive. Also a small bug where statuses that have spaces break the diagram is fixed in this MR.