Skip to content

Commit 7eb7727

Browse files
committed
Add log field whether we're replaying events
1 parent 62ef7fe commit 7eb7727

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/workflow/executor.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ func (e *executor) executeEvent(event history.Event) error {
234234
"seq_id", event.SequenceID,
235235
"event_type", event.Type,
236236
"schedule_event_id", event.ScheduleEventID,
237+
"is_replaying", e.workflowState.Replaying(),
237238
)
238239

239240
var err error

0 commit comments

Comments
 (0)