Flow execution logging in django-vieflow

90 views Asked by At

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.

1

There are 1 answers

0
kmmbvnr On

The task models itself tracks all flow execution history and timestamps. If you need an additional info you could store it inside task.data JSON field