blob: 97aa7e6364f041b2ae8e842157df5353ba4f4844 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<workflow name="ServiceObjectWithArguments3" version="1">
<node id="1" type="Start">
<outNode id="2"/>
</node>
<node id="2" type="Action" serviceObjectClass="ServiceObjectWithConstructor">
<arguments>
<array>
<element>
<string>Sebastian</string>
</element>
</array>
</arguments>
<outNode id="3"/>
</node>
<node id="3" type="End"/>
</workflow>