bpmn-js-token-simulation
Advanced tools
Changelog
0.26.0
FEAT
: add simulation support to programatically control the token simulation (#112)Changelog
0.25.0
FEAT
: rewrite simulator using event scopes and subscriptions (#101)FEAT
: support event rethrow and "absorption" (#100)FEAT
: trigger all startable elements inside bpmn:SubProcess
(#107, acdae242
)FEAT
: support transactions and cancel events (#76, #102, 5026298b
)FEAT
: support compensation (#76, #102, bcdad034
)FEAT
: eagerly interrupt when entering event sub-process (452ce5ec
)FEAT
: add Simulator
APIs for (BPMN) event triggering and subscriptions (5da21ed8
)FEAT
: add Simulator#waitForScopes
API (e23e57f0
)FIX
: don't allow pause on event sub-process (af04910b
)FIX
: correct pause handling on receive tasks (#99)FIX
: ensure technically equal events can still be signaled individually (#103, #107 15d14062
)CHORE
: implement termination as a behavior (e92e8ff8
)CHORE
: remove destroyed scopes (b3662dc8
)CHORE
: namespace CSS (#30)CHORE
: add properties panel to example (104)DEPS
: update to bpmn-js@8.9.0
bts
now to avoid foreign classes crashing (#30)destroyContext
in favor of dedicated scope state (failed/ended) (#101)b3662dc8
)Changelog
0.24.0
FEAT
: return Simulator#signal
scopeFEAT
: return Simulator#enter
scopeFEAT
: support token sinks other than end events (#94)FEAT
: support error throw events (017aa885
)FIX
: read and restore colors in bpmn-js >= 8.7
compatible manner (#90)FIX
: correct context-pads interaction with scope filters (6dc14819
)FIX
: make pause context-pad handler scope filter aware (7253969f
)CHORE
: various example improvementsChangelog
0.23.0
FEAT
: add pause at node feature (f6c6b06b
, #91)FEAT
: update context-pads rather than add and remove (84d288e7
)FEAT
: tick
on out of bounds elementChanged
(53230707
)FEAT
: update and inline icons (dc6eb1195
)FEAT
: allow configuration of ActivityBehavior
wait semantics (dcf1e855
)FIX
: reduce visual noise caused by context-pad updatesFIX
: mark parent as changed on {create,destroy}Scope
(410659bc
)