Introspecting and Visualizing Workflow Graphs in Effect-TS
Is there a way to introspect a workflow at compile time and figure out the graph simply by analysing the source code? Or does this require a different interpreter at runtime?
A nice feature would be to be able to visualize a workflow graph as well as its current state. We were just discussing this with @antoine-coulon and we were wondering what you had in mind about this.
https://github.com/Effect-TS/cluster/blob/main/packages/cluster-pg/examples/simple-workflow.ts
A nice feature would be to be able to visualize a workflow graph as well as its current state. We were just discussing this with @antoine-coulon and we were wondering what you had in mind about this.
https://github.com/Effect-TS/cluster/blob/main/packages/cluster-pg/examples/simple-workflow.ts
