Package org.flowable.engine.impl.event
Class BreakpointJobHandler
java.lang.Object
org.flowable.engine.impl.event.BreakpointJobHandler
- All Implemented Interfaces:
JobHandler
Continue in the broken process execution
- Author:
- martin.grofcik
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) getType()
-
Field Details
-
JOB_HANDLER_TYPE
- See Also:
-
-
Constructor Details
-
BreakpointJobHandler
public BreakpointJobHandler()
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceJobHandler
-
execute
public void execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) - Specified by:
execute
in interfaceJobHandler
-