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