Apologies if this is in the docs somewhere and I j...
# ask-community
b
Apologies if this is in the docs somewhere and I just couldn’t find it. Are there hooks for task input and output validation?
d
Our team is working on the Result interface now!
b
Thanks @Dylan! Looking at the PIN it looks like output validation will be supported. Will there be something similar for input validation?
d
@Ben Fogelson I’m not 100% sure, so I’m checking in with the team members working on the interface. Will report back ASAP
Hey @Ben Fogelson, using this interface you’ll be able to validate the inputs of your tasks, as long as those inputs were produced by Prefect tasks
b
Awesome, thanks for looking into it @Dylan. Do you have a sense of the release timeline for the interface?
d
Note: all inputs to prefect tasks must be provided as the output from another task (even if they’re Parameters or Secrets), consequently input validation and output validation should provide equivalent functionality
It’s in active development, so keep an eye on the next few releases!
b
👍