Process instances

Number of APIs: 5

  1. Search for process instances POST {{baseUrl+ApiVersion}}/process-instances/search

  2. Get process instance by key GET {{baseUrl+ApiVersion}}/process-instances/:key

  3. Delete process instance and dependant data by key DELETE {{baseUrl+ApiVersion}}/process-instances/:key

  4. Get flow node statistic by process instance id GET {{baseUrl+ApiVersion}}/process-instances/:key/statistics

  5. Get sequence flows of process instance by key GET {{baseUrl+ApiVersion}}/process-instances/:key/sequence-flows