Package org.flowable.job.service
Interface JobHandler
-
public interface JobHandler- Author:
- Tom Baeyens
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)StringgetType()
-
-
-
Method Detail
-
getType
String getType()
-
execute
void execute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)
-
-