Interface ITimerWorkflowEvent

All Superinterfaces:
IWorkflowEvent
All Known Subinterfaces:
IFreeTimerWorkflowEvent, IGlobalTimerWorkflowEvent, INotifyTimerDataGroupWorkflowEvent
All Known Implementing Classes:
FreeTimerWorkflowEvent, GlobalNotifyDataGroupWorkflowEvent, GlobalNotifyTimerDataGroupWorkflowEvent, GlobalTimerWorkflowEvent, NotifyTimerDataGroupWorkflowEvent

@Scriptable public interface ITimerWorkflowEvent extends IWorkflowEvent
  • Method Summary

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

    • getTimerGuid

      String getTimerGuid()
      Get the GUID of the timer that created this event.
      Returns:
      The timer GUID.