cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti 5.7 not displaying the process diagram properly

anagpal123
Champ in-the-making
Champ in-the-making
Hi,
          I have deployed the bpmn20.xml and .activiti files for a process . When I try to view the diagram using Activiti Explorer (5.7) , all the constructs of the diagram are present but they are not displayed properly . The sequence flows are not linear and the whole diagram looks cluttered. In case , any one else has faced similar issue, request you to kindly provide some pointers in getting the same resolved.

Regards
Ashish
6 REPLIES 6

trademak
Star Contributor
Star Contributor
Hi,

The .activiti file is not a file you need to deploy. Maybe you can post the .activiti file so I can reproduce the problem.

Best regards,

anagpal123
Champ in-the-making
Champ in-the-making
Hi,
        Apologies for the late reply. I am attaching the activiti file.Kindly check. I have replaced the task names and implemntation classes to some dummy names.

Regards
Ashish

trademak
Star Contributor
Star Contributor
Hi,

No problem, thanks for sharing the diagram.
I've committed a fix for this.

Thanks,

anagpal123
Champ in-the-making
Champ in-the-making
Thanks Tijs. Out of curosity, can you please let me know the reason for the problem and is there any workaround for the same before the next version comes out.

Regards
Ashish

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
'workaround' is building from source  Smiley Wink

trademak
Star Contributor
Star Contributor
Hi,

The reason was that the BPMN DI was not generated correctly.
We use the Eclipse Graphiti framework for the Designer implementation and it's pretty difficult to get all the x,y positions of the sequence flows out of there.
So there were some bugs there. But I think now the BPMN DI code has improved a lot and is even simpler.
Ronald was correct, that's the workaround. But I also did a preview distro built for the guys at Camunda which you can download here:

http://ge.tt/9AgYuY7?c

Best regards,