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.. 😕
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.