JBoss Community

Re: Which BPMN 2.0 Editor to use with jbpm 5.1

created by Adam Bach in jBPM - View the full discussion

Example differenc is with On Entry action:

Web Designer:

drools:onEntry-script="System.out.println("On Entry Action");"

Eclipse drools designer:

<extensionElements>

        <tns:onEntry-script scriptFormat="http://www.java.com/java">

          <script>System.out.println("On Entry Action");</script>

        </tns:onEntry-script>

</extensionElements>

Reply to this message by going to Community

Start a new discussion in jBPM at Community