Table IWA_TaskEnd

Elements or part of elements where tasks ends

Columns

Primary Key Name Type Length Precision Can Be Null Default References Action Hints Comment
true TaskEndId BIGINT false Identifies the task end.
false TaskElementId BIGINT false IWA_TaskElement(TaskElementId) ON DELETE CASCADE References the task element this task end belongs to.
false JoinPathId INTEGER true The identifier of the join path. Is null if the task element is not a task switch or intermediate event element.

Constraints

Constraint Name Columns Hints Comment
UNIQUE IWA_TaskEnd_TaskElementId_JoinPathIdIndex TaskElementId , JoinPathId

Indexes

Name Columns Hints Comment
IWA_TaskEnd_TaskElementIdIndex TaskElementId

Referenced By

Foreign Table Column Comment
IWA_Task TaskEndId References the task end where the process of this task has ended. Maybe null if task is not yet finished.

Cache

Object Strategy
IWA_TaskEnd ALL_REMOVE_UNUSED