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
{{ message }}
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
From Sal:
I have a question r.e. fileInputs. If I want to present an OPTIONAL field, and leave the field blank in the app definition, either by setting "sourceUrl": null, or leaving it out entirely, I get this error if I do not specify that input in the job submission:
tapipy.errors.InternalServerError: message: Cannot invoke "String.startsWith(String)" because the return value of "edu.utexas.tacc.tapis.jobs.model.submit.JobFileInput.getSourceUrl()" is null
App hello-world in tenant portals. From app definition:
"fileInputs": [
{
"name": "File to modify",
"description": "The full greeting will be appended to the target .txt file",
"inputMode": "OPTIONAL",
"autoMountLocal": true,
"sourceUrl": null,
"targetPath": "in.txt"
}
],
The text was updated successfully, but these errors were encountered:
From Sal:
I have a question r.e. fileInputs. If I want to present an OPTIONAL field, and leave the field blank in the app definition, either by setting "sourceUrl": null, or leaving it out entirely, I get this error if I do not specify that input in the job submission:
App hello-world in tenant portals. From app definition:
The text was updated successfully, but these errors were encountered: