Package org.flowable.job.service
Interface HistoryJobHandler
public interface HistoryJobHandler
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(HistoryJobEntity job, String configuration, CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration) getType()
-
Method Details
-
getType
String getType() -
execute
void execute(HistoryJobEntity job, String configuration, CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration)
-