Possible to force execution of a specific task, but not its dependencies?

I have a task that runs a data processing pipeline, which has two dependencies for downloading data it utilizes. I'd like to use the sources / generates options, but to also be able to force a resume of this pipeline if needed. However, if I run the task with --force, that also triggers the download dependencies as well. Is there a way around this?
Solution:
Found the answer to my question. There is currently an experimental feature for this: https://taskfile.dev/experiments/gentle-force/
Jump to solution
1 Reply
Solution
komodoensis
komodoensis3mo ago
Found the answer to my question. There is currently an experimental feature for this: https://taskfile.dev/experiments/gentle-force/

Did you find this page helpful?