Hi,
I want to implement the same wait-state but without using the database. I need everything to be in memory.
Currently, I have the following definition in the XML
<intermediateCatchEvent id="_5" name="_5" >
<timerEventDefinition>
<timeDuration>60s</timeDuration>
</timerEventDefinition>
</intermediateCatchEvent>
What I want to achieve is that the process waits for x minutes until some external event to complete the subsequent activities or end the process instance if the time elapses. How can i achieve this without JPA?