Hi,
I have a use case "get customer data":
1. People fill customer ID in Sharepoint-Nintex Form
2. Nintex workflow query to DB
3. Nintex workflow send email notification
Workflow will be started if a new list item created
To avoid db performance degradation, I would like to limit concurrent "get customer data" max 3 processes at a time. If there are more than 3 requests, it will be queued. Can we do that in Nintex?