parsl.dataflow.errors.DependencyError

exception parsl.dataflow.errors.DependencyError(dependent_exceptions_tids: Sequence[Tuple[Exception, str]], task_id: int)[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