You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/defs-flags.go
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,6 @@ const (
55
55
FlagPrintRawUsage="Print properties without changing their format."
56
56
QueryFlagTypeUsage="The type of Query to run."
57
57
FlagWorkflowSignalUsage="Signal Workflow Execution by Id."
58
-
FlagQueryDefinition="Signal Workflow Executions by List Filter."
59
58
FlagSignalName="Signal Name"
60
59
FlagInputSignal="Input for the Signal. Formatted in JSON."
61
60
FlagInputFileSignal="Input for the Signal from file. Formatted in JSON."
@@ -64,8 +63,10 @@ const (
64
63
FlagUpdateIDDefinition="UpdateID to check the result of an update (either UpdateID or Update handler name should be passed)"
65
64
FlagCancelWorkflow="Cancel Workflow Execution with given Workflow Id."
66
65
FlagWorkflowIDTerminate="Terminate Workflow Execution with given Workflow Id."
67
-
FlagQueryTerminate="Terminate Workflow Executions with given List Filter."
66
+
FlagQueryCancel="Cancel Workflow Executions with given List Filter."
68
67
FlagQueryDelete="Delete Workflow Executions with given List Filter."
68
+
FlagQuerySignal="Signal Workflow Executions with given List List Filter."
69
+
FlagQueryTerminate="Terminate Workflow Executions with given List Filter."
69
70
FlagEventIDDefinition="The Event Id for any Event after WorkflowTaskStarted you want to reset to (exclusive). It can be WorkflowTaskCompleted, WorkflowTaskFailed or others."
70
71
FlagQueryResetBatch="Visibility Query of Search Attributes describing the Workflow Executions to reset. See https://docs.temporal.io/docs/tctl/workflow/list#--query."
71
72
FlagInputFileReset="Input file that specifies Workflow Executions to reset. Each line contains one Workflow Id as the base Run and, optionally, a Run Id."
0 commit comments