I have a script that is calling a task.create with...
# suitescript
e
I have a script that is calling a task.create with a type of task.TaskType.WORKFLOW_TRIGGER to start a workflow asynchronously. It seems like it processes these jobs one at a time based on the logging. Does anyone know of a way to spread these workflow executions over multiple queues?