Class ExecuteHistoryJobCmd

java.lang.Object
org.flowable.job.service.impl.cmd.ExecuteHistoryJobCmd
All Implemented Interfaces:
Command<Void>

public class ExecuteHistoryJobCmd extends Object implements Command<Void>
Executes a HistoryJob directly (not through the async history executor).
Author:
Joram Barrez