Interface ITimerWorkflowEvent

All Superinterfaces:
IWorkflowEvent
All Known Subinterfaces:
IFreeTimerWorkflowEvent, IGlobalTimerWorkflowEvent, INotifyTimerDataGroupWorkflowEvent

@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.