Get workflow instance by business object
GET/api/v1/workflow/instances/by-object/:objectType/:objectId
Finds the workflow instance associated with a specific business object. objectType is the entity type name (e.g. Contract), objectId is its GUID. Returns 404 if no instance exists.
Request
Responses
- 200
OK