GitHub Issue created: https://github.com/allegroai/clearml/issues/786
That would match what
add_dataset_trigger
and
add_model_trigger
already have so it would be good
Sounds good, any chance you can open a github issue, so that we do not forget?
Another parameter for when the task is deleted might also be useful
That actually might be more complicated, because there might be a race condition, basically missing the delete operation...
What would be the use case?
Another parameter for when the task is deleted might also be useful
That would match what add_dataset_trigger
and add_model_trigger
already have so it would be good
Hmm that is a good idea, and I think you are correct, it cannot support it. But it will be easy to do, maybe adding an argument trigger_on_archive
? wdyt?
Hi DangerousDragonfly8
You mean you want to trigger something when users archive a Task ?
The alternative I can think of is to implement a clearml Monitor