Skip to content

Commit

Permalink
Set AIP "stored at" time
Browse files Browse the repository at this point in the history
  • Loading branch information
djjuhasz committed Nov 29, 2023
1 parent 1381ed4 commit 68f1e1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/workflow/processing.go
Original file line number Diff line number Diff line change
Expand Up @@ -732,5 +732,8 @@ func (w *ProcessingWorkflow) transferAM(sessCtx temporalsdk_workflow.Context, ti
return err
}

// Set AIP "stored at" time.
tinfo.StoredAt = temporalsdk_workflow.Now(sessCtx).UTC()

return nil
}

0 comments on commit 68f1e1e

Please sign in to comment.