-
Notifications
You must be signed in to change notification settings - Fork 592
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
Conversation
ResultSelector field should be allowed on Task, Parallel & Map per https://states-language.net/spec.html#statetypes
'Choice': ['Choices', 'Default'], | ||
'Wait': ['Seconds', 'Timestamp', 'SecondsPath', 'TimestampPath'], | ||
'Succeed': [], | ||
'Fail': ['Cause', 'Error'], | ||
'Parallel': ['Branches', 'ResultPath', 'Retry', 'Catch'] | ||
'Parallel': ['Branches', 'ResultPath', 'ResultSelector', 'Parameters', 'Retry', 'Catch'] |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
validated Parameters
is allowed.
* Release to v0.46.0
…into jsboeve-patch-1
…n#1912) * Added ResultSelector field to Task, Parallel & Map Co-authored-by: Kevin DeJong <kddejong@amazon.com>
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.