How can I track process/task execution in viewflow with logger?
In the docs is mentioned:
In case if you need to track some execution info or add logging, you can do it by extending viewflow.models.Task
I could not find any example or more detailed documentation for logging in django-viewflow though.