Skip to content

Commit e2957fb

Browse files
committed
Add dummpy impl to get old error-prone work
1 parent 87ed045 commit e2957fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/uber/cadence/internal/testservice/TestWorkflowMutableStateImpl.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,9 @@ private void processDecision(
347347
processRequestCancelExternalWorkflowExecution(
348348
ctx, d.getRequestCancelExternalWorkflowExecutionDecisionAttributes());
349349
break;
350+
case UpsertWorkflowSearchAttributes:
351+
// TODO: https://github.com/uber/cadence-java-client/issues/360
352+
break;
350353
}
351354
}
352355

0 commit comments

Comments
 (0)