<?xml version="1.0" encoding="UTF-8"?>�
�� � � � type="RuleFlow" name="ruleflow" id="com.sample.ruleflow" package-name="com.sample" >
��<header>
��</header>
��<nodes>
�� �<start id="1" name="Start" x="16" y="16" width="48" height="48" />
�� �<actionNode id="2" name="Hello" x="96" y="16" width="80" height="48" >
�� � � �<action type="expression" dialect="mvel" >System.out.println("Hello World");</action>
�� �</actionNode>
�� �<end id="3" name="End" x="226" y="14" width="48" height="48" />
��</nodes>
��<connections>
�� �<connection from="1" to="2" />
�� �<connection from="2" to="3" />
��</connections>
</process>