Hey!I'm going through the Appian docs for activity chaining https://docs.appian.com/suite/help/25.3/Sub-Process_Activity.html#activity-chaining-into-a-subprocess-activityI see that there is a checkbox to Enable activity-chaining into all initial nodes in the subprocess and Appian recommends(for the sake of design consistency) enabling activity chaining in the subprocess despite selecting this checkbox.
My question is with respect to the following statements as highlighted in image below1. I agree with the first statement and I have tried it out myself
2. The second statement says keep Enable activity-chaining into all initial nodes in the subprocess checkbox cleared if I have a start form in subprocess. Now, my question is - does it matter if I have checked/unchecked this checkbox as I already know the start form will be skipped. Like what am I achieving by clearing the checkbox if I know it's going to skip the start form present in subprocess. As per my tests indeed the start form was skipped. Is 2nd highlighted statement is incomplete? Have you got something to add that I might be missing out?Here are the process models I tried out the tests with1. Parent process2. Child process(Subprocess)
Discussion posts and replies are publicly visible
The checkbox makes no functional difference when a start form exists in the subprocess, The start form is skipped either way.Appian recommends unchecking it purely for design clarity, to signal that this subprocess has a start form and isn't designed for activity chaining, making it clearer for future developers maintaining the process.It's about documentation/intent, not functionality.