I have a process that is working fine.
It contains a Node that I know is running (sending an email) followed by an int. message "catch event".
I created a second process that is throwing the expected message and things work all fine. My message expects a correlation with 3 keys: 2 strings and an integer.
I am now trying to use the API and throw the same message using the REST API. My request runs fine and I do receive a status 204. I know that my POST request is received as I see new entries in the engine logs every time I send a message.
However, this entry in the logs is clear: "Found 0 potential message/event couples".
I have checked my correlations keys over and over and I think everything is fine. How could I troubleshoot this issue?
Can I get the logs to SHOW me the received messages so I can check the diff between receiving messages from the other process vs my POST ?