The job run failed because task dependency types are temporarily disabled

GabrieleMuciacc
New Contributor III
I am trying the recently released conditional tasks (https://docs.databricks.com/en/workflows/jobs/conditional-tasks.html). I have created a workflow where the leaf task depends on multiple tasks and its run_if property is set as AT_LEAST_ONE_SUCCESS. However, when I try to run the workflow it immediately fails with "The job run failed because task dependency types are temporarily disabled" and I could not find any explanation of the error message in the online documentation. Can anyone share more info about this?

Hi @Retired_mod , the problem looks somehow related to clusters. This is what I have done:

  1. deploy the workflow using dbx
  2. try to run: it fails with the above error
  3. manually change the cluster definition (e.g., change the runtime)
  4. try to run: it works
  5. manually undo the change and try to run: it still works

I have compared the JSON definition of the workflow before and after the manual changes and it looks identical. Any suggestion?