Skip to content

Commit

Permalink
Fix property names for name validation config
Browse files Browse the repository at this point in the history
  • Loading branch information
codehackerr committed Nov 25, 2024
1 parent 9886fdb commit e2a6d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/src/test/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
conductor.workflow.name-validation.enabled=true
conductor.app.workflow.name-validation.enabled=true
2 changes: 1 addition & 1 deletion server/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ conductor.default-event-queue.type=sqs
conductor.app.workflow-execution-lock-enabled=false
conductor.workflow-execution-lock.type=noop_lock
# enable name validation on workflow/task definitions
conductor.workflow.name-validation.enabled=false
conductor.app.workflow.name-validation.enabled=false

#Redis cluster settings for locking module
# conductor.redis-lock.serverType=single
Expand Down

0 comments on commit e2a6d62

Please sign in to comment.