We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76595e1 commit 137f24aCopy full SHA for 137f24a
1 file changed
temporal-sdk/src/test/java/io/temporal/workflow/updateTest/UpdateWithStartTest.java
@@ -645,6 +645,7 @@ public void failWhenUpdateNamesDoNotMatch() {
645
}
646
647
648
+ @SuppressWarnings("deprecation") // Backwards compatibility for WORKFLOW_ID_REUSE_POLICY_TERMINATE_IF_RUNNING
649
@Test
650
public void failServerSideWhenStartIsInvalid() {
651
WorkflowClient workflowClient = testWorkflowRule.getWorkflowClient();
0 commit comments