You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've built some functionality outside of the library that allows you to generate a Graphviz dot file directly from the WorkflowDefinition. Is this something you'd be interested in upstreaming to your package?
Currently I've manually made the $id, $dependents and $instance fields of Node of the library public because it's needed for my custom extension to work, but if it's integrated into the library the API would largely stay the same.
Hi!
I've built some functionality outside of the library that allows you to generate a Graphviz dot file directly from the WorkflowDefinition. Is this something you'd be interested in upstreaming to your package?
Currently I've manually made the
$id
,$dependents
and$instance
fields ofNode
of the library public because it's needed for my custom extension to work, but if it's integrated into the library the API would largely stay the same.Here's the source code I currently use for it:
The text was updated successfully, but these errors were encountered: