Okay, thanks.
From the last time I had used Node red, if another request was sent to the flow, instead of a new instance, it would continue the same one.
So effectively, each deployed workflow was as if it's just one instance, and all who wish to use it can see the same state.
Hi @knolleary , can you please help me with how to handle this scenario. I have a scenario in which for the first http request, I am getting a shipment number which I have to store as a flow variable since it has to be part of the url in another http request in the same flow. Can you please guide me, how to store the state i.e this flow variable per user, so that I can have multiple instances of the same flow every time the flow is triggered?