16.2

I am wondering if it is possible to start synchronously a process from a web API?
I would like to have webapi's response only after the process has ended.
Thanks,
Charlene

OriginalPostID-231329

  Discussion posts and replies are publicly visible

  • AFAIK this is not currently possible using the a!startProcess function. Depending on your requirements, you may be able to use multiple functions in the WebAPI definition, or use a custom Java plugin, but ensure that these are performant since this could create load issues in the environment, and a slow-responding Web API for the end user.