Class TimerJobCompletionWorkflowEvent

java.lang.Object
de.uplanet.lucy.server.workflow.event.TimerJobCompletionWorkflowEvent
All Implemented Interfaces:
ITimerJobCompletionWorkflowEvent, IWorkflowEvent

@Scriptable public final class TimerJobCompletionWorkflowEvent extends Object implements ITimerJobCompletionWorkflowEvent
  • Constructor Details

    • 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.
  • Method Details