Hello Temporal Community,
I’m currently facing an issue while attempting to enable the UpdateWorkflowExecution
operation on our Temporal namespace. Below are the details of the problem and the steps I’ve taken so far:
Current Setup:
- Temporal Server Version: 2.22.3
- tctl Version: 1.18.1
- Namespace:
default
Steps Taken:
-
Verified Versions:
- Confirmed that both Temporal Server (v2.22.3) and tctl (v1.18.1) are running the versions that should support the
UpdateWorkflowExecution
feature.
- Confirmed that both Temporal Server (v2.22.3) and tctl (v1.18.1) are running the versions that should support the
-
Attempted to Enable the Feature:
- Executed the following command to enable
UpdateWorkflowExecution
:tctl --namespace default namespace update --update-workflow-execution-enabled
- Executed the following command to enable
-
Encountered Error:
- Received the following error message upon executing the command:
flag provided but not defined: -update-workflow-execution-enabled
- Received the following error message upon executing the command:
-
Applied the solution here: UpdateWorkflowExecution operation is disabled on this namespace - #5 by Asaf
-
Outcome:
- Despite the attempt, the
UpdateWorkflowExecution
operation remains disabled on thedefault
namespace, and I’ve been unable to resolve the issue.
- Despite the attempt, the
Questions:
-
Additional Configurations or Permissions:
- Are there any other configurations or permissions required to enable the
UpdateWorkflowExecution
feature on a namespace that I might have missed?
- Are there any other configurations or permissions required to enable the
-
Known Issues or Limitations:
- Is there a known issue or limitation with Temporal Server v2.22.3 and tctl v1.18.1 regarding the enabling of
UpdateWorkflowExecution
? - Could this be related to any deprecated flags or changes in command syntax in the versions I’m using?
- Is there a known issue or limitation with Temporal Server v2.22.3 and tctl v1.18.1 regarding the enabling of