// Job ID: #1265591
using AG.A1.Scheduler.Billing.Contracts.Contracts;
var commitTimeEntriesTo3E = Activate<ICommitTimeEntriesTo3E>();
await commitTimeEntriesTo3E.Handle(
FromJson<CommitTimeEntriesTo3ERequest>("{\"CommitAll\":false,\"TimeEntryIds\":[25291402,25291403,25291404,25291405,25291406,25291419,25291420,25291421,25291422,25291423,25291424,25291425,25291426,25291428,25291427,25291432,25291433,25291434,25291435,25291436,25291437,25291438,25291439,25291440,25291441,25291442,25291443,25291451,25291452,25291453,25291454,25291455,25291456,25291461,25291462,25291463,25291464,25291465,25291466,25291467,25291468],\"UserId\":5066,\"UserFullName\":\"Nick Rauchle\",\"UserWindowsId\":\"AG\\nrauchle\",\"InputSource\":\"alliantONE\",\"SubmittedBy\":5066,\"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)