Skip to main content
felixr
March 8, 2024
Solved

is there a way to retrieve values from a start process inside a upload document web API?

  • March 8, 2024
  • 8 replies
  • 0 views

I'm  sending a document  to this web API and i need to retrieve another document that is  going to be generated in the  process model.

It gets to make the   process run  but   the  API does not wait for it to  finish i have every node in  my process  chained and   is a short process with less than  25 nodes.

Best answer by stefanhelzle0001

I see ... you could add an integer process variable that you increase by one with every node. Then you could see when the chain breaks and startProcess returns to the API code. I admit, not exactly a great idea ...

8 replies

stefanhelzle0001
March 8, 2024

Is that sub process chained as well?

felixr
felixrAuthor
March 8, 2024

yes  this is the configuration  of the   sub process  i also checked the db_PX  in the log to see any chaining  issue and nothing

stefanhelzle0001
March 8, 2024

Is that PV acuseRecibo configured as a parameter?

Is that PV acuseRecibo of type document?

Did you try to just return a static process earlier in process, just for testing the approach?