onProcessEvent
Gives information about each ActiveMatrix BusinessWorks process event from the EventBus. Use addTracing to get relevant ActiveMatrix BusinessWorks process events.
Returns
| Item | Description |
|---|---|
| Type | Type of the event |
| ApplicationName | Name of the application |
| ApplicationVersion | Version of the application |
| ComponentName |
Name of the component |
| ModuleName | Name of the ActiveMatrix BusinessWorks module |
| ModuleVersion |
Version of the ActiveMatrix BusinessWorks module |
| Timestamp | Time stamp when the data was received |
| ComponentProcessName | Name of process configured to a component. If the process is a non in-lined subprocess, this could be empty |
| CustomJobId | Custom JobID for the process instance |
| JobId | Job ID of the process |
| ParentProcessInstanceId | If the process is an in-lined sub process, the instance ID of the parent process. |
| ParentProcessName | If the process is an in-lined sub process, the name of the parent process. |
| ProcessInstanceEndTime | Process instance end time |
| ProcessInstanceFaultMsg | Process instance fault message |
| ProcessInstanceFaultStack | Process instance fault stack |
| ProcessInstanceFaultCauseMsg | Process instance fault cause message |
| ProcessInstanceFaultCauseStack | Process instance fault cause stack |
| ProcessInstanceId | Instance ID of the process |
| ProcessInstanceStartTime | Process instance start time |
| ProcessInstanceState |
State of process instance |
| ProcessName | Name of the process |
| BWTimestamp | Time stamp when the event was occurred |
| TraceId | Unique identifier for the trace |
Related concepts
Copyright © Cloud Software Group, Inc. All rights reserved.
