// Job ID: #1315310
using AG.A1.Scheduler.Billing.Contracts.Contracts;
var commitTimeEntriesTo3E = Activate<ICommitTimeEntriesTo3E>();
await commitTimeEntriesTo3E.Handle(
FromJson<CommitTimeEntriesTo3ERequest>("{\"CommitAll\":false,\"TimeEntryIds\":[25436122,25436127,25436136,25436137,25436142,25436143,25436123,25436128,25436135,25436138,25436144,25436145,25436153,25436124,25436129,25436134,25436139,25436146,25436147,25436152,25436125,25436130,25436133,25436140,25436148,25436149,25436150,25436126,25436131,25436132,25436141,25436151,25436154,25436155,25436121],\"UserId\":3623,\"UserFullName\":\"Jesse Tapia\",\"UserWindowsId\":\"AG\\jtapia\",\"InputSource\":\"alliantONE\",\"SubmittedBy\":3623,\"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)