-
Notifications
You must be signed in to change notification settings - Fork 18
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
[Feature Request] Support for WorkflowIdConflictPolicy #437
Labels
enhancement
New feature or request
Comments
Updated description to add checkboxes for each SDK. Feel free to create issues/PRs as needed. |
@cretz should the CLI be tracked here, too, or elsewhere? |
Here is good, I added a checkbox. If/when ready, issues can be created in each repo. |
This was referenced Apr 11, 2024
This was referenced Apr 23, 2024
This was referenced Jul 25, 2024
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The Start Workflow and Signal-with-Start APIs has a new field,
WorkflowIdConflictPolicy
.Support for the new policy in both APIs is needed.
Furthermore, the comments should emphasize that
WorkflowIdReusePolicy
is for closed Workflows, and WorkflowIdConflictPolicy` is for running Workflows.Describe the solution you'd like
A new field/parameter in each SDK's Start Workflow and Signal-With-Start API struct/function.
Additional context
See temporalio/api#359.
The text was updated successfully, but these errors were encountered: