Interface FlowableSignalEvent

  • All Superinterfaces:
    FlowableActivityEvent, org.flowable.common.engine.api.delegate.event.FlowableEngineEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent
    All Known Implementing Classes:
    FlowableSignalEventImpl

    public interface FlowableSignalEvent
    extends FlowableActivityEvent
    An FlowableEvent related to a signal being sent to an activity.
    Author:
    Frederik Heremans
    • Method Detail

      • getSignalName

        String getSignalName()
        Returns:
        the name of the signal. Returns null, if no specific signal name has been specified when signaling.
      • getSignalData

        Object getSignalData()
        Returns:
        the payload that was passed when signaling. Returns null, if no payload was passed.