How to call a nanoflow in after startup in runtime settings ?

0
How to call a nanoflow in after startup in How how to call a nanoflow in after startup in runtime settings ? 
asked
4 answers
4

Hi Hareesh!

 

Unfortunately, that's not possible, you can only select a microflow as after startup event. You need to understand that the nanoflows run on a device or browser and not in the server side. That means that when the event is triggered after starting your application on that flow you don't have a user or device in the context.

 

If you have any other question please let me know.

 

Kind regards.

Emilio

answered
0

What is the purpose of you trying to use a nanoflow ?? 

Nanoflow cannot be called in start up 

answered
0

Hello Hareesh,

 

You can try to use AppEvents, from Native Mobile Resources module.

 

image.png

 

If you add this widget in your native homepage, maybe you can implement your requirement by triggering a NF on load or on resume events.

answered
0

Hey Hareesh Babu A S,

 

Reading your post and comments, I assumed that you need to use webscoket in your application (you don't need to run nanoflow in ASu microflow and that not even possible), then I suggest you to go with this markeplace module it's will suit you good and also next time when you ask question explain little bit more why you need something.

 

https://marketplace.mendix.com/link/component/205276

 

Best regards, Slavko

answered