-
Bug
-
Resolution: Unresolved
-
Normal
-
1.8.0
-
None
-
2
-
False
-
-
False
-
-
-
RHDH F&UI plugins 3286
Description of problem:
Hidden fields are currently still included in the workflow payload. We need a property like omitFromWorkflowInput: true to prevent hidden fields from being sent. Additionally, add a “Show hidden parameters” toggle on the review page so users can optionally inspect them.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
# <steps>
Actual results:
Hidden fields are included in the workflow input payload, and there’s no way to view/hide them on the review page.
Expected results:
- Fields with omitFromWorkflowInput: true are excluded from the workflow payload.
- Review page includes a “Show hidden parameters” toggle to optionally display hidden fields.