Package ch.ivyteam.ivy.workflow
Enum WorkflowEventKind
- java.lang.Object
-
- java.lang.Enum<WorkflowEventKind>
-
- ch.ivyteam.ivy.workflow.WorkflowEventKind
-
- All Implemented Interfaces:
Serializable,Comparable<WorkflowEventKind>
public enum WorkflowEventKind extends Enum<WorkflowEventKind>
Workflow event kinds- Since:
- 18.05.2006
- API:
- This is a public API.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EVENT_CASE_CREATOR_DELETEDcase creator deletedEVENT_CHANGE_BUSINESS_CASE_STAGEEVENT_CHANGE_CASE_CREATOREVENT_CHANGE_ORIGINAL_TASK_ACTIVATORchange original task activator by admin user eventEVENT_CHANGE_TASK_ACTIVATORchange task activator by admin user eventEVENT_CHANGE_TASK_ACTIVATOR_BY_TIMEOUTchange task activator triggered by timeout eventEVENT_CHANGE_TASK_DELAY_TIMESTAMPtask delay timestamp changedEVENT_CHANGE_TASK_PRIORITYchange task priority by admin user eventEVENT_CHANGE_TASK_TIMEOUT_EXCEPTION_ACTIVATORtask timeout exception activator changedEVENT_CHANGE_TASK_TIMEOUT_TIMESTAMPtask timeout timestamp changedEVENT_CREATE_CASEcreate case eventEVENT_CREATE_CASE_BY_SIGNALcreate case by signal eventEVENT_CREATE_FIRST_TASK_OF_CASEcreate first task of a case eventEVENT_CREATE_FIRST_TASK_OF_CASE_BY_SIGNALcreate first task of a case by signal eventEVENT_CREATE_TASK_BY_INTERMEDIATE_EVENT_TIMEOUTTask was created by an intermediate event timeoutEVENT_CREATE_TASK_BY_JOINED_TASKScreate task triggered by other tasks that are joined eventEVENT_CREATE_TASK_BY_SIGNALEVENT_CREATE_TASK_BY_TIMEOUTcreate task triggered by timeout eventEVENT_DESTROY_CASEdestroy case by admin user eventEVENT_DESTROY_TASKdestroy task by admin user eventEVENT_DESTROY_TASK_BY_INTERMEDIATE_EVENT_TIMEOUTThe task was destroyed because an intermediate event has timed outEVENT_DESTROY_TASK_BY_SIGNALEVENT_DESTROY_TASK_BY_TIMEOUTdestroy task triggered by timeout eventEVENT_FAIL_TASKtask failEVENT_FAILED_TASK_TIMEOUT_EXPIREDTask failed timeout expiredEVENT_FINISH_CASEfinish case eventEVENT_FINISH_TASKfinish task eventEVENT_INTERMEDIATE_EVENT_ALREADY_RECEIVEDAn intermediate event has already been receivedEVENT_INTERMEDIATE_EVENT_RECEIVEDAn intermediate event was receivedEVENT_INTERMEDIATE_EVENT_TIMEOUT_EXPIREDAn intermediate event was receivedEVENT_JOIN_FAILED_TASK_TIMEOUT_EXPIREDTask join failed timeout expiredEVENT_JOIN_TASK_FAILEDTask join failedEVENT_JOINED_TASKtask joined eventEVENT_JOINING_TASKtask joining eventEVENT_JOINING_TASK_TIMEOUT_EXPIREDTask joining timeout expiredEVENT_PARK_TASKpark taskEVENT_REDO_TASKredo taskEVENT_REOPEN_CASEEVENT_RESET_CASEcase resetedEVENT_RESUME_TASKresume task eventEVENT_ROLLBACK_TASKrollback task eventEVENT_TASK_ACTIVATOR_DELETEDtask activator deletedEVENT_TASK_DELAY_EXPIREDtask delay expiredEVENT_TASK_DELEGATEDTask delegatedEVENT_TASK_TIMEOUT_EXCEPTION_ACTIVATOR_DELETEDtask timeout exception activator deletedEVENT_TASK_WORKER_USER_DELETEDtask worker user deletedEVENT_UNPARK_TASKunpark taskEVENT_WAIT_FOR_JOIN_TASKtask ready for join event
-
-
-
Enum Constant Detail
-
EVENT_CREATE_CASE
public static final WorkflowEventKind EVENT_CREATE_CASE
create case event- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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
- 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
- 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- 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
- 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
- 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
- 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- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
-