Temporal Affiliation
Page URL
https://docs.temporal.io/workflow-execution/workflowid-runid#workflow-id-reuse-policy
Technical Issue
The doc page covering Workflow ID Reuse Policies, we still mention the "Terminate if running" policy.
That value was deprecated over 18 months ago to be replaced by WorkflowIdConflictPolicy.TERMINATE_IF_RUNNING (starting with server v1.24.0, ~18 months ago).
Doc already exists for that value in Conflict Policy, so the only action items are:
- Remove or adapt the existing content on Reuse Policy;
- Fix one code snippet on this page.