Skip to content

OpenPonk/BPMN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenPonk: BPMN

This is an unoffical updated version of BPMN extension for OpenPonk tool.

Installation

Requires Pharo 7 or 8 image - clean or with loaded OpenPonk.

In Playground, execute following script:

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