What will happen if we link two interfaces both have MNI enables using activity chaining. Will it work , if not what will happen in that case?
Discussion posts and replies are publicly visible
As per my Understanding
If you link two interfaces both having MNI (Multiple Node Input) enabled using activity chaining, it will not work as expected. When you chain activities in Appian, it expects a single output from the previous activity to serve as input to the next. However, when both interfaces have MNI enabled, they can accept multiple inputs, which can create ambiguity in the chaining process. In this case, Appian will likely raise an error or not execute the activity chain properly. To resolve this, you may need to rethink your design or use other methods to achieve the desired functionality.