Skip to content

Commit eb045a2

Browse files
committed
Run Temporal server in Acceptance tests with frontend.enableExecuteMultiOperation flag
1 parent 9102ecd commit eb045a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/src/Environment.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public function startTemporalServer(int $commandTimeout = 10): void
6262
"--port", $temporalPort,
6363
'--dynamic-config-value', 'frontend.enableUpdateWorkflowExecution=true',
6464
'--dynamic-config-value', 'frontend.enableUpdateWorkflowExecutionAsyncAccepted=true',
65+
'--dynamic-config-value', 'frontend.enableExecuteMultiOperation=true',
6566
'--dynamic-config-value', 'system.enableEagerWorkflowStart=true',
6667
'--search-attribute', 'foo=text',
6768
'--search-attribute', 'bar=int',

0 commit comments

Comments
 (0)