Call a Microflow Asynchronously After Session is Created

0
Hi Mendix Community, As soon as a User Authenticates from SSO, a New Mendix Session is created for that User. Is there a way that i can trigger a MF asynchronously after the session is created and create a Task Queue Object for the Logged in Session.   I am trying to achieve some prerequisites to be completed as soon as the user logs in newly.
asked
1 answers
0

You could add a task to the Task Queue when the user logs in. This will execute it asynchronously.

answered