Interface FlowNodeAction

All Superinterfaces:
Action, ModelObject
All Known Implementing Classes:
BodyInvocationAction

public interface FlowNodeAction extends Action
Action that gets a reference to FlowNode back when it gets deserialized. The reference can be kept in a transient field to access to FlowNode (and from there, FlowExecution, and FlowExecutionOwner)
Author:
Kohsuke Kawaguchi