Decorating Sequence flows
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2013 04:59 AM
I'm trying to dynamically mark/decorate elements in the diagram depending on markers set through a validator. By overwriting the getDecorators method in the ActivitiToolBehaviorProvider I can put at least symbols on all elements. The only elements that aren't affected are sequence flows. They are just not included in the call on this. In a previous version (5.9.2) this worked fine and now I'm wondering why.
Do sequence flows don't have a pictogram element anymore? Or what changed on the differentiation between nodes and flows? I'm having a hard time finding the difference between the version 5.9 and the latest 5.12.. 😕
Hope for help.
Do sequence flows don't have a pictogram element anymore? Or what changed on the differentiation between nodes and flows? I'm having a hard time finding the difference between the version 5.9 and the latest 5.12.. 😕
Hope for help.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2013 05:33 AM
Never mind, it isn't Activiti, it's manually adapted. The text decorator of a sequence flow was linked to the sequence flow object as well.. that's why the sequence flow could get a decorator.
