170 likes | 451 Views
BPMN to. Mapping of BPMN diagrams to YAWL for execution out of Oryx. Armin Zamani Farahani May 26th, 2009. Roadmap. Class structure BPMN Subset in Oryx Examples of mapping To dos and Sources. BPMN to YAWL, Armin Zamani Farahani, May 26th, 2009.
E N D
BPMNto Mapping of BPMN diagramsto YAWL forexecution out ofOryx Armin Zamani Farahani May 26th, 2009
Roadmap • Class structure • BPMN Subset in Oryx • Examples of mapping • To dos and Sources BPMN to YAWL, Armin Zamani Farahani, May 26th, 2009
BPMN Subset in Oryx BPMN to YAWL, Armin Zamani Farahani, May 26th, 2009
BPMN Subset in Oryx • Following stencils are removed in the subset • Complex Gateway • (Adhoc subprocess) • Group • Data object • Message flow • Association BPMN to YAWL, Armin Zamani Farahani, May 26th, 2009
Mapping (1/3) Freight in Transit [1] BPMN to YAWL, Armin Zamani Farahani, May 26th, 2009
Mapping (1/3) BPMN to YAWL, Armin Zamani Farahani, May 26th, 2009
Mapping (2/3) Process with two start plain events BPMN to YAWL, Armin Zamani Farahani, May 26th, 2009
Mapping (2/3) BPMN to YAWL, Armin Zamani Farahani, May 26th, 2009
Mapping (3/3) Process with two end plain events and flow expressions BPMN to YAWL, Armin Zamani Farahani, May 26th, 2009
Mapping (3/3) BPMN to YAWL, Armin Zamani Farahani, May 26th, 2009
Mapping (3/3) <taskid="Nodea0"> <name>a</name> <flowsInto> <nextElementRefid="Nodeb1"/> <predicateordering="1">amount > 100</predicate> </flowsInto> <flowsInto> <nextElementRefid="Nodec2"/> <predicateordering="2">true()</predicate> </flowsInto> <joincode="xor"/> <splitcode="xor"/> </task> BPMN to YAWL, Armin Zamani Farahani, May 26th, 2009
Still to do • Mapping of multi instance activities • Exception handling • Testing subprocess mapping • Predicates at every XOR and OR split BPMN to YAWL, Armin Zamani Farahani, May 26th, 2009
Sources so far • 1. G. Decker, R. Dijkman, M. Dumas, and L. García-Bañuelos. „BPMN and YAWL“., 2009 • 2. G. Decker, R. Dijkman, M. Dumas, and L. García-Bañuelos. „Transforming BPMN Diagrams into YAWL Nets“. In Proceedings of the 6th International Conference on Business Process Management (BPM). Springer, 2008 • 3. Business Process Modeling Notation, V1.1. Technical report, Object Management Group (OMG) (January 2008) • ProM YAWL class model • (and the YAWL Editor v2.0_RC1 for mapping rules) BPMN to YAWL, Armin Zamani Farahani, May 26th, 2009