Display Pipeline Execution Input Form While Console View is Enabled
O
Obsidian Peacock
Currently, when triggering a pipeline execution in Harness, the input fields (runtime inputs form) are only displayed when the "Console View" option is unchecked/disabled. Users must switch to the Pipeline (graph) view to see and fill in the execution input form.
Current Behavior:
When Console View is OFF: The execution input form popup is displayed, allowing users to enter runtime inputs before execution
When Console View is ON: The input form popup does not appear; users are taken directly to the log-focused Console View layout
Requested Enhancement: Provide an option to display the execution input form as an overlay/popup even when Console View is enabled. This would allow users to:
- Enter runtime input values through the familiar input form
- Automatically proceed to Console View after submitting inputs
- Maintain their preferred Console View setting without having to toggle it off just to access the input form
Use Case / Business Justification:
Users who prefer the Console View for monitoring pipeline execution currently have to manually disable Console View, fill in inputs, and then re-enable it (or navigate back)
This creates extra steps and friction in the workflow
Many users prefer Console View for its log-focused layout but still need easy access to the input form during execution triggers
Proposed Solution: Add an option (either as a user preference or pipeline setting) to show the input form overlay regardless of the Console View toggle state. After the user submits the inputs, the execution would proceed and display in Console View as expected.