// Job ID: #1184940
using AG.A1.Scheduler.Billing.Contracts.Contracts;
var commitTimeEntriesTo3E = Activate<ICommitTimeEntriesTo3E>();
await commitTimeEntriesTo3E.Handle(
FromJson<CommitTimeEntriesTo3ERequest>("{\"CommitAll\":false,\"TimeEntryIds\":[25093769,25093754,25093762,25093763,25093781,25093782,25093783,25093787,25093796,25093755,25093761,25093764,25093768,25093771,25093772,25093780,25093784,25093760,25093765,25093773,25093776,25093779,25093785,25093788,25093790,25093793,25093794,25093756,25093759,25093766,25093770,25093775,25093777,25093786,25093791,25093795,25093757,25093758,25093767,25093774,25093778,25093789,25093792],\"UserId\":923,\"UserFullName\":\"Brian Cruz Ventura\",\"UserWindowsId\":\"AG\\bventura\",\"InputSource\":\"alliantONE\",\"SubmittedBy\":923,\"IsAGTalent\":false}"),
null,
null);
| CurrentCulture | |
| CurrentUICulture | |
An exception occurred during performance of the job.
No entries found to commit.
System.Exception: No entries found to commit. at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.CommitTimeEntryTo3ECommandHandler.Handle(CommitTimeEntriesTo3ERequest request, CancellationToken cancellationToken, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\CommitTimeEntryTo3ECommandHandler.cs:line 88 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)