cancel
Showing results for 
Search instead for 
Did you mean: 

Made a model in eclipse. Not able to import in Activiti Explorer

mohitsrivastava
Champ in-the-making
Champ in-the-making
Hi,

I have created a model in eclipse. Name is MyProcess.bpmn
Then opened the Activiti-explorer with kermit login.
Then Go in Model Workspace -> Import.
Then it asks for file browse.
I choosen the MyProcess.bpmn.
But after that nothing happened. No message given.

So could you please suggest about it. How it should work. How model is imported.

Also I am trying to create a new model through Activiti-explorer but while saving it it gives 'Unexpected' error.
Could you please suggest about it.

Thanks
Mohit
3 REPLIES 3

vasile_dirla
Star Contributor
Star Contributor
There are not enough information in order to know what's happening.
if you have something relevant in your log please put your log here.
also will be nice to know what's your Activiti version, database, if you have something customized in your setup.
please provide any information which could help in reproducing the issue.

Thanks.

It is now imported. I explored that there is an Edit button appearing. So when I clicked on that Edit Button then that diagram has appeared.

mohitsrivastava
Champ in-the-making
Champ in-the-making
Thanks.
Please find my replies to your queries:
In log nothing appearing when I am doing this operation (Model Workspace -> Import)
Activity version - activiti-5.18.0
Regarding database I have not done anything. It should be by default. I have not done any configurations for this.
No customisation in my setup. As I am just starting.

Please fing the model below that I am importing.
<definitions typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test"><process id="myProcess" name="My process" isExecutable="true"><startEvent id="startevent1" name="Start"/><userTask id="usertask1" name="MyTask"/><sequenceFlow id="flow1" sourceRef="startevent1" targetRef="usertask1"/><endEvent id="endevent1" name="End"/><sequenceFlow id="flow2" sourceRef="usertask1" targetRef="endevent1"/></process><bpmndi:BPMNDiagram id="BPMNDiagram_myProcess"><bpmndi:BPMNPlane bpmnElement="myProcess" id="BPMNPlane_myProcess"><bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1"><omgdc:Bounds height="35.0" width="111.0" x="100.0" y="90.0"/></bpmndi:BPMNShape><bpmndi:BPMNShape bpmnElement="usertask1" id="BPMNShape_usertask1"><omgdc:Bounds height="55.0" width="105.0" x="256.0" y="80.0"/></bpmndi:BPMNShape><bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1"><omgdc:Bounds height="35.0" width="35.0" x="406.0" y="90.0"/></bpmndi:BPMNShape><bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1"><omgdi:waypoint x="211.0" y="107.0"/><omgdi:waypoint x="256.0" y="107.0"/></bpmndi:BPMNEdge><bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2"><omgdi:waypoint x="361.0" y="107.0"/><omgdi:waypoint x="406.0" y="107.0"/></bpmndi:BPMNEdge></bpmndi:BPMNPlane></bpmndi:BPMNDiagram></definitions>