Package ch.ivyteam.ivy.workflow
Enum TaskElementKind
- java.lang.Object
-
- java.lang.Enum<TaskElementKind>
-
- ch.ivyteam.ivy.workflow.TaskElementKind
-
- All Implemented Interfaces:
ch.ivyteam.ivy.persistence.IPersistentEnumeration
,Serializable
,Comparable<TaskElementKind>
public enum TaskElementKind extends Enum<TaskElementKind> implements ch.ivyteam.ivy.persistence.IPersistentEnumeration
The kind of task element- Since:
- 17.05.2006
- API:
- This is a public API.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EXPIRY_TASK_START
Expiry task startINTERMEDIATE_EVENT
Intermediate event elementPROCESS_END
Process end elementPROCESS_START
Process start elementTASK_SWITCH
Task switch elementWSPROCESS_START
WS process start element
-
-
-
Enum Constant Detail
-
PROCESS_START
public static final TaskElementKind PROCESS_START
Process start element- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
PROCESS_END
public static final TaskElementKind PROCESS_END
Process end element- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
TASK_SWITCH
public static final TaskElementKind TASK_SWITCH
Task switch element- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
EXPIRY_TASK_START
public static final TaskElementKind EXPIRY_TASK_START
Expiry task start- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
INTERMEDIATE_EVENT
public static final TaskElementKind INTERMEDIATE_EVENT
Intermediate event element- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
WSPROCESS_START
public static final TaskElementKind WSPROCESS_START
WS process start element- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
-