Aaron McCausland
04/23/2026, 8:58 PMCeligo AI
04/23/2026, 8:58 PMAI generated answer (using internal Slack threads):When triggering a workflow to run via the Task API in SuiteScript, you can launch as many instances of the workflow as you want, but each instance will consume usage units. The number of usage units consumed depends on the complexity of the workflow and the number of records it processes. However, if you try to submit a workflow-triggering task when there are already a certain number of them running, it will not silently fail. Instead, you will receive an error message indicating that you have exceeded the maximum number of workflow instances that can be running concurrently. It's important to note that the limit on the number of concurrent workflow instances is not a fixed number, but rather it depends on the resources available on the NetSuite server at the time the workflow is triggered. If the server is under heavy load, you may be able to run fewer concurrent workflow instances than if the server is under light load. Remember, this is about triggering the Workflow instances to run, NOT the script deployments. Workflows don't have script deployments. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
04/23/2026, 8:58 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.822631836
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.82244873
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.814819455
Celigo AI
04/23/2026, 8:58 PM