Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 332 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 332 Bytes

OpenPonk: BPMN

This is a partial prototype of BPMN implementation for OpenPonk tool.

Installation

Requires Pharo 12 image - clean or with loaded OpenPonk.

In Playground, execute following script:

Metacello new
    baseline: 'OpenPonkBPMN';
    repository: 'github://OpenPonk/BPMN';
    load