Camunda-modeler: Opening Form Results in Error Logged in Console

Created on 9 Apr 2021  路  4Comments  路  Source: camunda/camunda-modeler

__Steps to Reproduce__

  1. Open existing .form file
  2. Open console
  3. Error logged in console

image

The error is logged because the check whether the file is a BPMN file tries to parse the JSON as XML.

__Expected Behavior__

The check whether the file is a BPMN file returns false without an error logged.

__Environment__

  • Camunda Modeler Version: 4.7.0-rc.0
bug

All 4 comments

Can you share an example file? For me opening existing .form files work as expected.

Kapture 2021-04-09 at 10 56 08

This error seems to occur in conjunction with the Camunda Cloud Connect plug-in. From the stack trace it looks like the plug-in tries to retrieve the relation ID but fails opening forms.

@nikku You're right. I was too quick to assume it is caused by the check whether it is a BPMN diagram. I will this issue and create one in the cloud connect plugin's repository.

Was this page helpful?
0 / 5 - 0 ratings