Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ResultSelector field to Task, Parallel & Map #1912

Merged
merged 8 commits into from
Feb 25, 2021

Conversation

jsboeve
Copy link
Contributor

@jsboeve jsboeve commented Feb 21, 2021

ResultSelector field should be allowed on Task, Parallel & Map per https://states-language.net/spec.html#statetypes

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

'Choice': ['Choices', 'Default'],
'Wait': ['Seconds', 'Timestamp', 'SecondsPath', 'TimestampPath'],
'Succeed': [],
'Fail': ['Cause', 'Error'],
'Parallel': ['Branches', 'ResultPath', 'Retry', 'Catch']
'Parallel': ['Branches', 'ResultPath', 'ResultSelector', 'Parameters', 'Retry', 'Catch']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see Parameters here https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-parallel-state.html in Parallel. does Parameters apply here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

validated Parameters is allowed.

@kddejong kddejong merged commit c2ddd29 into aws-cloudformation:master Feb 25, 2021
This was referenced Mar 10, 2021
This was referenced Mar 12, 2021
direvus pushed a commit to direvus/cfn-python-lint that referenced this pull request Apr 12, 2021
…n#1912)

* Added ResultSelector field to Task, Parallel & Map

Co-authored-by: Kevin DeJong <kddejong@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants