ProcessEventItem
public ProcessEventItem(Long timerId,
Long workItemId,
Long executionId,
NodeType nodeType,
Object referenceBid,
String referenceKey,
ProcessEventType processEventType,
String listenerType,
String body,
String processLogGuid,
String processId,
String processName,
String processVersion,
Long processInstanceId,
Date executionDate,
String deploymentId,
String name,
Long nodeId,
Long parentProcessInstanceId,
String boundaryEventId,
Map<String,Object> parameters,
String outcome,
boolean error,
String nodeResolutionStatus,
String parentProcessId,
String correlationId,
Long subProcessId,
ProcessState processState)
The default constructor.
- Parameters:
timerId - the timer id.
workItemId - the work item id.
executionId - the execution id.
nodeType - the node type.
referenceBid - the reference bid.
referenceKey - the reference key.
processEventType - the process event type.
listenerType - the listener type.
body - the body.
processLogGuid - the process log guid.
processId - the process id.
processName - the process name.
processVersion - the process version.
processInstanceId - the process instance id.
executionDate - the execution date.
deploymentId - the deployment id.
name - the node name.
nodeId - the node id.
parentProcessInstanceId - the parent process instance id.
boundaryEventId - the boundary event id.
parameters - the parameters.
outcome - the outcome
error - the error
nodeResolutionStatus - nodeResolutionStatus
parentProcessId - the parent process id
correlationId - the correlation id
subProcessId - the sub process id