Hi all,
I m new to BPM Development..
I have a small scenario..
I use Activiti Explorer to manage BPM flows..
I ve Designed a sample Descriptive Process in Petals BPM Editor and saved it in .BPMN format..
It is getting saved in my:
\Users\user\.webeditor\files\user1ID\BPMNDescProcess\somexxxid\zip\somexxxid.bpmn
I copy this file, place it in desktop, change the format of the file to
somexxxid.bpmn20.xml
I run my Activiti Exlporer, upload a new task, and drag this file(
somexxxid.bpmn20.xml) to the Activiti Explorer...
Immediately, I receive some errors...
So I tried removing the <collaboration> tag, and the attributes specified in <process> tag...
Then, i try to deploy it again in activiti, its deployed with the notations being somewhat different like

Can anybody help on exporting the bpmn into xml and without removing those <collaboration> and attributes of <process>..
Or, is there any way to design processes in petals bpmn editor and export it to activiti?
Thanks in advance..