Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose an URL with only the workflow-id which redirects to the currently running workflow #36

Open
vancexu opened this issue Dec 3, 2018 · 2 comments
Labels
feature Needs API Work Feature or bug that needs API work from uber/cadence

Comments

@vancexu
Copy link
Contributor

vancexu commented Dec 3, 2018

Cadence UI currently exposes URL of the following form to inspect the status of a running workflow:

https://localhost:8080/domain/cadence-canary/workflows/cron.workflow.sanity/d1e5c195-d8a7-488b-bd5b-d238f97459d2/summary

Would be very nice if the UI could also expose an URL with only the workflow-id which redirects to the currenlty running RunID of that workflow

https://localhost:8080/domain/cadence-canary/workflows/cron.workflow.sanity
@skbogner
Copy link

Any plans regarding this?

Currently have to pass around RunID all over the place just to be able to link to Cadence UI.

@dmetzgar
Copy link
Contributor

It looks like this will require some work on the server since only GetHistory currently supports not supplying a runid. We could expose a way to get the current runid in the API and have Cadence Web get the runid and redirect. We'll have some resources coming available in March, but I'll see if we can get to it earlier.

@just-at-uber just-at-uber added the Needs API Work Feature or bug that needs API work from uber/cadence label Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Needs API Work Feature or bug that needs API work from uber/cadence
Projects
None yet
Development

No branches or pull requests

4 participants