ProcessInfoDTO

The process container.

Fields

Type
Name
Description
Optional
Default Value
String  
processID
The ID of the process.
false
 
Integer  
version
The version of the process.
false
 
String  
snapshotID
The snpahsot ID of deployed the process.
false
 

Example

{
	"pk": "myPk",
	"processID": "myProcessId",
	"version": 5,
	"snapshotID": "myProcessId:1:0e770cb2-7056-11e6-4568-94de800bf583",
	"processState": "DEPLOYED",
	"processType": "PROCESS",
	"deployedVersion": 3,
	"deploymentDate": "2025-08-04T14:37:46+00:00",
	"isDeployed": true
}