Package org.flowable.job.service
Interface JobHandler
public interface JobHandler
- Author:
- Tom Baeyens
-
Method Summary
-
Method Details
-
getType
String getType() -
execute
void execute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)
-