Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
| <?php | |
| require_once 'WorkflowDefinition.php'; | |
| require_once 'Execution.php'; | |
| $wbuilder = new WfBuilder(); | |
| $workflow_definition = $wbuilder->build_workflow(); | |
| $execution = new ezcWorkflowTestExecution(1); | |
| $execution->workflow = $workflow_definition; |
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.