cancel
Showing results for 
Search instead for 
Did you mean: 

Initiator of workflow does not have permission to access this task.

Skyor
Champ on-the-rise
Champ on-the-rise

I had a process and all was okay, but after adding new logic and viewing process by "processes running by me" i got "User *initiator username* does not have permission to access this task" error. 

imageGet workflow by needed idimageGet all workflows (and find needed id)

Process source code is very big, Do i need attach files?

2 REPLIES 2

cristinamr
World-Class Innovator
World-Class Innovator

Hi.

The basic requirement for being allowed access is that the current user must either be the initiator of the workflow, the assignee of a current task or someone that has previously participated in the workflow (e.g. personally completed a task).

I hope this can be helpful.

Cheers,

Cris.

--
VenziaIT: helping companies since 2005! Our ECM products: AQuA & Seidoc

sufo
Star Contributor
Star Contributor

Seems that there can be some issue in process definition so without the BPMN file to see, it's hard to tell. We can only guess. If you modified the User Task, did you put the right form key there?

<userTask id="userTask_AdHoc" name="Ad-Hoc"  activiti:assignee="${dmsWfBase_candidateUsers.contains(',') ? null : dmsWfBase_candidateUsers}" activiti:candidateUsers="${dmsWfBase_candidateUsers}" activiti:formKey="dmsWf:outcomeTaskDMS">