Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(stepfunctions): add getters for context object fields (#25646)
This PR adds additional getters to allow easy access to context object fields. We currently have getters allowing easy access to the entire context object and the context object task token field. This adds getters for the following additional context object fields: - Execution id - Execution input - Execution name - Execution role arn - Execution start time - State entered time - State name - State retry count - State machine id - State machine name Closes #25415 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information