Hi CPI Experts,
I am using Global variable and storing the sessionTime and token in global variable which is used across multiple flows.
Exception Message:
com.sap.esb.datastore.DuplicateEntryException: An entry with id sessionTime does already exist in data store sap_global_store.
If session is valid ,Iflow will be using the existing token.
If session is invalid,Iflow will call the other authentication flow and update the new sessiontime and token in global variable.
Please suggest on this error.
Regards,
Karthiga