Skip to main content
June 17, 2022
Question

Calling multiple smart service in web api

  • June 17, 2022
  • 7 replies
  • 0 views

Hi, is it possible to invoke multiple a!startProcess inside appian web api?

7 replies

stefanhelzle0001
June 17, 2022

No, but you can create a wrapper model which calls the other processes.

June 17, 2022

oh i see. thank you for your reply.

navin.reddy
July 7, 2024

What is the maximum number of smart services that can be directly invoked in a Web API object without using process models?

July 7, 2024

One approach is what [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05]  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.

stefanhelzle0001
July 7, 2024

Your second approach still limits calling smart service functions to exactly one.

July 8, 2024

 [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05]  you can call multiple start process in expression rule. We have implemented this in one of our projects.