Class ProcessEndNodeHandler
java.lang.Object
com.aquima.interactions.process.impl.handlers.ProcessEndNodeHandler
- All Implemented Interfaces:
INodeHandler
Handler for process and group end nodes.
- Since:
- 7.1
- Author:
- O. Kerpershoek
-
Constructor Summary
ConstructorsConstructorDescriptionProcessEndNodeHandler
(ProcessCaseRepository caseRepository, ProcessEngine engine) -
Method Summary
Modifier and TypeMethodDescriptionvoid
scheduleNode
(IEvaluationContext context) This method should schedule a task for the current node.
-
Constructor Details
-
ProcessEndNodeHandler
-
-
Method Details
-
scheduleNode
Description copied from interface:INodeHandler
This method should schedule a task for the current node. The context contains the current node and the parent task.- Specified by:
scheduleNode
in interfaceINodeHandler
- Parameters:
context
- This object contains information about the current node.- Throws:
AppException
- This exception is thrown when the task could not be scheduled.
-