I have downloaded the Pega to Camunda BPMN converter from below link
When I try to convert Pega Process XML to Camunda 8 BPMN file I am getting below error. Please advise.
Exception in thread “main” java.lang.NullPointerException: Cannot invoke “org.camunda.bpmn.generator.FlowNodeInfo.getNewId()” because “fromFNI” is null
at org.camunda.bpmn.generator.BPMNGenFromPega.main(BPMNGenFromPega.java:185)
You can either figure out the issue and update the code or update your PEGA XML to replace the “Data-MO-Connector-Transition” element with another element and give it another try.