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

Bulk edit does not trigger post based triggers for all the posts due to false positive of infinity loop #943

Open
andergmartins opened this issue Sep 30, 2024 · 0 comments
Assignees
Labels
confirmed bug The reporter has tested and confirmed on more than 1 site workflows

Comments

@andergmartins
Copy link
Contributor

The infinity loop protection blocks post-based triggers to run when multiple posts are edited over bulk-edit.

If the workflow has a "Post is saved" trigger, that will only run for the first post, then will be ignored for the others because the workflow engine will flag that as an infinity loop.

The infinity loops are detected by comparing the workflow ID and the step ID executed in a sequence.
On this case, that information repeats for all the posts.

@andergmartins andergmartins added the confirmed bug The reporter has tested and confirmed on more than 1 site label Sep 30, 2024
@andergmartins andergmartins added this to the 4.0.1: Bug fixes milestone Sep 30, 2024
@andergmartins andergmartins self-assigned this Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed bug The reporter has tested and confirmed on more than 1 site workflows
Projects
None yet
Development

No branches or pull requests

1 participant