We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c9079 commit 40c6879Copy full SHA for 40c6879
packages/aws-cdk-lib/aws-stepfunctions/README.md
@@ -725,7 +725,8 @@ see [step function comparison operators](https://docs.aws.amazon.com/step-functi
725
### Parallel
726
727
A `Parallel` state executes one or more subworkflows in parallel. It can also
728
-be used to catch and recover from errors in subworkflows.
+be used to catch and recover from errors in subworkflows. The `parameters` property
729
+can be used to transform the input that is passed to each branch of the parallel execution.
730
731
```ts
732
const parallel = new sfn.Parallel(this, 'Do the work in parallel');
0 commit comments