Skip to content

OpenPonk/BPMN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a009af6 · Dec 10, 2024
Jan 17, 2024
Dec 5, 2024
Oct 29, 2023
Nov 10, 2024
Dec 10, 2024

Repository files navigation

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