Workflow.parallel()
The .parallel()
method executes multiple steps in parallel.
Usage
workflow.parallel([stepOne, stepTwo]);
Parameters
steps:
Step[]
The step instances to execute in parallel
Returns
workflow:
NewWorkflow
The workflow instance for method chaining