I have a simple model i want to step through using the java API
The issue is that i want to trigger the conditional event programmatically but i can’t use the “signal” method because the execution is on the event-based gateway. So i there a way to tell the event to trigger in the same way you can trigger a message event.
I was actually wondering how i could simple trigger the process “continue” along the that particular sequence. As if the execution had be signaled to move forward. I’d rather avoid setting specific variables if i can.