Skip to content

Commit

Permalink
Enable workflow update is server development configs (#4461)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin committed Jun 8, 2023
1 parent ac1944f commit dd4c7de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/dynamicconfig/development-cass.yaml
Expand Up @@ -32,3 +32,7 @@
# - value: true
system.enableEagerWorkflowStart:
- value: true
frontend.enableUpdateWorkflowExecution:
- value: true
frontend.enableUpdateWorkflowExecutionAsyncAccepted:
- value: true
4 changes: 4 additions & 0 deletions config/dynamicconfig/development-sql.yaml
Expand Up @@ -35,3 +35,7 @@ system.enableEagerWorkflowStart:
limit.maxIDLength:
- value: 255
constraints: {}
frontend.enableUpdateWorkflowExecution:
- value: true
frontend.enableUpdateWorkflowExecutionAsyncAccepted:
- value: true

0 comments on commit dd4c7de

Please sign in to comment.