luno / workflow

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

Closed andrewwormald closed 1 month ago

andrewwormald commented 1 month ago

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.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud