Elements or part of elements where tasks ends
| 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. |
| Constraint | Name | Columns | Hints | Comment |
|---|---|---|---|---|
| UNIQUE | IWA_TaskEnd_TaskElementId_JoinPathIdIndex | TaskElementId , JoinPathId |
| Name | Columns | Hints | Comment |
|---|---|---|---|
| IWA_TaskEnd_TaskElementIdIndex | TaskElementId |
| 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. |
| Object | Strategy |
|---|---|
| IWA_TaskEnd | ALL_REMOVE_UNUSED |