Enum IntermediateEventTimeoutAction

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CONTINUE_WITHOUT_EVENT
      Continues the task that is waiting for the event without receiving the event
      DESTROY_TASK
      Deletes the task that is waiting for the event
      NOTHING
      Do nothing (e.g.
    • Enum Constant Detail

      • DESTROY_TASK

        public static final IntermediateEventTimeoutAction DESTROY_TASK
        Deletes the task that is waiting for the event
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • CONTINUE_WITHOUT_EVENT

        public static final IntermediateEventTimeoutAction CONTINUE_WITHOUT_EVENT
        Continues the task that is waiting for the event without receiving the event
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • NOTHING

        public static final IntermediateEventTimeoutAction NOTHING
        Do nothing (e.g. continue waiting on the event)
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.