Class TimerJobCompletionWorkflowEvent

    • Constructor Detail

      • TimerJobCompletionWorkflowEvent

        public TimerJobCompletionWorkflowEvent​(String p_strTimerGuid)
        Parameters:
        p_strTimerGuid - The GUID of the timer action that created this event.
      • TimerJobCompletionWorkflowEvent

        public TimerJobCompletionWorkflowEvent​(String p_strTimerGuid,
                                               List<Throwable> p_exceptions)
        Parameters:
        p_strTimerGuid - The GUID of the timer action that created this event.
        p_exceptions - A list of exceptions that occurred while executing the timer job.