We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Task management
am asking is there a way to run a callback before the task is even started ?
since we have callbacks that can be executed after task is completed so my idea is to have something like that
Task( pre_callback=foo_callback ) Crew( pre_task_callback=bar_callback )
No response
I can test the feature once it's implemented
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Area
Task management
Is your feature request related to a an existing bug? Please link it here.
am asking is there a way to run a callback before the task is even started ?
Describe the solution you'd like
since we have callbacks that can be executed after task is completed so my idea is to have something like that
Describe alternatives you've considered
No response
Additional context
No response
Willingness to Contribute
I can test the feature once it's implemented
The text was updated successfully, but these errors were encountered: