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