Question
US
Last activity: 8 Aug 2023 11:07 EDT
How Decision results stored in Cassandra database (DDS) be available for other services use?
How Decision results stored in Cassandra database (DDS) be available for other services use?
Our process includes multiple steps and at each step a different function is called to take some decision. All the functions are called within same session at different times but have same session id.
we want the decision taken in step 1 to be available in step 2 based on session id. is it possible to pull decision from database based on session id (unique) alone?