In the content server documentation it's mentioned that the enable_workitem_mgmt key controls workflow security and that with
[SERVER_STARTUP]...enable_workitem_mgmt = T...
in the Content Server's server.ini file any user would be able to acquire a workitem.
Nevertheless I've set this configuration, restarted the content server, and still get the DM_WORKFLOW_E_NO_ACCESS when acquiring a workitem with a user that is not the performer (or supervisor, or sysadmin/superuser).
I've red in some tickets that enable_workitem_mgmt controls the ability to delegate and there isn't much more documentation about the particular flag. Has anyone used this configuration successfully, that is, with the intended results?