Task data and the start task data of tasks
| Primary Key | Name | Type | Length | Precision | Can Be Null | Default | References | Action | Hints | Comment |
|---|---|---|---|---|---|---|---|---|---|---|
| true | TaskId | BIGINT | false | IWA_Task(TaskId) | ON DELETE CASCADE | MsSqlServer , MySql | Identifies the task data. References the task this task data belongs to | |||
| false | TaskData | BLOB | false | The task process data. The data are stored as serialized java objekt. |
| Object | Strategy |
|---|---|
| IWA_TaskData | ALL_REMOVE_UNUSED |
| Object | NoReferenceUseTrigger |
|---|---|
| TaskId | true |
| Object | NoReferenceUseTrigger |
|---|---|
| TaskId | true |