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
An OpenJobDescription template that has a input with a HIDDEN control type does not require a default value.
My use case: I want to create a job bundle that has parameters including an input file in parameter_values.json and a job template that takes an input file as a parameter. I want to use the GUI submitter to submit the bundle, but the input file should be set in parameter_values.json and not displayed as an editable field to the user.
The OJD spec does not mention requiring a default for hidden fields.
Current Behaviour
Attempting to submit a template with a HIDDEN control but without a default value with the bundle GUI submitter results in the error:
Expected Behaviour
An OpenJobDescription template that has a input with a HIDDEN control type does not require a default value.
My use case: I want to create a job bundle that has parameters including an input file in
parameter_values.json
and a job template that takes an input file as a parameter. I want to use the GUI submitter to submit the bundle, but the input file should be set inparameter_values.json
and not displayed as an editable field to the user.The OJD spec does not mention requiring a default for hidden fields.
Current Behaviour
Attempting to submit a template with a HIDDEN control but without a default value with the bundle GUI submitter results in the error:
Reproduction Steps
Snipped of a job template (taken from the Deadline Keyshot submitter):
Code Snippet
Relevant line:
deadline-cloud/src/deadline/client/ui/widgets/openjd_parameters_widget.py
Line 797 in 4d48772
The text was updated successfully, but these errors were encountered: