Package ch.ivyteam.ivy.workflow
Enum Class IntermediateEventTimeoutAction
java.lang.Object
java.lang.Enum<IntermediateEventTimeoutAction>
ch.ivyteam.ivy.workflow.IntermediateEventTimeoutAction
- All Implemented Interfaces:
Serializable,Comparable<IntermediateEventTimeoutAction>,java.lang.constant.Constable
Defines the action that should happen if a intermediate event timeouts.
IMPORTANT: DO NOT RENAME THE KEYS, THEY ARE USED AS PROPERTY KEYS IN THE
ELEMENT INSCRIPTION.
- API:
- This is a public API.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionContinues the task that is waiting for the event without receiving the eventDeletes the task that is waiting for the eventDo nothing (e.g. continue waiting on the event)
-
Enum Constant Details
-
NOTHING
Do nothing (e.g. continue waiting on the event)- API:
- This public API is available in Java.
-
DESTROY_TASK
Deletes the task that is waiting for the event- API:
- This public API is available in Java.
-
CONTINUE_WITHOUT_EVENT
Continues the task that is waiting for the event without receiving the event- API:
- This public API is available in Java.
-