[question]can't find the 'Cancel Boundary Event' in the activiti modeler V5.15.1!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2014 10:49 PM
I have download the latest version 5.15.1,but I can't find the "Cancel Boundary Event" in the activiti modeler.
the "Cancel Boundary Event" and the "Message Boundary Event" marked with [EXPERIMENTAL] ,How can I use them in this version?
thanks for help!
the "Cancel Boundary Event" and the "Message Boundary Event" marked with [EXPERIMENTAL] ,How can I use them in this version?
thanks for help!
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2014 02:48 PM
Already tried writing it in the xml file ?
<code>
<boundaryEvent id="boundary" attachedToRef="transaction" >
<cancelEventDefinition />
</boundaryEvent>
</code>
source: http://www.activiti.org/userguide/#bpmnBoundaryCancelEvent
<code>
<boundaryEvent id="boundary" attachedToRef="transaction" >
<cancelEventDefinition />
</boundaryEvent>
</code>
source: http://www.activiti.org/userguide/#bpmnBoundaryCancelEvent
