I have a flowable send task which sends a message to a queue (rabbitmq) then i have a receive task which consume the message sent by the send event task ( same channel destination) but its not working and it bloks the proccess on the receive event task
Another thing could be that the rabbitMQ queue responds faster than the database transaction (and thus the process instance is not in the correct state). Can you configure the trigger event key on the send task, as that would make it a send/receive task.