Camunda webapp

Hi,
Am using camunda connectors to connect my microservices but am unable to see in camunda webapp that this service only ran and got success response. It is showing generic process instance id. Let me know how can i make a custom process instance id instead of auto generated for each for my process. Or suggest some other way to identify that the particular process ran and showing success messagw

Hi @Jane

Are you using Camunda SaaS and the REST connector?

How are you starting process instances?

If you are doing it from the Web Modeler, you will get a link to Operate for the process instance that you just started.

If you are doing it via the gRPC API, then the response to the StartProcessInstance call contains the Process ID.

Josh