Class ReactivateHistoricCaseInstanceCmd

java.lang.Object
org.flowable.cmmn.engine.impl.cmd.ReactivateHistoricCaseInstanceCmd
All Implemented Interfaces:
Serializable, Command<CaseInstance>

public class ReactivateHistoricCaseInstanceCmd extends Object implements Command<CaseInstance>, Serializable
This command reactivates a history case instance by putting it back to the runtime and triggering the reactivation event on its CMMN model. If there is no reactivation event explicitly available, an exception is thrown.
Author:
Micha Kiener
See Also: