You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to mark an input as optional or mandatory with input validation before running the service. Right now, if an input expects (for example) a file and nothing is linked, there is no error message but the pipeline doesn't run.
DEFINITION OF DONE:
A clear and concise description of what the feature requires.
Input validation based on the data type expected
option to specify if an input is optional
helpful error message if something in the sidecar does not work
The text was updated successfully, but these errors were encountered:
USER STORY:
I would like to be able to mark an input as optional or mandatory with input validation before running the service. Right now, if an input expects (for example) a file and nothing is linked, there is no error message but the pipeline doesn't run.
DEFINITION OF DONE:
A clear and concise description of what the feature requires.
The text was updated successfully, but these errors were encountered: