Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
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");
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?