Commit d481995
authored
Correctly pass through WorkflowIDReusePolicy on SignalWithStart API (#707)
Workflow client implementation does not pass on user specified
WorkflowIDReusePolicy to Cadence server on SignalWithStart API call
resulting in default policy 'WorkflowIDReusePolicyAllowDuplicate'
to be used for all calls.1 parent c99d7e5 commit d481995
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| 346 | + | |
346 | 347 | | |
347 | 348 | | |
348 | 349 | | |
| |||
0 commit comments