Skip to content

Instantly share code, notes, and snippets.

@kennethkalmer
Forked from tosch/example_def.xml
Created December 9, 2009 09:06
Show Gist options
  • Save kennethkalmer/252357 to your computer and use it in GitHub Desktop.
Save kennethkalmer/252357 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<process-definition revision="0.1" name="Test">
<!--
<cursor>
<participant ref="Anfang"/>
<participant ref="Mitte"/>
<if test="${field:reject} == true">
<back step="2"/>
</if>
<participant ref="Anfang"/>
<participant ref="Mitte"/>
<if test="${field:reject} == true">
<back step="2"/>
</if>
</cursor>
-->
<loop break-if="${f:approved} == true">
<participant ref="Anfang"/>
<participant ref="Mitte"/>
</loop>
</process-definition>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment