GetBWProcessInstanceInfo
Returns details about the running process instances for an application.
Arguments
Argument Name | Description | Required? |
---|---|---|
Application Name | Name of the application | Yes |
Application Version | Version of the application. If not configured, all versions of the application are considered. | No |
Process ID | Process Instance ID. If configured, the details about the matching process instance are returned. If not configured, the details about all active process instances in a given application are returned. | No |
Process Name | Name of the process. If configured, the details about all process instances for a given process are returned. If not configured, the details about process instances of all running processes in a given application are returned. | No |
Returns
Item | Description |
---|---|
Process ID | ID for the process instance |
Process Name | Name of the process definition used by the process instance |
Parent Process Name | Name of the parent process definition |
Main Process Name | Name of the main process definition |
Application Name | Name of the application |
Application Version | Version of the application |
Status | Status of the process instance |
StartTime | Time when the process instance started |
Duration | Elapsed clock time (in milliseconds) since the process instance started |
Related concepts
Copyright © Cloud Software Group, Inc. All rights reserved.