Table IWA_TaskData

Task data and the start task data of tasks

Columns

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.

Cache

Object Strategy
IWA_TaskData ALL_REMOVE_UNUSED

MySql

Object NoReferenceUseTrigger
TaskId true

MsSqlServer

Object NoReferenceUseTrigger
TaskId true