Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add OnConflictOptions to StartWorkflowExecutionRequest (#510)
_**READ BEFORE MERGING:** All PRs require approval by both Server AND SDK teams before merging! This is why the number of required approvals is "2" and not "1"--two reviewers from the same team is NOT sufficient. If your PR is not approved by someone in BOTH teams, it may be summarily reverted._ <!-- Describe what has changed in this PR --> **What changed?** Add `OnConflictOptions` to `StartWorkflowExecutionRequest` <!-- Tell your future self why have you made these changes --> **Why?** When the workflow id conflict policy is `USE_EXISTING`, `OnConflictOptions` add the ability to change the existing running workflow. <!-- Are there any breaking changes on binary or code level? --> **Breaking changes** <!-- If this breaks the Server, please provide the Server PR to merge right after this PR was merged. --> **Server PR** temporalio/temporal#7080
- Loading branch information