Package org.flowable.engine.impl.event
Class BreakpointJobHandler
- java.lang.Object
-
- org.flowable.engine.impl.event.BreakpointJobHandler
-
- All Implemented Interfaces:
JobHandler
public class BreakpointJobHandler extends Object implements JobHandler
Continue in the broken process execution- Author:
- martin.grofcik
-
-
Field Summary
Fields Modifier and Type Field Description static StringJOB_HANDLER_TYPE
-
Constructor Summary
Constructors Constructor Description BreakpointJobHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)StringgetType()
-
-
-
Field Detail
-
JOB_HANDLER_TYPE
public static final String JOB_HANDLER_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein interfaceJobHandler
-
execute
public void execute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)
- Specified by:
executein interfaceJobHandler
-
-