kiegroup / jbpmmigration

Migration tool for process definitions from jbpm 3 PDL to standard BPMN2
http://community.jboss.org/wiki/jBPM5migrationtoolproject
16 stars 15 forks source link

Implement conversions for process-definition level events #39

Open eschabell opened 13 years ago

eschabell commented 13 years ago

There are a slew of events that can be placed outside the start-state in the process-definition, need to look into these:

EVENTS: xs:enumeration value="node-enter" xs:enumeration value="node-leave" xs:enumeration value="process-start" xs:enumeration value="process-end" xs:enumeration value="task-create" xs:enumeration value="task-assign" xs:enumeration value="task-start" xs:enumeration value="task-end" xs:enumeration value="before-signal" xs:enumeration value="after-signal" xs:enumeration value="superstate-enter" xs:enumeration value="superstate-leave" xs:enumeration value="timer-create" xs:enumeration value="subprocess-created" xs:enumeration value="subprocess-end"

eschabell commented 13 years ago

See proc definition for test glassDamageFinanceProcess for example of event with scripting in it.