Retrieve a sample workflow graph
Returns a minimal, runnable WorkflowGraph YAML document that illustrates the
structure of a workflow graph. Use this as a starting point when building or
testing your own workflow definitions.
The response is returned as plain YAML (application/x-yaml) rather than JSON.
The sample graph includes a trigger node, a transform node, and an event-emit
node wired together in sequence.
Retrieve a sample workflow graph Returns a minimal, runnable
WorkflowGraphYAML document that illustrates the structure of a workflow graph. Use this as a starting point when building or testing your own workflow definitions. The response is returned as plain YAML (application/x-yaml) rather than JSON. The sample graph includes a trigger node, a transform node, and an event-emit node wired together in sequence.