SignIn from a microflow

0
Hi team,   I've created a flow where i need to sign in via microflow. I've created a java action which takes Username and Password as inputs and returns an integer/Long as output similar to the Sign In action which is available in nanoflows from nanoflow commons. The java action which i had created is working fine giving the expected output. But when i replicate the same flow which is built in nanoflow to a microflow with the java action i created, i'm not able to login.    It would be of great help if someone could help me on this,   Thank you      
asked
1 answers
0

Hi Venu!

 

Doesn't it have something to do that a microflow runs serverside? As I understand it, in a microflow you need to create a session that handles the log in, after filling in the credentials and returning the variable from your java-action. 

answered