Skip to content

Commit c00278d

Browse files
author
Sophia Tevosyan
committed
missed one file
1 parent 10339f1 commit c00278d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Shared/Grpc/ProtoUtils.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,14 @@ internal static void ToEntityBatchRequest(
768768
Version = startNewOrchestrationAction.Version,
769769
InstanceId = startNewOrchestrationAction.InstanceId,
770770
ScheduledTime = startNewOrchestrationAction.ScheduledStartTime?.ToTimestamp(),
771+
RequestTime = startNewOrchestrationAction.RequestTime?.ToTimestamp(),
772+
ParentTraceContext = startNewOrchestrationAction.ParentTraceContext != null ?
773+
new P.TraceContext
774+
{
775+
TraceParent = startNewOrchestrationAction.ParentTraceContext.TraceParent,
776+
TraceState = startNewOrchestrationAction.ParentTraceContext.TraceState,
777+
}
778+
: null,
771779
};
772780
break;
773781
}

0 commit comments

Comments
 (0)