Skip to content

Commit

Permalink
removing casting timestamp
Browse files Browse the repository at this point in the history
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
  • Loading branch information
shivamkm07 committed Feb 1, 2024
1 parent c2c736e commit 6155718
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ func (g *grpcExecutor) StartInstance(ctx context.Context, req *protos.CreateInst
defer span.End()

e := helpers.NewExecutionStartedEvent(req.Name, instanceID, req.Input, nil, helpers.TraceContextFromSpan(span), req.ScheduledStartTimestamp)
e.EventType.(*protos.HistoryEvent_ExecutionStarted).ExecutionStarted.ScheduledStartTimestamp = req.ScheduledStartTimestamp
if err := g.backend.CreateOrchestrationInstance(ctx, e, WithOrchestrationIdReusePolicy(req.OrchestrationIdReusePolicy)); err != nil {
return nil, err
}
Expand Down

0 comments on commit 6155718

Please sign in to comment.