Hello Community,
I have been working in a integration with a third party system and I am sending an outgoing message from FSM using the XML maps functionality using the Task Table as Primary Table.
On that outgoing message, I am getting a respose from the third party system with a tag saying if the message is OK or KO. Based on this asnwer I should update the task entity accordingly to save this value and do some follow up action (managing an error basically).
However, I have seen that after I send the outgoing message I cannot link it back to the TASK that I am suppose to save it on. Is there a way of knowing which task corresponds to the outgoing message I have just sent ?
Or must we request the external third party system to save the task_id and send us as a response on this ?
Best Regards.