public interface ProcessInstanceLog
Modifier and Type | Method and Description |
---|---|
Long |
getDuration()
Amount of time (in milliseconds) that process instance took to complete.
|
Date |
getEnd()
End date of this process instance, null if process instance is still active
|
String |
getExternalId()
External (optional) identifier associated with this process instance
|
String |
getIdentity()
Identifier of a entity (user) who initiated this process instance.
|
String |
getOutcome()
Outcome of the process instance that is providing error information in case process
instance completed with an error
|
Long |
getParentProcessInstanceId()
Parent process instance id, will be null for top level process instance
|
String |
getProcessId()
Process id of the definition
|
String |
getProcessInstanceDescription()
Description of the process instance
|
Long |
getProcessInstanceId()
Process instance identifier
|
String |
getProcessName()
Name of the process definition
|
String |
getProcessVersion()
Version of the process definition
|
Date |
getStart()
Start date of this process instance
|
Integer |
getStatus()
Status of the process instance and might be one of:
ProcessInstance.STATE_ACTIVE
ProcessInstance.STATE_COMPLETED
ProcessInstance.STATE_ABORTED
ProcessInstance.STATE_SUSPENDED
|
Long getProcessInstanceId()
Long
valueDate getEnd()
Date
valueInteger getStatus()
Integer
valueLong getParentProcessInstanceId()
Long
valueString getOutcome()
String
valueLong getDuration()
String
valueString getIdentity()
String
valueString getExternalId()
String
valueString getProcessVersion()
String
valueCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.