paed01 / bpmn-engine

BPMN 2.0 execution engine. Open source javascript workflow engine.
MIT License
884 stars 167 forks source link

Error when definition contains DataStoreReference elements #141

Closed KasperAanstoot closed 3 years ago

KasperAanstoot commented 3 years ago

Hi @paed01

I just started using bpmn-engine and have been impressed. Just one little problem. When I execute a process that contains a element of type bpmn:DataStoreReference the following error occurs: Error: Unknown activity type bpmn:DataStoreReference at getBehaviourFromType

Cheerio

paed01 commented 3 years ago

Hi, I'll attempt to fix this when solving #139.

paed01 commented 3 years ago

In the new version of the engine there is basic support for DataStore and DataStoreReference.

KasperAanstoot commented 3 years ago

Ah thanks! The problem is gone.