nitram509/lib-bpmn-engine

fix colliding IDs by using Twitter's Snowflake algorithm

nitram509 opened this issue · 0 comments

Issue: currently, IDs for instances etc are generated from system clock - which has not always full nano-seconds resolution and thus collides.
The 'TestLoadingTheSameProcessWithModificationWillCreateNewVersion'
does run well on Linux, but fails on Windows.