Multiple users same or multiple workflows?

Hi,

I am building a web app with multiple workflows. If, for example, 20 people are using the app, will they all trigger the same workflow or 20 different instances?

I'm not sure if that makes sense, but my workflows return a value based on a user's actions. I don't want that returned value to appear in another user's logged session.

Thank you.

Hello, can someone please assist?

Hi @Youssouf_Ouologuem! All your users would be triggering the same workflow but different runs. If the workflow is triggered manually, after collecting user input, each user will be getting a different response. This way, they wouldn't see the same values because each run is independent from another.