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
Mostafa Barmshory edited this page Feb 22, 2017
·
2 revisions
To help you debug your workflows visually, you can dump a representation of your workflow with the use of a DumperInterface. Use the GraphvizDumper to create a PNG image of the workflow defined above:
// dump-graph.php
$wf = new Workflow_Machine();
...
echo $wf->dumb('graphviz');