Interface IMessagingWorkflowEvent

All Superinterfaces:
IWorkflowEvent

@Scriptable public interface IMessagingWorkflowEvent extends IWorkflowEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the message that is associated with this event.
  • Method Details

    • getMessage

      Object getMessage()
      Get the message that is associated with this event.
      Returns:
      The message that is associated with this event.