Enum Class TaskSwitchEventProperty

java.lang.Object
java.lang.Enum<TaskSwitchEventProperty>
ch.ivyteam.ivy.workflow.TaskSwitchEventProperty
All Implemented Interfaces:
IProperty, Serializable, Comparable<TaskSwitchEventProperty>, java.lang.constant.Constable

@Deprecated(since="12.0", forRemoval=true) public enum TaskSwitchEventProperty extends Enum<TaskSwitchEventProperty> implements IProperty
Deprecated, for removal: This API element is subject to removal in a future version.
Task switch event properties
Since:
18.07.2007
API:
This is a public API.
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    The execution timestamp property
  • Enum Constant Details

    • EXECUTION_TIMESTAMP

      public static final TaskSwitchEventProperty EXECUTION_TIMESTAMP
      Deprecated, for removal: This API element is subject to removal in a future version.
      The execution timestamp property
      API:
      This public API is available in Java.