Interface IWorkflowEventSourceWorkflowEvent

All Superinterfaces:
IWorkflowEvent
All Known Subinterfaces:
IAfterStopJMSWorkflowEvent, IAfterStopListenUDPWorkflowEvent, IAfterStopMQTTWorkflowEvent, IAfterStopWatchDirectoryWorkflowEvent, IAfterStopWatchIMAPFolderWorkflowEvent, IAfterStopWatchMaildirWorkflowEvent, IAfterStopWorkflowEventSourceWorkflowEvent, IBeforeStartJMSWorkflowEvent, IBeforeStartListenUDPWorkflowEvent, IBeforeStartMQTTWorkflowEvent, IBeforeStartWatchDirectoryWorkflowEvent, IBeforeStartWatchIMAPFolderWorkflowEvent, IBeforeStartWatchMaildirWorkflowEvent, IBeforeStartWorkflowEventSourceWorkflowEvent, IFileSystemWorkflowEvent, IIMAPMessageWorkflowEvent, IIMAPWorkflowEvent, IJMSMessageWorkflowEvent, IJMSWorkflowEvent, IListenUDPWorkflowEvent, IMaildirMessageWorkflowEvent, IMaildirWorkflowEvent, IMQTTMessageWorkflowEvent, IMQTTWorkflowEvent, IUDPDatagramWorkflowEvent, IWatchDirectoryCreateWorkflowEvent, IWatchDirectoryDeleteWorkflowEvent, IWatchDirectoryModifyWorkflowEvent, IWatchDirectoryWorkflowEvent

@Scriptable public interface IWorkflowEventSourceWorkflowEvent extends IWorkflowEvent
Interface for events that normally origin from IWorkflowEventSources.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the GUID of the event source that created this event.
  • Method Details

    • getEventSourceGuid

      String getEventSourceGuid()
      Get the GUID of the event source that created this event.
      Returns:
      The GUID of the event source.