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.
When you link two interfaces with Multiple Node Instances (MNI) enabled using activity chaining in Appian, what happens depends on how many instances (repetitions) are set up. Here's a simple breakdown:
Chaining Works:
Chaining Fails:
Slow Performance:
User Flow Disruption:
So, it's best to use activity chaining with MNI carefully to avoid these issues.