Hi, is it possible to invoke multiple a!startProcess inside appian web api?
Discussion posts and replies are publicly visible
One approach is what Stefan Helzle suggested and the other is that You can also configure all your start process calls in an expression rule and then directly call this ER into a web API object.
Your second approach still limits calling smart service functions to exactly one.
Stefan Helzle you can call multiple start process in expression rule. We have implemented this in one of our projects.