Skip to content

Commit

Permalink
Update packages/@aws-cdk/aws-stepfunctions/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shivlaks authored Apr 21, 2020
1 parent edd4122 commit 443e5d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/@aws-cdk/aws-stepfunctions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,7 @@ to the Lambda.
});
```

⚠️ The Lambda function should call `SendTaskSuccess` or `SendTaskFailure` with the
token provided as input or the State Machine will not resume.
⚠️ The task will pause until it receives that task token back with a SendTaskSuccess or SendTaskFailure call. Read [more](https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#connect-wait-token)

#### Glue Job example

Expand Down

0 comments on commit 443e5d2

Please sign in to comment.