Skip to main content
New Participant
June 17, 2022
Question

Calling multiple smart service in web api

  • June 17, 2022
  • 7 replies
  • 6 views

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

7 replies

stefanhelzle0001
Brainy
June 17, 2022

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

New Participant
June 17, 2022

oh i see. thank you for your reply.

navin.reddy
Employee
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?

Participating Frequently
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
Brainy
July 7, 2024

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

Participating Frequently
July 8, 2024

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