argoproj / argoproj/argo-workflows
Events api doesnt return the workflow id triggered
- Dominant language
- Go
- Stars
- 17k
- Forks
- 3.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 138
Description
On triggering a workflow using the endpoint: /api/v1/events/argo/, The response received a 200 status code incase of success with an empty body. There is no way to get the status of the workflow active since there is no workflow id being returned in the response.
Is there a way to get the status of workflow triggered through the event especially in the scenario where the workflow name is generated dynamically?
Contributor guide
Research direction
Start by tracing the /api/v1/events/argo/ endpoint and how it constructs its successful response. Determine the response contract needed to expose the triggered workflow ID, then verify that callers can use it to track dynamically named workflows.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100