Interface BusinessProcessRestartStrategy
- All Known Implementing Classes:
DefaultBusinessProcessRestartStrategy
public interface BusinessProcessRestartStrategy
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMakes a request if the restart business process is possible.
-
Method Details
-
makeARequestToRestartProcess
Makes a request if the restart business process is possible. Removes all unlocked tasks for given business process if all of business process tasks are unlocked.- Parameters:
process- business process model- Returns:
- if the restart is possible
-