public interface NodeInstanceLog
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_ABORTED
Indicates that the node instance was left because an abort operation (it is not active anymore)
|
static int |
TYPE_ENTER
Indicates that node instance was triggered
|
static int |
TYPE_ERROR
indicates that the node was left because an error
|
static int |
TYPE_EXIT
Indicates that node instance was left (it's no more active)
|
static int |
TYPE_OBSOLETE
Indicates that the node was left because of the workflow considered not needed to be executed
|
static int |
TYPE_SKIPPED
Indicates that the node was taking another route because a signal, timeout, escanalation.
|
Modifier and Type | Method and Description |
---|---|
String |
getConnection()
Incoming or outgoing connection identifier (sequence flow) for given node.
|
Date |
getDate() |
String |
getExternalId() |
String |
getNodeId() |
String |
getNodeInstanceId() |
String |
getNodeName() |
String |
getNodeType() |
String |
getProcessId() |
Long |
getProcessInstanceId() |
Integer |
getType() |
Long |
getWorkItemId() |
static final int TYPE_ENTER
static final int TYPE_EXIT
static final int TYPE_ABORTED
static final int TYPE_SKIPPED
static final int TYPE_OBSOLETE
static final int TYPE_ERROR
Long getProcessInstanceId()
String getProcessId()
String getNodeInstanceId()
String getNodeId()
String getNodeName()
Date getDate()
Long getWorkItemId()
String getConnection()
getType()
String getExternalId()
String getNodeType()
Integer getType()
TYPE_ENTER
,
TYPE_EXIT
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.