Hi,
How can I listen to the particular queue via sendEventTask but without sending the message at first? SendEventTask has an option:
“Set service task to be triggerable” , which waits for the ‘confirm’ message to move on in the process. But i want to achive this without sending the messages. There is that possibility in Flowable?
Current behavoiur:
- Send message -> Wait for another message -> move on in process
Expected behaviour: - Wait for message -> move on in process
Actually I am looking for something like “receiveEventTask”, because sendEventTask sends the message by design(I guess).