How to query django-viewflow for all tasks assigned to user?
Probably viewflow.managers.TaskQuerySet inbox() is right place. But how to invoke it?
Alternatively how to query users task from viewflow.models.Process object?
How to query django-viewflow for all tasks assigned to user?
Probably viewflow.managers.TaskQuerySet inbox() is right place. But how to invoke it?
Alternatively how to query users task from viewflow.models.Process object?
Heve done it like below finaly