Uses of Interface
org.flowable.engine.delegate.FutureJavaDelegate
Package
Description
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegate
s.-
Uses of FutureJavaDelegate in org.flowable.engine.delegate
Modifier and TypeInterfaceDescriptioninterface
FlowableFutureJavaDelegate<Input,
Output> Convenience class which always uses theAsyncTaskInvoker
to execute the async data.interface