Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderGraph ¶
RenderGraph returns a buffer of bytes containing a graphviz png representation of all the Tasks and the Paths connecting them. Needs to be passed a GraphVizIntf implementation to render the graph (eg graphviz.New())
func RenderPathThroughGraph ¶
func RenderPathThroughGraph(context *graphflow.ExecutionContext, gf *graphflow.Graphflow, contextKeysToRender ...string) (bytes.Buffer, error)
RenderPathThroughGraph returns a buffer of bytes containing a graphviz png representation of all the Tasks and the Paths connecting them, with the actual path taken for the given ExecutionContext highlighted. Any Context Keys provided will be rendered with their values at the top of the image.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.