Workflow.parallel()
The .parallel() method executes multiple steps in parallel.
Usage exampleDirect link to Usage example
workflow.parallel([step1, step2]);
ParametersDirect link to Parameters
steps:
Step[]
The step instances to execute in parallel
ReturnsDirect link to Returns
workflow:
Workflow
The workflow instance for method chaining