MaestroProcessGetAllResponse
Process information with instance statistics
Properties
Property |
Type |
Description |
processKey |
string |
Unique key identifying the process |
packageId |
string |
Package identifier |
name |
string |
Process name |
folderKey |
string |
Folder key where process is located |
folderName |
string |
Folder name |
packageVersions |
string [] |
Available package versions |
versionCount |
number |
Total number of versions |
pendingCount |
number |
Process instance count - pending |
runningCount |
number |
Process instance count - running |
completedCount |
number |
Process instance count - completed |
pausedCount |
number |
Process instance count - paused |
cancelledCount |
number |
Process instance count - cancelled |
faultedCount |
number |
Process instance count - faulted |
retryingCount |
number |
Process instance count - retrying |
resumingCount |
number |
Process instance count - resuming |
pausingCount |
number |
Process instance count - pausing |
cancelingCount |
number |
Process instance count - canceling |