Manage Process Workflows
Get and Delete Process workflows
delete
/api/v2/tenants/{tenant_id}/metadata/processes/{uniqueId}
Path Parameters
- tenant_id
tenantId of the client
- uniqueId
Process unique identifier
get
/api/v2/tenants/{tenant_id}/metadata/processes/{uniqueId}
Path Parameters
- tenant_id
tenantId of the client
- uniqueId
Process unique identifier
00