JBoss Community

jBPM5 migration tool project

new comment by explorer m View all comments on this document

I have downloaded the  JBPM migration tool project and run the maven build . Please find below "tool generated BPMN file" for the corresponding input JPDL.

 

Input XML: JPDL

 

<?xml version="1.0" encoding="UTF-8"?><process-definition name="single_task_jpdl">
  <start-state name="start">
    <transition to="task"/>     </start-state>
  <task-node name="task">
    <transition to="end"/>
  </task-node>
  <end-state name="end"/>
</process-definition>

 

Tool Generated BPMN file:

 

<?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:jpdl="http://jbpm.org/4.3/jpdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.jboss.org/drools" xmlns:g="http://www.jboss.org/drools/flow/gpd" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" expressionLanguage="http://www.mvel.org/2.0" typeLanguage="http://www.java.com/javaTypes" targetNamespace="http://www.jboss.org/drools" id="Definition"/>

 

It looks tool is not generated BPMN file properly. Could you please provide me the steps to generate BPMN file from JPDL .