Files
mistral-lib/releasenotes/notes/rename-task-id-to-task-execution-id-f17d671fcef0127a.yaml
Dougal Matthews 40e593bd20 Rename task_id to task_execution_id
The previous name isn't consistent and it is confusing, tasks don't have
an ID, but the execution for a task does.

Related-Bug: #1718353
Change-Id: I049cf7312c58d83e9405aaa36a6961cca006cb16
2017-10-30 09:04:31 +00:00

6 lines
133 B
YAML

---
deprecations:
- |
The attribute `context.execution.task_id` has been renamed to
`context.execution.task_execution_id`.