I have one web api which is using a!startProcess to call the process async. As it is async and does not wait for process model to complete it is not updating the process variables in the response.
What are the possible fixes we can do?
Discussion posts and replies are publicly visible
Apply activity chaining till the point your process variable is updated.
API will capture the response till it's activity chained from the start event.
See documentation for more details