High severityconfiguration
Power BI Refresh Error:
WORKFLOW_TASK_NOT_FOUND
What does this error mean?
A Databricks Workflows run failed because a referenced task key does not exist in the job definition, often caused by a misconfigured dependency or a task that was renamed or deleted.
Common causes
- 1A depends_on reference in another task points to a task key that was renamed or removed
- 2A job repair or retry specified a non-existent task key
- 3The job JSON definition was edited manually and a task key was misspelled
How to fix it
- 1Step 1: Open the job definition and review the task DAG for any broken dependency arrows.
- 2Step 2: Check all depends_on fields across tasks to ensure every referenced key exists.
- 3Step 3: If the task was renamed, update all downstream depends_on references to use the new key.
- 4Step 4: Re-save and trigger a manual run to confirm the dependency graph resolves correctly.