diff --git a/models/workflow_execution/workflow_scheduler.go b/models/workflow_execution/workflow_scheduler.go index 7206d0f..087086f 100644 --- a/models/workflow_execution/workflow_scheduler.go +++ b/models/workflow_execution/workflow_scheduler.go @@ -112,6 +112,7 @@ func getBooking(l zerolog.Logger, b *booking.Booking, request *tools.APIRequest, errCh <- err return } + c.URLS = request.Caller.URLS m.Unlock() // Delock bl := l.With().Str("booking", b.UUID).Logger()