Hello:
I am a flowable newbie and have a question. I am creating bpmn process models, storing the xml in the resources folder of my spring boot app. I then use rest endpoints to start process instances. My process includes triggerable events as well as boundary event message listeners. I am able to start a process instance and then trigger each of the async/message related tasks (via rest endpoints). If I restart my spring app in the middle of the execution of a process instance, I no longer can access those executions that were pending. What is the expected behavior in this case? Do I need to “reload” pending executions when the app restarts?
Thanks!
Raj