Signout action using microflow 

0
How can we trigger an Signout action using microflow 
asked
2 answers
2

Hi Guru

Sing out is a client side action, you can select from an action button.

If you want to do this server side,  you can probably kill the session with the java action too

https://docs.mendix.com/apidocs-mxsdk/apidocs/runtime-api

https://apidocs.rnd.mendix.com/8/runtime/com/mendix/core/Core.html#logout(com.mendix.systemwideinterfaces.core.ISession)

Cheers, Andries

 

answered
1

You need a very simple Java action. So, this is still the best answer: https://forum.mendix.com/link/questions/6759

answered