cancel
Showing results for 
Search instead for 
Did you mean: 

Diagram information in technical model

mproch
Champ in-the-making
Champ in-the-making
When generating technical BPMN model from Signavio Json, class called RemedyTemporarySignavioIncompatibility (nice name btw Smiley Wink ) is removing all DI information - line 41.
Is it still needed? I think it would be good to have DI information in developer friendly version - especially now, as one can import it to Designer, or display in Modeler.
4 REPLIES 4

bernd_ruecker
Champ in-the-making
Champ in-the-making
Hi mproch.

True, and we already have an issue for it 🙂 It should be in 5.2.

The problem is, if we keep it, we have to adjust the ID's according to the changed ID's in the XML. But since we now can open the BPMN XML correctly in the Eclipse Designer, maybe we remove the RemedyTemporarySignavioIncompatibility completely, since developer friendliness is less an issue then.

But we have a con call tomorrow where we discuss this bigger picture and I am confident, some solution will make it in 5.2…

Cheers
Bernd

mproch
Champ in-the-making
Champ in-the-making
Well, removing temporary hacks is alway a Good Thing Smiley Wink
But DI generation works ok now - I mean, when you remove this line from RemedyTemporarySignavioIncompatibility. The point is that ids are replaced already on JSON level, so generated bpmn already has adjusted ids - and it just works

maciek

bernd_ruecker
Champ in-the-making
Champ in-the-making
Really? I thought I tested it and it didn't… But it was just in between to other tasks 😉 So then this is a sure shot to be in the 5.2, but removing it completely is still under discussion 🙂

bernd_ruecker
Champ in-the-making
Champ in-the-making
Okay, I fixed the last small issues today, now the DI is kept in the Developer Friendly BPMN correctly.