Uses of Class
org.flowable.common.engine.impl.agenda.ExecuteFutureActionOperation
Packages that use ExecuteFutureActionOperation
-
Uses of ExecuteFutureActionOperation in org.flowable.common.engine.impl.agenda
Fields in org.flowable.common.engine.impl.agenda with type parameters of type ExecuteFutureActionOperationModifier and TypeFieldDescriptionprotected List<ExecuteFutureActionOperation<?>>
AbstractAgenda.futureOperations
protected final List<ExecuteFutureActionOperation<?>>
WaitForAnyFutureToFinishOperation.futureOperations
Constructor parameters in org.flowable.common.engine.impl.agenda with type arguments of type ExecuteFutureActionOperationModifierConstructorDescriptionWaitForAnyFutureToFinishOperation
(Agenda agenda, List<ExecuteFutureActionOperation<?>> futureOperations, Duration timeout)