workflow-core
workflow-core copied to clipboard
If there are 10,000 orders to approve, do I need to run StartWorkflow 10,000 times?
If each workflow is a single approval process, then yes, you do. If you have a single workflow that says "approve outstanding orders" and that does a query, gets all 10k, then loops them and approves them, then no.