Enhanced Validations of IDP Workflow Inputs
pending feedback
O
Obsidian Roadrunner
Provide ability to validate the inputs to a workflow form beyond the standard single value or regex validations. Something along the lines of the ability to call an external function or API to carry out a check and return a value to confirm allowed value, or writing an inline function to execute and carry out a validation. An example scenario could be checking for existing code repo name when providing a name for a new code repo to be created rather than having this fail at some point later during the pipeline execution.
Log In
Himanshu Mishra
marked this post as
pending feedback
Himanshu Mishra
Hi Patrick - an API based validation is supported. Please check this out https://developer.harness.io/docs/internal-developer-portal/flows/dynamic-picker#live-user-validation-using-api-requests
O
Obsidian Roadrunner
Thanks for the update on this, I'll let you know if this addresses the need