blob: 1ddd64d2d213183aba6933e48056002885dc8fa6 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<workflow name="ServiceObjectWithArguments2" version="1">
<node id="1" type="Start">
<outNode id="2"/>
</node>
<node id="2" type="Action" serviceObjectClass="ServiceObjectWithConstructor">
<arguments>
<object class="Exception">
<arguments>
<string>Test</string>
</arguments>
</object>
</arguments>
<outNode id="3"/>
</node>
<node id="3" type="End"/>
</workflow>