Story #7180
Updated by bmbouter over 4 years ago
## Motivation 1. Users would benefit from knowing which user initiated a task 2. RBAC would benefit from in-a-task knowing which user initiated a task ## Proposal Add a `user` field to the Task which would be the Field type provided by `django-currentuser` as shown in [this example](https://github.com/PaesslerAG/django-currentuser#quickstart). ## To Be Determined The attribute will field could be named `created_by`. called `created_by`, `user`, `dispatcher`, `initiator`, or another name.