Interface FlowableEntityWithVariablesEvent

All Superinterfaces:
FlowableEntityEvent, FlowableEvent
All Known Subinterfaces:
FlowableProcessStartedEvent
All Known Implementing Classes:
FlowableEntityWithVariablesEventImpl, FlowableProcessStartedEventImpl

public interface FlowableEntityWithVariablesEvent extends FlowableEntityEvent
An FlowableEntityEvent related to a single entity.
Author:
Tijs Rademakers
  • Method Details

    • getVariables

      Map getVariables()
      Returns:
      the variables created together with the entity.
    • isLocalScope

      boolean isLocalScope()