Using tests from official Camunda Github repo: https://github.com/camunda/camunda-bpm-assert
examples
folder contains a few bpmn files and tests, by default all works fine, all tests successfully passed, but when I set flag Asynchronous Before
for Start event
for any bpmn
- all asserts start failing.
What is the right way to write tests when bpmn
start event executed in async
fashion?