Package org.flowable.engine.impl.agenda
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 org.flowable.common.engine.impl.agenda.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 org.flowable.engine.impl.agenda.DefaultFlowableEngineAgenda
getAgendaFutureMaxWaitTimeoutProvider, planAsyncTriggerExecutionOperation, planContinueMultiInstanceOperation, planContinueProcessWithMigrationContextOperation, planDestroyScopeOperation, planEndExecutionOperation, planEndExecutionOperationSynchronous, planEvaluateConditionalEventsOperation, planEvaluateVariableListenerEventsOperation, planExecuteInactiveBehaviorsOperation, planOperation, planTakeOutgoingSequenceFlowsOperation, planTakeOutgoingSequenceFlowsSynchronousOperation, planTriggerExecutionOperationMethods inherited from class org.flowable.common.engine.impl.agenda.AbstractAgenda
assertOperationsNotEmpty, close, flush, getCommandContext, getFutureMaxWaitTimeout, getNextOperation, getOperations, isEmpty, planFutureOperation, planOperation, setCommandContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.agenda.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
-