Rahul, Your code worked (from your personal snapshot) fine - thanks. One issue we're now facing is handling concurrent users from multiple clients. My goal is to use one scxml doc to manage app flow for all users. It looks like there is one context and it's shared, so if we trigger an event, it will affect any user. We have created a HashMap (in memory) to store key/handle to client for sending response, but are having troubles dealing with concurrent users and their state.
For example: Web request (state 1, event 3) IM request (state 2, event 1) Can the engine handle that or do you know how best to implement? My thought was to store state and last event per user, then navigate to that somehow for their requests. I assume there must be a better way? Thanks, Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
