Enum Class TaskProperty

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

public enum TaskProperty extends Enum<TaskProperty> implements IProperty
The properties of a task
Since:
18.05.2006
API:
This is a public API.
  • Enum Constant Details

    • ID

      public static final TaskProperty ID
      The id property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • NAME

      public static final TaskProperty NAME
      The name property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • CATEGORY

      public static final TaskProperty CATEGORY
      The task category property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • STATE

      public static final TaskProperty STATE
      The state property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • PRIORITY

      public static final TaskProperty PRIORITY
      The priority property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • END_TIMESTAMP

      public static final TaskProperty END_TIMESTAMP
      The end timestamp property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • START_TIMESTAMP

      public static final TaskProperty START_TIMESTAMP
      The start timestamp property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • BUSINESS_RUNTIME

      public static final TaskProperty BUSINESS_RUNTIME
      The business runtime property (see ITask.getBusinessRuntime()
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • WORKING_TIME

      public static final TaskProperty WORKING_TIME
      The working time
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • ACTIVATOR_ID

      public static final TaskProperty ACTIVATOR_ID
      The activator security member ID property
      Since:
      9.1
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • ACTIVATOR_NAME

      public static final TaskProperty ACTIVATOR_NAME
      The activator name property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • ORIGINAL_ACTIVATOR_NAME

      public static final TaskProperty ORIGINAL_ACTIVATOR_NAME
      The original activator name property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • ORIGINAL_ACTIVATOR_ID

      public static final TaskProperty ORIGINAL_ACTIVATOR_ID
      The original activator security member ID property
      Since:
      9.1
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • CASE_ID

      public static final TaskProperty CASE_ID
      The case id property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • PROCESS_MODEL_ID

      public static final TaskProperty PROCESS_MODEL_ID
      The process model id property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • DELAY_TIMESTAMP

      public static final TaskProperty DELAY_TIMESTAMP
      The delay timestamp property property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • EXPIRED_CREATOR_TASK_ID

      public static final TaskProperty EXPIRED_CREATOR_TASK_ID
      The expired creator task id property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • EXPIRY_ACTIVATOR_NAME

      public static final TaskProperty EXPIRY_ACTIVATOR_NAME
      The expiry activator name property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • EXPIRY_ACTIVATOR_ID

      public static final TaskProperty EXPIRY_ACTIVATOR_ID
      The expiry activator security member ID property
      Since:
      9.1
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • EXPIRY_PRIORITY

      public static final TaskProperty EXPIRY_PRIORITY
      The expiry activator role id property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • ORIGNAL_PRIORITY

      public static final TaskProperty ORIGNAL_PRIORITY
      The original priority property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • EXPIRY_TASK_START_ELEMENT_PID

      public static final TaskProperty EXPIRY_TASK_START_ELEMENT_PID
      The expiry task start element pid property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • EXPIRY_TIMESTAMP

      public static final TaskProperty EXPIRY_TIMESTAMP
      The expiry timestamp property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • REQUEST_PATH

      public static final TaskProperty REQUEST_PATH
      The request path property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • NUMBER_OF_RESUMES

      public static final TaskProperty NUMBER_OF_RESUMES
      The number of resumes property
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • WORKER_ID

      public static final TaskProperty WORKER_ID
      The worker security member id property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • WORKER_USER_NAME

      public static final TaskProperty WORKER_USER_NAME
      The worker user name property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • IS_EXPIRED

      public static final TaskProperty IS_EXPIRED
      The is expired property
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.