Enum Class WorkflowEventProperty

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

public enum WorkflowEventProperty extends Enum<WorkflowEventProperty> implements IProperty
The properties of the workflow event
Since:
18.05.2006
API:
This is a public API.
  • Enum Constant Details

    • EVENT_TIMESTAMP

      public static final WorkflowEventProperty EVENT_TIMESTAMP
      event timestamp field
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_KIND

      public static final WorkflowEventProperty EVENT_KIND
      event kind field
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • USER_NAME

      public static final WorkflowEventProperty USER_NAME
      user name field
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • USER_ID

      public static final WorkflowEventProperty USER_ID
      user id field
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • TASK_ID

      public static final WorkflowEventProperty TASK_ID
      task id field
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • CASE_ID

      public static final WorkflowEventProperty CASE_ID
      case id field
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • TASK_STATE

      public static final WorkflowEventProperty TASK_STATE
      task state field
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • CASE_STATE

      public static final WorkflowEventProperty CASE_STATE
      case state field
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.