I’m trying to create a junit test for a process consisting of async service tasks. I’m using test configuration copied from here: flowable-engine/SpringJunitJupiterTest.java at main · flowable/flowable-engine · GitHub
After I start the process nothing seems to happen. Do I need to have some explicit configuration to get the async executor running? Or is it possible to create junit tests for async processes at all?