"Multiple Approval" and Anonymous User

Confluence User - 19 Jul, 2018

In Multiple Approval tutorial, you've assign the waitingForResponse activity to Anonymous user. Security-wise, this may give rise to a couple of reliability issues.

I'm thinking of modifying the assigned user of waitingForResponse from anonymous user to a new user responsible for handling this specific need.

Did you purposely select Anonymous User? Are there any issue with my change?

 

approval;anonymous;multiple-approval

1


20 Jul, 2018
confluenceUser
1
confluenceUser

I think your change is good idea. The waitingForResponse is just a dummy activity which will be completed by script of "Update Application". But, you will need to change the following line to your new user's username.

 

workflowUserManager.setCurrentThreadUser("roleAnonymous");
RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print