Enum Class WorkflowEventKind

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

public enum WorkflowEventKind extends Enum<WorkflowEventKind>
Workflow event kinds
Since:
18.05.2006
API:
This is a public API.
  • Enum Constant Details

    • EVENT_CREATE_CASE

      public static final WorkflowEventKind EVENT_CREATE_CASE

      Create case event

      Database Value: 0

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_DESTROY_CASE

      public static final WorkflowEventKind EVENT_DESTROY_CASE

      Destroy case by admin user event

      Database Value: 1

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_FINISH_CASE

      public static final WorkflowEventKind EVENT_FINISH_CASE

      Finish case event

      Database Value: 2

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_CASE_CREATOR_DELETED

      public static final WorkflowEventKind EVENT_CASE_CREATOR_DELETED

      Case creator deleted

      Database Value: 3

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_RESET_CASE

      public static final WorkflowEventKind EVENT_RESET_CASE

      Case reseted

      Database Value: 4

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_CREATE_CASE_BY_SIGNAL

      public static final WorkflowEventKind EVENT_CREATE_CASE_BY_SIGNAL

      Create case by signal event

      Database Value: 5

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_CREATE_FIRST_TASK_OF_CASE

      public static final WorkflowEventKind EVENT_CREATE_FIRST_TASK_OF_CASE

      Create first task of a case event

      Database Value: 100

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_CREATE_TASK_BY_JOINED_TASKS

      public static final WorkflowEventKind EVENT_CREATE_TASK_BY_JOINED_TASKS

      Create task triggered by other tasks that are joined event

      Database Value: 101

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_CREATE_TASK_BY_TIMEOUT

      public static final WorkflowEventKind EVENT_CREATE_TASK_BY_TIMEOUT

      Create task triggered by timeout event

      Database Value: 102

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_RESUME_TASK

      public static final WorkflowEventKind EVENT_RESUME_TASK

      Resume task event

      Database Value: 103

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_ROLLBACK_TASK

      public static final WorkflowEventKind EVENT_ROLLBACK_TASK

      Rollback task event

      Database Value: 104

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_FINISH_TASK

      public static final WorkflowEventKind EVENT_FINISH_TASK

      Finish task event

      Database Value: 105

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_CHANGE_TASK_ACTIVATOR_BY_TIMEOUT

      public static final WorkflowEventKind EVENT_CHANGE_TASK_ACTIVATOR_BY_TIMEOUT

      Change task activator triggered by timeout event

      Database Value: 106

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_CHANGE_TASK_ACTIVATOR

      public static final WorkflowEventKind EVENT_CHANGE_TASK_ACTIVATOR

      Change task activator by admin user event

      Database Value: 107

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_CHANGE_TASK_PRIORITY

      public static final WorkflowEventKind EVENT_CHANGE_TASK_PRIORITY

      Change task priority by admin user event

      Database Value: 108

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_DESTROY_TASK

      public static final WorkflowEventKind EVENT_DESTROY_TASK

      Destroy task by admin user event

      Database Value: 109

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_DESTROY_TASK_BY_TIMEOUT

      public static final WorkflowEventKind EVENT_DESTROY_TASK_BY_TIMEOUT

      Destroy task triggered by timeout event

      Database Value: 110

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_WAIT_FOR_JOIN_TASK

      public static final WorkflowEventKind EVENT_WAIT_FOR_JOIN_TASK

      Task ready for join event

      Database Value: 111

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_JOINING_TASK

      public static final WorkflowEventKind EVENT_JOINING_TASK

      Task joining event

      Database Value: 112

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_JOINED_TASK

      public static final WorkflowEventKind EVENT_JOINED_TASK

      Task joined event

      Database Value: 113

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_TASK_DELAY_EXPIRED

      public static final WorkflowEventKind EVENT_TASK_DELAY_EXPIRED

      Task delay expired

      Database Value: 114

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_CHANGE_TASK_TIMEOUT_EXCEPTION_ACTIVATOR

      public static final WorkflowEventKind EVENT_CHANGE_TASK_TIMEOUT_EXCEPTION_ACTIVATOR

      Task timeout exception activator changed

      Database Value: 115

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_CHANGE_TASK_TIMEOUT_TIMESTAMP

      public static final WorkflowEventKind EVENT_CHANGE_TASK_TIMEOUT_TIMESTAMP

      Task timeout timestamp changed

      Database Value: 116

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_CHANGE_TASK_DELAY_TIMESTAMP

      public static final WorkflowEventKind EVENT_CHANGE_TASK_DELAY_TIMESTAMP

      Task delay timestamp changed

      Database Value: 117

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_PARK_TASK

      public static final WorkflowEventKind EVENT_PARK_TASK

      Park task

      Database Value: 118

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_UNPARK_TASK

      public static final WorkflowEventKind EVENT_UNPARK_TASK

      Unpark task

      Database Value: 119

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_REDO_TASK

      public static final WorkflowEventKind EVENT_REDO_TASK

      Redo task

      Database Value: 120

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_TASK_ACTIVATOR_DELETED

      public static final WorkflowEventKind EVENT_TASK_ACTIVATOR_DELETED

      Task activator deleted

      Database Value: 121

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_TASK_TIMEOUT_EXCEPTION_ACTIVATOR_DELETED

      public static final WorkflowEventKind EVENT_TASK_TIMEOUT_EXCEPTION_ACTIVATOR_DELETED

      Task timeout exception activator deleted

      Database Value: 122

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_TASK_WORKER_USER_DELETED

      public static final WorkflowEventKind EVENT_TASK_WORKER_USER_DELETED

      Task worker user deleted

      Database Value: 123

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_FAIL_TASK

      public static final WorkflowEventKind EVENT_FAIL_TASK

      Task fail

      Database Value: 124

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_FAILED_TASK_TIMEOUT_EXPIRED

      public static final WorkflowEventKind EVENT_FAILED_TASK_TIMEOUT_EXPIRED

      Task failed timeout expired

      Database Value: 125

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_JOIN_TASK_FAILED

      public static final WorkflowEventKind EVENT_JOIN_TASK_FAILED

      Task join failed

      Database Value: 126

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_JOIN_FAILED_TASK_TIMEOUT_EXPIRED

      public static final WorkflowEventKind EVENT_JOIN_FAILED_TASK_TIMEOUT_EXPIRED

      Task join failed timeout expired

      Database Value: 127

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_JOINING_TASK_TIMEOUT_EXPIRED

      public static final WorkflowEventKind EVENT_JOINING_TASK_TIMEOUT_EXPIRED

      Task joining timeout expired

      Database Value: 128

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_TASK_DELEGATED

      public static final WorkflowEventKind EVENT_TASK_DELEGATED

      Task delegated

      Database Value: 129

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_CREATE_TASK_BY_INTERMEDIATE_EVENT_TIMEOUT

      public static final WorkflowEventKind EVENT_CREATE_TASK_BY_INTERMEDIATE_EVENT_TIMEOUT

      Task was created by an intermediate event timeout

      Database Value: 130

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_INTERMEDIATE_EVENT_RECEIVED

      public static final WorkflowEventKind EVENT_INTERMEDIATE_EVENT_RECEIVED

      An intermediate event was received

      Database Value: 131

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_INTERMEDIATE_EVENT_TIMEOUT_EXPIRED

      public static final WorkflowEventKind EVENT_INTERMEDIATE_EVENT_TIMEOUT_EXPIRED

      An intermediate event was received

      Database Value: 132

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_INTERMEDIATE_EVENT_ALREADY_RECEIVED

      public static final WorkflowEventKind EVENT_INTERMEDIATE_EVENT_ALREADY_RECEIVED

      An intermediate event has already been received

      Database Value: 133

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_DESTROY_TASK_BY_INTERMEDIATE_EVENT_TIMEOUT

      public static final WorkflowEventKind EVENT_DESTROY_TASK_BY_INTERMEDIATE_EVENT_TIMEOUT

      The task was destroyed because an intermediate event has timed out

      Database Value: 134

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_DESTROY_TASK_BY_SIGNAL

      public static final WorkflowEventKind EVENT_DESTROY_TASK_BY_SIGNAL

      The task was destroyed because a signal has been received

      Database Value: 135

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_CREATE_TASK_BY_SIGNAL

      public static final WorkflowEventKind EVENT_CREATE_TASK_BY_SIGNAL

      The task has been created by a signal

      Database Value: 136

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_CREATE_FIRST_TASK_OF_CASE_BY_SIGNAL

      public static final WorkflowEventKind EVENT_CREATE_FIRST_TASK_OF_CASE_BY_SIGNAL

      Create first task of a case by signal event

      Database Value: 137

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_REOPEN_CASE

      public static final WorkflowEventKind EVENT_REOPEN_CASE

      Case was reopend

      Database Value: 138

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_CHANGE_BUSINESS_CASE_STAGE

      public static final WorkflowEventKind EVENT_CHANGE_BUSINESS_CASE_STAGE

      Business case stage has been changed

      Database Value: 139

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_CHANGE_CASE_CREATOR

      public static final WorkflowEventKind EVENT_CHANGE_CASE_CREATOR

      Case creator has been changed

      Database Value: 140

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • EVENT_CHANGE_ORIGINAL_TASK_ACTIVATOR

      public static final WorkflowEventKind EVENT_CHANGE_ORIGINAL_TASK_ACTIVATOR

      Change original task activator by admin user event

      Database Value: 141

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.