temporalio / sdk-java

Temporal Java SDK
https://temporal.io
Apache License 2.0
217 stars 146 forks source link

WorkflowIdConflictPolicy to ChildWorkflowOptions #2308

Open AndresBena19 opened 2 hours ago

AndresBena19 commented 2 hours ago

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:

Quinn-With-Two-Ns commented 2 hours ago

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