blob: 7060e69be9c9af89c4ede5d811bb4b084bd32d4b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<workflow name="VariableEqualsVariable" version="1">
<node id="1" type="Start">
<outNode id="3"/>
</node>
<node id="2" type="End"/>
<node id="3" type="VariableSet">
<variable name="a">
<integer>1</integer>
</variable>
<variable name="b">
<integer>1</integer>
</variable>
<outNode id="4"/>
</node>
<node id="4" type="ExclusiveChoice">
<condition type="Variables" a="a" b="b">
<condition type="IsEqual" value=""/>
<outNode id="5"/>
</condition>
<condition type="Variables" a="a" b="b">
<condition type="IsNotEqual" value=""/>
<outNode id="7"/>
</condition>
</node>
<node id="5" type="VariableSet">
<variable name="c">
<integer>1</integer>
</variable>
<outNode id="6"/>
</node>
<node id="6" type="SimpleMerge">
<outNode id="2"/>
</node>
<node id="7" type="VariableSet">
<variable name="c">
<integer>0</integer>
</variable>
<outNode id="6"/>
</node>
</workflow>