-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Dispatch an event when the status changes, to allow other plugins to react #3123
Comments
Thanks for the suggestion. I don't really understand the request. What is it you are trying to actually do? |
In my use-case, I use a file to record the task detail and I want to sync the task status to the file metadata, it is easy if I can register a event to know which task has just been completed. |
Thank you.
Excellent - could you show us, here, what that code would look like please? I need a clear, concrete understanding of the mechanism you are imagining... |
And where would you write your code? |
Hello @feathers-l, This is brilliant - just what was needed to clarify the request. Many thanks. |
🔖 Feature description
Dispatch an event when the status changes. Make developer can easily implement some feature about the status change of the task.
✔️ Solution
I want to implement a feature that can automatically complete some operations when the task status changes. I found there are many troubles in developing it. I think it will be easy if this plugin can dispatch an event when the task's status changes.
❓ Alternatives
I try to develop myself, but I found it is complicated to monitor checkbox in many situations.
📝 Additional Context
No response
The text was updated successfully, but these errors were encountered: