After importing a bpmn20.xml file using the explorer my flow condition expression is no longer valid:
The original expression:
<sequenceFlow id="runRequestCompleteFlow" name="runStatus == FINISHED" sourceRef="sid-63E0DA36-F87E-4AD1-991B-DD043AA0EA05" targetRef="success">
<conditionExpression xsi:type="tFormalExpression">${runStatus == 'FINISHED'}</conditionExpression>
</sequenceFlow>
After import the editor shows the flow condition in a JSON representation:
{"expression":
{"type":"static","staticValue":"${runStatus
== 'FINISHED'}"}}
If you click on the Flow condition field the Condition expression shows:
[object Object]