TrackingEventType Interface
- public interface TrackingEventType
EVENT_TYPE_CHILD_PROCESS_INSTANCE_CONTINUE
public static final int EVENT_TYPE_CHILD_PROCESS_INSTANCE_CONTINUE
- Contains process_instance ID of the child process called via ProcessControl
EVENT_TYPE_CHILD_PROCESS_INSTANCE_START
public static final int EVENT_TYPE_CHILD_PROCESS_INSTANCE_START
- Contains process_instance ID of the child process started via ProcessControl
EVENT_TYPE_PARENT_PROCESS_INSTANCE_CONTINUE
public static final int EVENT_TYPE_PARENT_PROCESS_INSTANCE_CONTINUE
- Contains process_instance ID of the parent process that called this process via ProcessControl
EVENT_TYPE_PARENT_PROCESS_INSTANCE_START
public static final int EVENT_TYPE_PARENT_PROCESS_INSTANCE_START
- Contains process_instance ID of the parent process that started this process via ProcessControl
EVENT_TYPE_PROCESS_ABORTED
public static final int EVENT_TYPE_PROCESS_ABORTED
- Indicates when an instance of the process is aborted due to an unhandled exception
EVENT_TYPE_PROCESS_ACTIVITY_ABORT
public static final int EVENT_TYPE_PROCESS_ACTIVITY_ABORT
- Indicates the abnormal end of a process node execution. For example, 2 branches may be started
for a choice. One is executed, the other branch is aborted.
EVENT_TYPE_PROCESS_ACTIVITY_END
public static final int EVENT_TYPE_PROCESS_ACTIVITY_END
- Indicates the normal end of a process node execution.
EVENT_TYPE_PROCESS_ACTIVITY_START
public static final int EVENT_TYPE_PROCESS_ACTIVITY_START
- Indicates the start of a process node execution.
EVENT_TYPE_PROCESS_FROZEN
public static final int EVENT_TYPE_PROCESS_FROZEN
- Process was frozen due to errors but can be restarted
EVENT_TYPE_PROCESS_LABEL
public static final int EVENT_TYPE_PROCESS_LABEL
- Indicates a change in the process label.
EVENT_TYPE_PROCESS_LOG
public static final int EVENT_TYPE_PROCESS_LOG
- Indicates when a user invokes JpdContext.log()
EVENT_TYPE_PROCESS_RESUMED
public static final int EVENT_TYPE_PROCESS_RESUMED
- Indicates that the process was resumed by administrator.
EVENT_TYPE_PROCESS_SUSPENDED
public static final int EVENT_TYPE_PROCESS_SUSPENDED
- Indicates that the process was suspended by administrator.
EVENT_TYPE_PROCESS_TERMINATED
public static final int EVENT_TYPE_PROCESS_TERMINATED
- The process was manually terminated from OA&M console.
EVENT_TYPE_PROCESS_UNFROZEN
public static final int EVENT_TYPE_PROCESS_UNFROZEN
- A frozen process was restarted
EVENT_TYPE_UNHANDLED_EXCEPTION
public static final int EVENT_TYPE_UNHANDLED_EXCEPTION
- Indicates that an exception was raised during process execution and this exception
was not handled by any exception handler. This event includes the exception.