Scenario in which Conversation ID will not get generated
787849Sep 13 2010 — edited Feb 26 2020Hi all,
I have a requirement wherein i need to capture the conversationID for logging purpose from my BPEL processes.
However i have noticed that ora:getConversationId() is giving me NULL sometimes.
Could anyone tell me what are the scenarios where conversation ID is getting generated and the scenarios where it is not?
Say i am trying to capture ConversationID in processA and i am invoking ProcessA from ProcessB.
Below are my observations-
1. If processA is invoked directly from BPEL console then ConversationID is getting generated.
2. If processA is invoked from ProcessB then sometimes i am getting conversationID and sometimes not.
thanks and regards,
Vishal