Allow Setting Headers when Starting a Workflow
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 431
- Forks
- 179
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 71
Description
Is your feature request related to a problem? Please describe.
I'm using headers to set a "context" for activities to run in, and I use interceptors to set/read these headers. But there is no way to provide headers when starting a workflow from the UI.
Describe the solution you'd like
A field on the start workflow form to set headers on the workflow start request.
Describe alternatives you've considered
A separate program for initiating workflows using an interceptor on the client for setting the headers.
Additional context
Could add "+ Add a Header" here:
Contributor guide
No contributing guide indexed for this repository
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 at the start-workflow form shown in the issue and trace how its submission builds the workflow start request. Add a way to enter headers and verify that the submitted request includes them when starting a workflow. Check the existing UI flow and related tests, if present, before defining the completion check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100