Interface ActivitiEntityWithVariablesEvent

All Superinterfaces:
ActivitiEntityEvent, ActivitiEvent
All Known Subinterfaces:
ActivitiProcessStartedEvent
All Known Implementing Classes:
ActivitiEntityWithVariablesEventImpl, ActivitiProcessStartedEventImpl

public interface ActivitiEntityWithVariablesEvent extends ActivitiEntityEvent
An ActivitiEntityEvent related to a single entity.
  • Method Details

    • getVariables

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

      boolean isLocalScope()