Can you create branches of the workflow dynamically for posting multiple queries to the db?

@d3n1s you could try and create a workflow where a database query would be sent thru parallel chunks. The performance would depend on whether the database would support several accesses at the same time

2 Likes