Falko Menge
Falko Menge
Bulk actions: - [ ] Bulk Property Change (#893) - [ ] Bulk Morph (#892) Sub-Process: - [ ] Extract Subprocess / Call Activity and inverse operation - [x] Keep...
The issue here is, that boundary events don't snap while they are being dragged out of the palette onto the border of a task. Once they are dropped, they snap...
You could also work with the document attribute.
@barmac thanks for giving it a try. This limitation of `diagram-js` will also affect the implementation of #1707.
Workaround: ```sh xmlstarlet edit --inplace --ps -N bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" --delete "//bpmn:ioSpecification" 'vacation-request.bpmn' xmlstarlet edit --inplace --ps -N bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" --delete "//bpmn:dataInputAssociation" 'vacation-request.bpmn' xmlstarlet edit --inplace --ps -N bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" --delete "//bpmn:dataOutputAssociation" 'vacation-request.bpmn' xmlstarlet...
Workaround: `xmlstarlet edit --inplace --ps -N bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" --delete "//bpmn:extensionElements" 'vacation-request.bpmn'`
Related to #8230
I would also tend towards the C7 behavior
I mostly see timer start events being used for Cron-like use case, i.e. the interval between the invocations is expected to be constant, e.g. daily, but there is no expectation...