public interface RollbackHandler
| Modifier and Type | Method and Description |
|---|---|
void |
rollbackState(Activity<? extends ProcessContext> activity,
ProcessContext processContext,
java.util.Map<java.lang.String,java.lang.Object> stateConfiguration)
Rollback the state of the activity to what it was prior to execution.
|
void rollbackState(Activity<? extends ProcessContext> activity, ProcessContext processContext, java.util.Map<java.lang.String,java.lang.Object> stateConfiguration) throws RollbackFailureException
activity - The Activity instance whose state is being revertedprocessContext - The ProcessContext for the workflowstateConfiguration - Any user-defined state configuration associated with the RollbackHandlerRollbackFailureException - if there is a failure during the execution of the rollbackCopyright © 2018. All Rights Reserved.