bpmnServer / bpmn-server

BPMN 2.0 server for Node.js , providing modeling, execution, persistence and monitoring for Workflow. along with sample UI. Intended to be developers workbench for BPMN 2.0
MIT License
186 stars 48 forks source link

Import Error through client #154

Closed MaheshkumarSundaram closed 11 months ago

MaheshkumarSundaram commented 11 months ago

Hi @ralphhanna

Test Version: 1.4.6

I am using bpmn-client to import a new BPMN into the server.

But I get the following error:

image

Import used to work fine. Could you please look into this? Thanks

ralphhanna commented 11 months ago

Sorry, seems to work for me, can you look at the server console log. It is a server error

MaheshkumarSundaram commented 11 months ago

@ralphhanna In the server console, I get this:

image

ralphhanna commented 11 months ago

Looks something is invalid in the bpmn file, can you please send it to me @ ralphhanna@hotmail.com Thanks, Ralph

MaheshkumarSundaram commented 11 months ago

Looks something is invalid in the bpmn file, can you please send it to me @ ralphhanna@hotmail.com Thanks, Ralph

@ralphhanna, I have emailed you the files. Thank you

ralphhanna commented 11 months ago

Got it, just remove two lines the includes the word 'class=""' lines 127 and 154 image

MaheshkumarSundaram commented 11 months ago

Ah sorry. Thank you so much @ralphhanna.