// Job ID: #1226903
using AG.A1.Scheduler.Billing.Contracts.Contracts;
var commitTimeEntriesTo3E = Activate<ICommitTimeEntriesTo3E>();
await commitTimeEntriesTo3E.Handle(
FromJson<CommitTimeEntriesTo3ERequest>("{\"CommitAll\":false,\"TimeEntryIds\":[25202253,25202254,25202255,25202256,25202257,25202259,25202261,25202266,25202267,25202268,25202272,25202246,25202248,25202260,25202262,25202269,25202273,25202274,25202247,25202258,25202263,25202270,25202275,25202276,25202252,25202264,25202271,25202277,25202278,25202249,25202250,25202251,25202265,25202279,25202280],\"UserId\":4793,\"UserFullName\":\"Miranda Garcia\",\"UserWindowsId\":\"AG\\mgarcia2\",\"InputSource\":\"alliantONE\",\"SubmittedBy\":4793,\"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)