as
09/01/2020, 2:37 PMtarget
file as a task parameter.
So if this target file is present it should skip the execution of this task.
I want to choose to programmatically (eg. through a parameter) force execution of this task (and thus ignoring/overwriting the target file).
I first thought using the cache_validator
task parameter would be the way to go, but I see in the documentation that it is deprecated.
Is there a recommended way to achieve this behavior?
ThanksChris White
09/01/2020, 3:18 PMas
09/01/2020, 3:33 PMtarget
parameter of task conditionally on some other parameter (that switches on/off the forced evaluation)Chris White
09/01/2020, 4:11 PMas
09/01/2020, 6:06 PM