Support URL pre-population of workflow template parameters - #1606
Open
hazdl wants to merge 2 commits into
Open
Conversation
hazdl
requested review from
JamesDoingStuff,
TBThomas56,
VictoriaBeilsten-Edmands and
iamvigneshwars
September 10, 2026 16:16
hazdl
force-pushed
the
hz/from-url-forms
branch
6 times, most recently
from
September 10, 2026 17:14
2f05ad1 to
0979d86
Compare
- Add URL-based parameter pre-population for workflow templates - Parse parameters using template JSON schema - Support complex parameter types such as arrays and objects - Update template forms to refresh when pre-populated values change ``
hazdl
force-pushed
the
hz/from-url-forms
branch
from
September 10, 2026 17:20
0979d86 to
752d7a5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Populate array and object parameters from URL --- AP-1310
slack link Jessica request
Summary
Add support for pre-populating workflow template parameters from URL query parameters.
The implementation is schema-driven, allowing primitive values as well as structured parameters (arrays and objects) to be populated from the URL.
Changes
Example
Simple parameter:
/templates/xrf-tomography?outputFolder=testing
Complex parameters:
Plain Text
/templates/xrf-tomography?outputFolder=testing&multiScan=436147-436230&multiEdge=Tl-La,Ga-Ka