Call nanoflow using java action

0
Hi, is it possible to call a nanoflow using java action call? If yes, please let me know how we can do it?
asked
2 answers
2

No, you can’t call a Nanoflow from a Java Action. Nanoflows can only be called from the client side of your application. 

Hope this helps.

answered
2

What Robert said.

If your nanoflow is doing something that is not nanoflow exclusive, you can just copy all actions and create a microflow out of it that you can call in your java action.

What Robert said.

If your nanoflow is doing something that is not nanoflow exclusive, you can just copy all actions and create a microflow out of it that you can call in your java action.

answered