
Task instances
A task instance is a runtime occurrence of a task template.
Generally, a task instance inherits all of its properties from
the corresponding task template with the following exceptions:
Column name in TASK_TEMPL view | Inherited by task instance | Comments |
---|---|---|
VALID_FROM | No | Not needed by the task instance. |
CONTAINMENT_CTX_ID | No | Task instances are deleted according to a different set of rules than their corresponding task templates. |
IS_AD_HOC | No | Not needed by the task instance:
|
IS_INLINE | Usually | The property is not inherited in the following
situations:
|
STATE | No | A task template must be in the STATE_STARTED state to create and start task instances. The instances are then in the STATE_READY state. |
In addition, all of the custom properties of a task template (TASK_TEMPL_CPROP view) are inherited by the custom property instances of a task instance (TASK_CPROP view). The multilingual description of a task template (TASK_TEMPL_DESC view) has a row for each locale. A task instance (TASK_DESC view) inherits these rows.