Skip to content

Commit 40c6879

Browse files
committed
Update README
1 parent 58c9079 commit 40c6879

File tree

1 file changed

+2
-1
lines changed
  • packages/aws-cdk-lib/aws-stepfunctions

1 file changed

+2
-1
lines changed

packages/aws-cdk-lib/aws-stepfunctions/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,8 @@ see [step function comparison operators](https://docs.aws.amazon.com/step-functi
725725
### Parallel
726726

727727
A `Parallel` state executes one or more subworkflows in parallel. It can also
728-
be used to catch and recover from errors in subworkflows.
728+
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.
729730

730731
```ts
731732
const parallel = new sfn.Parallel(this, 'Do the work in parallel');

0 commit comments

Comments
 (0)