Obtain the response of a process when it had finished by a web api and start it with api else.

Good morning, I need a web api to start a process and in  the answer of the api , I only get the values of the variables of the process when the process had finished.

Some people told me  that you can make calls to the process and when an auxiliary variable has a certain value, return to the value of that answer.

The answer should only be obtained when the process is completed!!!
Regards,
Rebeca

  Discussion posts and replies are publicly visible

Parents Reply
  • We dont use the startprocess smart service, we use a web api  and in that web api we use a!startprocess and we pass to the process the input parameters of that webapi since this webapi is called from angular (front) and runs the engines internally, the processes have all the activity chaining, The objective is when this process had finished , return in the hhtpresponse of the webapi the process variables because Angular needs the values of the completed process to work with them.

Children