Manage Process Instances
Get and delete process instances.
This API retrieves the given process instance.
Path Parameters
- tenantId
clientId of the tenant
- processInstanceId
UUID of the process instance
Responses
- id
Unique process instance id
- processDefinitionId
Process definition uniqueId
- processDefinitionName
Process definition name
- processDefinitionVersion
Process definition version
- startTime
Start time in long number
- deploymentId
Process definition delployment Id
- startEventId
unique start event idenfier
- tenantId
Client uuid
- state
Current state
- Enum:
- ACTIVEINACTIVE
- diagram
Process definition workflow
- activityInstances
Activity instances collections
- userTasks
Uer
- statistics
Process statistics collection
- errors
Error collections.
- variables
REST output object collection.
Loading Examples...
This API cancels the given running process instance.
Path Parameters
- tenantId
clientId of the tenant
- processInstanceId
UUID of the process instance