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

Add Suspend and Resume for Cronworkflow in UI #1975

Closed
sarabala1979 opened this issue Jan 14, 2020 · 7 comments · Fixed by #2982
Closed

Add Suspend and Resume for Cronworkflow in UI #1975

sarabala1979 opened this issue Jan 14, 2020 · 7 comments · Fixed by #2982
Milestone

Comments

@sarabala1979
Copy link
Member

Provide the Suspend and Resume functionality in Cronworkflow UI

@sarabala1979 sarabala1979 added this to the v2.5 milestone Jan 14, 2020
@simster7
Copy link
Member

Is there an API endpoint for these already?

@alexec
Copy link
Contributor

alexec commented Jan 16, 2020

No endpoints as of today.

@sarabala1979 sarabala1979 added this to To do in Argo Workflows OSS Kanban Board via automation Jan 27, 2020
@alexec alexec modified the milestones: v2.5, v2.6 Jan 27, 2020
@alexec alexec removed this from the v2.6 milestone Feb 6, 2020
@alexec alexec added the M label Feb 14, 2020
@alexec alexec added this to the Backlog milestone Feb 19, 2020
@alexec alexec removed the backlog label Feb 19, 2020
@alexec alexec modified the milestones: Backlog, v2.10 Apr 13, 2020
@alexec
Copy link
Contributor

alexec commented Apr 13, 2020

Can be done as UI only change.

@alexec alexec added ui good first issue Good for newcomers labels Apr 27, 2020
@changhc
Copy link
Contributor

changhc commented May 7, 2020

Could you please provide more details on this? Can we suspend or resume a cronworkflow?

@sarabala1979
Copy link
Member Author

sarabala1979 commented May 7, 2020

you can use Argo CLI to suspend and resume the Cronworkflow.
argo cron suspend <cronwf> argo cron resume <cronwf>

Usage:
  argo cron [flags]
  argo cron [command]

Available Commands:
  create      create a cron workflow
  delete      delete a cron workflow
  get         display details about a cron workflow
  lint        validate files or directories of cron workflow manifests
  list        list cron workflows
  resume      resume zero or more cron workflows
  suspend     suspend zero or more cron workflows

@simster7
Copy link
Member

simster7 commented May 7, 2020

Could you please provide more details on this? Can we suspend or resume a cronworkflow?

The goal with this issue is to add this functionality to the UI

@changhc
Copy link
Contributor

changhc commented May 7, 2020

I see. I missed out the explanation in the document. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants