提交 e90dd933 编写于 作者: T Tijs Rademakers

Fix missing type attribute

上级 d64eaf55
......@@ -21,7 +21,7 @@
</planItemOnPart>
</sentry>
<task id="someTask" name="The Task" flowable:class="org.flowable.cmmn.test.runtime.VariablesTest$SetVariableDelegate"/>
<task id="someTask" name="The Task" flowable:type="java" flowable:class="org.flowable.cmmn.test.runtime.VariablesTest$SetVariableDelegate"/>
<milestone id="mileStoneOne" name="Milestone ${myVariable}" />
</casePlanModel>
......
......@@ -21,7 +21,7 @@
</planItemOnPart>
</sentry>
<task id="someTask" name="The Task" flowable:class="org.flowable.cmmn.test.runtime.VariablesTest$SetTransientVariableDelegate"/>
<task id="someTask" name="The Task" flowable:type="java" flowable:class="org.flowable.cmmn.test.runtime.VariablesTest$SetTransientVariableDelegate"/>
<milestone id="mileStoneOne" name="Milestone ${transientVar}" />
</casePlanModel>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册