Is it possible to deeplink a workflow/action with parameters?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6.5k
- Forks
- 787
- PR merge metrics
- No merged PRs in 30d
Description
At the moment a certain action can be opened directly in the UI with an URL like:
https://myhost.example/#/actions/core.local/general
But it would be awesome if value for parameters could also be specified, for example:
https://stackstorm.crv4all.com/#/actions/core.local/general?cmd=date
Is this possible at the moment? With this functionality it's easy to implement approval workflows, because a certain link can be emailed to someone. And that someone only has to open the link, authenticate and run the workflow/action or maybe do some tweaks first.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the UI handles the existing action URL fragment and whether query parameters reach the action form. Confirm the expected behavior for prefilled parameters, authentication, and user edits; done means a deeplink opens the selected action with its parameters available before execution.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100