Uses of Interface
org.flowable.engine.delegate.ReadOnlyDelegateExecution
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 ReadOnlyDelegateExecution in org.flowable.engine.delegate
Modifier and TypeMethodDescriptiondefault ReadOnlyDelegateExecution
MapBasedFlowableFutureJavaDelegate.prepareExecutionData
(DelegateExecution execution) DelegateExecution.snapshotReadOnly()
Create a snapshot read only delegate execution of this delegate execution.