// Job ID: #1076002
using AG.A1.Scheduler.Billing.Contracts.Contracts;
var commitTimeEntriesTo3E = Activate<ICommitTimeEntriesTo3E>();
await commitTimeEntriesTo3E.Handle(
FromJson<CommitTimeEntriesTo3ERequest>("{\"CommitAll\":false,\"TimeEntryIds\":[24717509,24717514,24717519,24717521,24717526,24717529,24717534,24717541,24717510,24717515,24717520,24717522,24717530,24717535,24717539,24717542,24717511,24717516,24717523,24717527,24717531,24717536,24717540,24717512,24717517,24717524,24717532,24717537,24717513,24717518,24717525,24717528,24717533,24717538],\"UserId\":494,\"UserFullName\":\"Anil Samuel\",\"UserWindowsId\":\"AG\\asamuel\",\"InputSource\":\"alliantONE\",\"SubmittedBy\":494,\"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)