I have published a process model as a web service. I have made two variables as

I have published a process model as a web service. I have made two variables as parameters. The WSDL is generated.
However, in the output from web service I only get the process ID. How can I get, let's say the addition of those two input variables as output?
...

OriginalPostID-131181

OriginalPostID-131181

  Discussion posts and replies are publicly visible

Parents
  • First thinking about that, I would agree to you. But, when you call a webservice you want a result back within a predictable amount of time. The timing of process execution is not predictable in this sense. So Appian returns you the process ID within a defined amount of time. Your process can run for seconds or years and return its results as a callback as it completes. The other system has the process ID and can wait for the results.
Reply
  • First thinking about that, I would agree to you. But, when you call a webservice you want a result back within a predictable amount of time. The timing of process execution is not predictable in this sense. So Appian returns you the process ID within a defined amount of time. Your process can run for seconds or years and return its results as a callback as it completes. The other system has the process ID and can wait for the results.
Children
No Data