|
Primary Key
|
Name
|
Type
|
Length
|
Precision
|
Can Be Null
|
Default
|
References
|
Action
|
Hints
|
Comment
|
|
true
|
TaskElementId
|
BIGINT
|
|
|
false
|
|
|
|
|
Identifies the task element.
|
|
false
|
ProcessModelVersionId
|
BIGINT
|
|
|
false
|
|
IWA_ProcessModelVersion(ProcessModelVersionId)
|
ON DELETE CASCADE
|
|
References the process model version this process element belongs to.
|
|
false
|
ProcessElementId
|
VARCHAR
|
200
|
|
false
|
|
|
|
|
Identifies the process element within the Xpert.ivy project.
|
|
false
|
JoinPathes
|
INTEGER
|
|
|
false
|
|
|
|
|
The number of input pathes that are joined on this task element.
|
|
false
|
Kind
|
INTEGER
|
|
|
false
|
|
|
|
|
The process element kind. See java enumeration ch.ivyteam.ivy.workflow.TaskElementKind for possible values.
|