blob: a4f586670724d055be55d9cb80a651552d6a63ab [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<workflow name="ServiceObjectWithArguments" version="1">
<node id="1" type="Start">
<outNode id="3"/>
</node>
<node id="2" type="End"/>
<node id="3" type="Action" serviceObjectClass="ServiceObjectWithConstructor">
<arguments>
<array>
<element key="0">
<string>Sebastian</string>
</element>
</array>
<integer>22</integer>
<string>April</string>
<double>19.78</double>
<null/>
<object class="stdClass"/>
</arguments>
<outNode id="2"/>
</node>
</workflow>