How can I get process instance id from Camunda through a Rest API call. I initiated the workflow through WebClient post method. Is there any field in Client Response, I can use to get the process instance id?
Or any other way to get it.
Can you tell me what call exactly you’re making and what the response looks like?
Usually if you start a process instance you should get the id returned, check out the docs for details.