parsl.dataflow.error.DependencyError

exception parsl.dataflow.error.DependencyError(dependent_exceptions, task_id, outputs)[source]

Error raised at the end of app execution due to missing output files.

Parameters:
  • dependent_exceptions (-) – List of exceptions
  • task_id (-) – Identity of the task failed task
  • outputs ? (-) –

Contains: reason (string) dependent_exceptions