parsl.dataflow.error.DependencyError

exception parsl.dataflow.error.DependencyError(dependent_exceptions_tids, task_id)[source]
Error raised if an app cannot run because there was an error

in a dependency.

Parameters
  • dependent_exceptions_tids (-) – List of dependency task IDs which failed

  • task_id (-) – Task ID of the task that failed because of the dependency error