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

Restart a workflow #27

Open
nathanboktae opened this issue Jun 25, 2018 · 2 comments
Open

Restart a workflow #27

nathanboktae opened this issue Jun 25, 2018 · 2 comments
Labels
feature Needs Auth Feature or bug that needs authentication and/or authorization implemented from uber/cadence

Comments

@nathanboktae
Copy link
Contributor

Similar to #13, add the ability to restart a workflow with the same input.

@martinxsliu
Copy link

+1 to this request. It would be immensely helpful to users to be able to use the UI as the single interface to Cadence instead of a mix of UI and CLI.

For instance, suppose some bug in an activity, or otherwise, that caused a series of workflows to fail or time out. After fixing the root cause, we would like to restart all the failed workflows with the same inputs. Ideally we could use the UI to find all such workflows and use some mechanism to restart them all. Either a button in the workflow summary page like the current 'Terminate' button, or a checkboxes for each workflow in the workflows table (a la Sidekiq) to restart a batch of workflows.

Currently the process looks like: first, use the UI to find the failed workflows, then copy paste the workflow ID and inputs into a CLI command to run. This is much more manual and error prone.

@just-at-uber
Copy link
Contributor

This feature is dependent on authentication with the cadence server. Work has started on this now which should hopefully then enable this feature to be implemented.

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

No branches or pull requests

3 participants