| <?xml version="1.0" encoding="UTF-8"?> | |
| <workflow name="StartInputEnd" version="1"> | |
| <node id="1" type="Start"> | |
| <outNode id="3"/> | |
| </node> | |
| <node id="2" type="End"/> | |
| <node id="3" type="Input"> | |
| <variable name="variable"> | |
| <condition type="IsString"/> | |
| </variable> | |
| <outNode id="2"/> | |
| </node> | |
| <variableHandler variable="foo" class="ezcWorkflowTestVariableHandler"/> | |
| </workflow> |