Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WorkflowIdConflictPolicy in child workflow options #2308

Open
AndresBena19 opened this issue Nov 5, 2024 · 2 comments
Open

Add WorkflowIdConflictPolicy in child workflow options #2308

AndresBena19 opened this issue Nov 5, 2024 · 2 comments
Labels
enhancement User experience

Comments

@AndresBena19
Copy link

AndresBena19 commented Nov 5, 2024

Is your feature request related to a problem? Please describe.
No

Describe the solution you'd like
.setWorkflowIdConflictPolicy were already added to WorkflowOptions but is not available for ChildWorkflowOptions

Reference:

@AndresBena19 AndresBena19 added the enhancement User experience label Nov 5, 2024
@Quinn-With-Two-Ns
Copy link
Contributor

WorkflowIdConflictPolicy is not supported on Child workflows by the Temporal Server. The option would need to be supported by the Temporal Server before it could be exposed on the SDK.

https://github.com/temporalio/api/blob/5862ec7755d8c30577d76c335622b0147590e3fe/temporal/api/command/v1/message.proto#L203

@Quinn-With-Two-Ns Quinn-With-Two-Ns changed the title WorkflowIdConflictPolicy to ChildWorkflowOptions Add WorkflowIdConflictPolicy in child workflow options Nov 5, 2024
@Quinn-With-Two-Ns
Copy link
Contributor

I created a feature issue to track this work temporalio/features#558.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement User experience
Projects
None yet
Development

No branches or pull requests

2 participants