Is there a mechanism to update discovered tasks from a module?
@denolf Might be a ewoksserver issue.
I have a module (foo
) with some tasks inside (let's call them A
and B
). I can use ewoksweb
Discover tasks to import foo.A
and foo.B
in the web interface.
However, I now have updated this module with a new task C
and want to import it in ewoksweb
. Using Discover tasks on the same module foo
gives me an error: foo.A already exists
since it wants to reimport the tasks A
and B
. That prevents me from importing the new task C
present in the module.
Therefore my question: Is there a mechanism to update discovered tasks from a module?
Edited by Loic Huder