In Case of Start Process Instance i do not get the Process instance id which is matching with task list API's processInstanceID its seems different

Hi can someone let me know is there any difference between processinstanceid we are receiving after start api and process instance id we are getting in task list api…as i do see they are not matching at all. any specific reason for same? or any other difference

some links i am using here

Hey Vinod!
What are you referring to when mentioning the tasklist api?

Typically the returned id should match a running process instance. You can fetch the running ones by using such a command: Get Instances | docs.camunda.org

You can get a task and its id by using such a rest call:
http://localhost:8080/engine-rest/task?processInstanceId={{id}}

Hopefully this gives you already some clarification. :slight_smile:
Best,
Thomas