We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dce30f commit dd6f8f4Copy full SHA for dd6f8f4
test/Grpc.IntegrationTests/GrpcSidecar/InMemoryOrchestrationService.cs
@@ -449,7 +449,7 @@ public void AddMessage(TaskMessage message)
449
if (message.Event is ExecutionStartedEvent startEvent)
450
{
451
// For restart scenarios, clear the history and reset the state
452
- if (isRestart)
+ if (isRestart && state.IsCompleted)
453
454
state.HistoryEventsJson.Clear();
455
state.ExecutionId = executionId; // Always update the execution ID
0 commit comments