-
Notifications
You must be signed in to change notification settings - Fork 42
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
Combine workflow reset
and workflow reset-batch
?
#499
Comments
workflow reset
and workflow reset-batch
workflow reset
and workflow reset-batch
?
We should not port this command as is in the rewrite. |
The question is whether this will be enough of a functionality loss moving from client side to server side (I haven't compared the server capabilities compared to the CLI behavior today). But if it's not considered too much of a functionality loss, I definitely agree, client-side batch is bad. |
We decided a while ago that dropping client-side batch is fine. We can add more features to server-side batch as requested (and tctl still exists in the meantime). |
Sounds good—though I thought |
D'oh, so I'm realizing we actually handled batch resets in #473. So I think this can be closed so long as we understand (and have other issues for) whatever functionality is still missing server-side and CLI-side. |
Here are the features I am seeing that were in manual client-side batch reset in
Will confer with team on whether these are needed. |
what do you mean by current execution chain? |
I shouldn't have said "of current execution chain", I should have said "for a workflow ID". I have updated the text. |
Got it. |
Agreed, but this is about documenting what does exist vs what could exist. For anything that doesn't exist but we want it to, I support adding to the server. The limitation to only open or only closed can already be done via query filtering IIUC. |
Closing issue. The commands have already been combined and the differences are documented at #499 (comment). |
We should explore whether we want to combine the
workflow reset
andworkflow reset-batch
commands. AFAIK, they do the same thing, and the only difference is whether they operate on a single workflow or multiple workflows.There are other workflow commands, like
workflow terminate
andworkflow cancel
, that also support operating on multiple workflows at once. So havingreset-batch
be separate fromreset
seems inconsistent.The text was updated successfully, but these errors were encountered: