// Job ID: #1297375
using AG.A1.Scheduler.Billing.Contracts.Contracts;
var commitTimeEntriesTo3E = Activate<ICommitTimeEntriesTo3E>();
await commitTimeEntriesTo3E.Handle(
FromJson<CommitTimeEntriesTo3ERequest>("{\"CommitAll\":false,\"TimeEntryIds\":[25368366,25384678,25384679,25380285,25380297,25380300,25380301,25380288,25380292,25384672,25384673,25368358,25368364,25368365,25380286,25380287,25380296,25380299,25380302,25380304,25380305,25380306,25380289,25380290,25380291,25380293,25380294,25380295,25380298,25380303,25384668,25384669,25384670,25384671,25384674,25384675,25384676],\"UserId\":4801,\"UserFullName\":\"Mitch Golomb\",\"UserWindowsId\":\"AG\\mgolomb\",\"InputSource\":\"alliantONE\",\"SubmittedBy\":4801,\"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)