Can't open Form with flowable designer

Hello,

I’ve been provided with a flowable process .zip file made in version 6.4.1 and I need to interact with it on version 6.6.0.

Somehow, when I try to open the process with Flowable Engage I am facing an infinite loading avec le whole layout frozen, I can’t clic anywhere except going backward.
I manage to upload and view the process by unzipping the file and renaming the xml process file into bpmn20.xml.

However, I still can’t open form with the Form Import interface, neither with .json nor .form extension.
I think they are broken, could you help me point a way to fix it ?
I literally don’t know what’s inside those forms unfortunately.

Here is an example of a form:

{
“id”: “2b541af3-2ed3-11e9-b021-847beb151ea5”,
“name”: “CDSS TU Form1”,
“key”: “cdsstuf1”,
“description”: “”,
“editorJson”: {
“name”: “CDSS TU Form1”,
“key”: “cdsstuf1”,
“version”: 0,
“fields”: [
{
“fieldType”: “FormField”,
“id”: “quelssontvossymptômesniv1”,
“name”: “Quels sont vos symptômes (Niv1)”,
“type”: “headline-with-line”,
“value”: null,
“required”: false,
“readOnly”: false,
“overrideId”: false,
“placeholder”: null,
“layout”: null
},
{
“fieldType”: “FormField”,
“id”: “q1”,
“name”: “Dysurie (miction difficile, douloureuse)”,
“type”: “boolean”,
“value”: null,
“required”: false,
“readOnly”: false,
“overrideId”: true,
“placeholder”: null,
“layout”: null
}
],
“outcomes”: [{ “id”: null, “name”: “Next” }]
}
}

Thank you for your help,
Kilian

The reason was that my form was created with Flowable Modeler while I was trying to open it with Flowable Designer.

This issue can be closed.