Skip to content

Commit 7856212

Browse files
pass through failNotExists
1 parent 323c7d7 commit 7856212

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

temporal-test-server/src/main/java/io/temporal/internal/testservice/TestWorkflowService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ private TestWorkflowMutableState getMutableState(
280280
: new WorkflowChainId(namespace, execution.getWorkflowId(), firstExecutionRunId);
281281

282282
if (workflowChainId != null) {
283-
return getMutableState(workflowChainId, true);
283+
return getMutableState(workflowChainId, failNotExists);
284284
}
285285
return getMutableState(executionId, failNotExists);
286286
}

0 commit comments

Comments
 (0)