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

Fix plugin vs workflow execution order #242

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

Mai98
Copy link

@Mai98 Mai98 commented Sep 30, 2024

Fixes #94

  • Rewrite PluginManager to collect synchronous trigger functionality within one function
  • Use new function to execute plugins with execution order zero first. Then real-time workflows. Then remaining synchronous plugins.
  • Update postImage after synchronous logic have executed and save it in a new dedicated variable
  • Align 'StageAsync' with rewritten function 'TriggerSync'
  • Test using existing plugins and workflows as well as one new plugin with execution order zero

@Mai98 Mai98 marked this pull request as ready for review September 30, 2024 14:31
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.

Plugin vs Workflow execution order
1 participant