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

Move the method expansion check to findPlan #27

Merged
merged 1 commit into from
Aug 10, 2023
Merged

Conversation

pipex
Copy link
Collaborator

@pipex pipex commented Aug 10, 2023

A method could be expanded to a an action and further methods, before if one of the sub-method calls returned an empty array, that would cause the parent method to fail. Now we only consider the method failed if one of the expansion conditions failed or the method after the expansion is finshed, didn't add any new actions to the plan.

Change-type: patch

A method could be expanded to a an action and further methods, before if
one of the sub-method calls returned an empty array, that would cause
the parent method to fail. Now we only consider the method failed if one
of the expansion conditions failed or the method after the expansion is
finshed, didn't add any new actions to the plan.

Change-type: patch
@flowzone-app flowzone-app bot enabled auto-merge August 10, 2023 15:54
@pipex
Copy link
Collaborator Author

pipex commented Aug 10, 2023

I self-certify!

@flowzone-app flowzone-app bot merged commit a090c16 into main Aug 10, 2023
@flowzone-app flowzone-app bot deleted the method-expansion branch August 10, 2023 16:02
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.

1 participant