Class DebugFlowableEngineAgenda
java.lang.Object
org.flowable.common.engine.impl.agenda.AbstractAgenda
org.flowable.engine.impl.agenda.DefaultFlowableEngineAgenda
org.flowable.engine.impl.agenda.DebugFlowableEngineAgenda
- All Implemented Interfaces:
Agenda, Session, FlowableEngineAgenda
This
FlowableEngineAgenda schedules operations which allow debugging-
Field Summary
FieldsFields inherited from class AbstractAgenda
commandContext, futureOperations, operations -
Constructor Summary
ConstructorsConstructorDescriptionDebugFlowableEngineAgenda(CommandContext commandContext, ProcessDebugger processDebugger) -
Method Summary
Modifier and TypeMethodDescriptionvoidplanContinueProcessInCompensation(ExecutionEntity execution) voidplanContinueProcessOperation(ExecutionEntity execution) voidMethods inherited from class DefaultFlowableEngineAgenda
getAgendaFutureMaxWaitTimeoutProvider, planAsyncTriggerExecutionOperation, planContinueMultiInstanceOperation, planContinueProcessWithMigrationContextOperation, planDestroyScopeOperation, planEndExecutionOperation, planEndExecutionOperationSynchronous, planEvaluateConditionalEventsOperation, planEvaluateVariableListenerEventsOperation, planExecuteInactiveBehaviorsOperation, planOperation, planTakeOutgoingSequenceFlowsOperation, planTakeOutgoingSequenceFlowsSynchronousOperation, planTriggerExecutionOperationMethods inherited from class AbstractAgenda
assertOperationsNotEmpty, close, flush, getCommandContext, getFutureMaxWaitTimeout, getNextOperation, getOperations, isEmpty, planFutureOperation, planOperation, setCommandContextMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Agenda
getNextOperation, isEmpty, planFutureOperation, planOperation
-
Field Details
-
processDebugger
-
-
Constructor Details
-
DebugFlowableEngineAgenda
-
-
Method Details
-
planContinueProcessOperation
- Specified by:
planContinueProcessOperationin interfaceFlowableEngineAgenda- Overrides:
planContinueProcessOperationin classDefaultFlowableEngineAgenda
-
planContinueProcessSynchronousOperation
- Specified by:
planContinueProcessSynchronousOperationin interfaceFlowableEngineAgenda- Overrides:
planContinueProcessSynchronousOperationin classDefaultFlowableEngineAgenda
-
planContinueProcessInCompensation
- Specified by:
planContinueProcessInCompensationin interfaceFlowableEngineAgenda- Overrides:
planContinueProcessInCompensationin classDefaultFlowableEngineAgenda
-