This tutorial shows MNI in use with a sub-process node, but you can also configure MNI using a start process node. The advantage of this second option is that - unlike a sub-process that runs on the same engine with the parent process - a start process will choose the engine with the lowest current load, which improves engine utilization.
@JonathanAWrites3 ай бұрын
This is really great. I was confused about MNI, more like intimidated by it, until I watched this video. Thanks.
@Akash-pz4ni Жыл бұрын
Very helpful ! Please post more videos on MNI
@AppianCommunity Жыл бұрын
Thank you! Glad you liked this video. We will plan more video on this and related topics.
@Akash-pz4ni Жыл бұрын
@@AppianCommunity thanks 🙏
@1venkytesan Жыл бұрын
Thanks for the details about the MNI , it is very helpful for me , I am getting an Cast exception when we use the Map and save in the subprocess , is there a way to resolve it ? may be i did something different compare to yours , i got the below error first Details: Could not cast from User to Map. Details: CastInvalid (Data Outputs) , i tried to use the cast option too =cast( "text",pv!newUser.userName) (Expression evaluation error at function 'cast': Null argument not allowed) (Data Inputs)
@devAppian Жыл бұрын
May be you can post this question in Appian community along with necessary screenshots and code if any..