Discussion Watson reset conversation
1 answer
Discussion of stateless Watson. Thus, he knows nothing about where you are in a conversation without a context object.
In reset conversation, you just don't send the context object and it will generate a new one.
Or let's say you are in a process thread and want to reset to a specific point. Just grab a copy of the context object at this point in time. Then use that to rollback.
This assumes that your application layer has not done anything outside of the conversation that would involve a rollback.
+3
source to share