I'm setting up a workflow that will essentially allow users to upload an excel file via prompt on server and then push data into our planning system. One thing I can see being a problem is if two users run this workflow at the same time. Does anyone know if Server will "queue" the requests and run them one after another? Or am I likely to run into a deadlock error.
An additional note, the users would be uploading different files (with different names).