Package org.jbpm.workflow.instance.node
Class FaultNodeInstance
java.lang.Object
org.jbpm.workflow.instance.impl.NodeInstanceImpl
org.jbpm.workflow.instance.node.FaultNodeInstance
- All Implemented Interfaces:
Serializable,NodeInstance,org.kie.api.runtime.process.NodeInstance,KogitoNodeInstance
Runtime counterpart of a fault node.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jbpm.workflow.instance.impl.NodeInstanceImpl
NodeInstanceImpl.NodeInstanceTriggerNested classes/interfaces inherited from interface org.kie.kogito.internal.process.runtime.KogitoNodeInstance
KogitoNodeInstance.CancelType -
Field Summary
Fields inherited from class org.jbpm.workflow.instance.impl.NodeInstanceImpl
cancelType, dynamicParameters, leaveTime, slaCompliance, slaDueDate, slaTimerId, triggerTime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ExceptionScopeInstancegetExceptionScopeInstance(String faultName) protected Objectprotected Stringprotected FaultNodeprotected voidhandleException(String faultName, ExceptionScopeInstance exceptionScopeInstance) voidinternalTrigger(KogitoNodeInstance from, String type) Methods inherited from class org.jbpm.workflow.instance.impl.NodeInstanceImpl
cancel, cancel, captureError, configureSla, executeAction, executeAction, followConnection, getCancelType, getId, getLeaveTime, getLevel, getMetaData, getMetaData, getNode, getNodeDefinitionId, getNodeId, getNodeInstanceContainer, getNodeName, getProcessInstance, getSlaCompliance, getSlaDueDate, getSlaTimerId, getStringId, getTriggerTime, getUniqueId, getVariable, internalSetSlaCompliance, internalSetSlaDueDate, internalSetSlaTimerId, internalSetTriggerTime, isExpression, isInversionOfControl, mapDynamicOutputData, resolveContext, resolveContextInstance, resolveExpression, resolveValue, resolveValue, resolveValue, retrigger, setDynamicParameters, setId, setLevel, setMetaData, setNodeId, setNodeInstanceContainer, setProcessInstance, setVariable, trigger, triggerCompleted, triggerConnection, triggerNode, triggerNode, triggerNodeInstance, triggerNodeInstanceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.kogito.internal.process.runtime.KogitoNodeInstance
isCancelledMethods inherited from interface org.jbpm.workflow.instance.NodeInstance
getKogitoProcessInstance
-
Constructor Details
-
FaultNodeInstance
public FaultNodeInstance()
-
-
Method Details
-
getFaultNode
-
internalTrigger
- Specified by:
internalTriggerin classNodeInstanceImpl
-
getExceptionScopeInstance
-
getFaultName
-
getFaultData
-
handleException
-