Open AndresBena19 opened 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
.setWorkflowIdConflictPolicy
WorkflowOptions
ChildWorkflowOptions
Reference:
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.
WorkflowIdConflictPolicy
https://github.com/temporalio/api/blob/5862ec7755d8c30577d76c335622b0147590e3fe/temporal/api/command/v1/message.proto#L203
Is your feature request related to a problem? Please describe. No
Describe the solution you'd like
.setWorkflowIdConflictPolicy
were already added toWorkflowOptions
but is not available forChildWorkflowOptions
Reference: