Remove the worker activity setting from the process configuration
https://redmine.teklia.com/issues/8918
In src/views/Process/Configure.vue
, the Store workers activity checkbox in the Advanced settings should be removed. It will no longer have any effect after backend#1853 (closed).
This removes the workerActivity
data and the workerActivityTitle
computed property.