Debugging Workflows
Overview
Teaching: 0 min
Exercises: 0 minQuestions
introduce within above lessons?
Objectives
interpret commonly encountered error messages
solve these common issues
By the end of this episode, learners should be able to recognize and fix simple bugs in their workflow code.
(non-exhaustive) list of possible examples:
- YAML errors
- “wiring errors” e.g. where is the output from my step?
- type mismatch
- array vs single-item mismatch
- no formats on input but format is required by workflow
Key Points
First key point. Brief Answer to questions. (FIXME)