Hi, is it possible to invoke multiple a!startProcess inside appian web api?
Discussion posts and replies are publicly visible
No, but you can create a wrapper model which calls the other processes.
oh i see. thank you for your reply.
What is the maximum number of smart services that can be directly invoked in a Web API object without using process models?
You can call only 1 smart service which is available as function if the smart service doesn't have function then you cannot call it in a Web API.In the documentation, there is no such thing about the maximum number of smart services that can be invoked in Web API
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.