Workflow User Task by Anonymous User

2
Hi there, I am trying to start a user Registration workflow, obviously by an anonymous user. Idea is to kick the WF off and have the first user task assigned to [%CurrentUser%] and have a reduced and specific user task page popping up to catch user data. Will this work? It seems WF doesn’t handle $CurrentUser in a task assignment when no Administration.Account or MendixSSO exists...
asked
1 answers
0

Hey Boris,

As long as you have an anonymous role set up in the application and it has access to any pages, microflows, nanoflows, or workflows that are used in your pages it should work fine. [%CurrentUser%] and $CurrentUser are System.User entities non Administration.Account entities, and they should be created automatically when they access the application.

answered