Camunda 8 - Pega XML to BPMN converter

Hi there,

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)

Thank you
WorkTask.bpmn (51.5 KB)

Hi @PrakashRavindran2024,
Can you share the Pega Process XML file?

Regards,
Alex

Thanks Alex. I have attached the Pega XML (BPMN) file

I think the “Data-MO-Connector-Transition” is not supported by the tool but is present in your PEGA XML.
There is an unsolved but closed defect: Null Pointer Issue · Issue #1 · camunda-consulting/migrate-to-camunda-tools · GitHub
Also, you can check the source code and find that the element is commented out due to some reasons

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.

Regards,
Alex

Sure Alex, thanks for the guidance

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.