docsWorkflowsworkflow-methodsWorkflow.parallel() On this pageWorkflow.parallel() The .parallel() method executes multiple steps in parallel. Usage example workflow.parallel([step1, step2]); Parameters steps:Step[]The step instances to execute in parallel Returns workflow:WorkflowThe workflow instance for method chaining Related Parallel Workflow Example