// Job ID: #1210271
using AG.A1.Scheduler.Billing.Contracts.Contracts;
var commitTimeEntriesTo3E = Activate<ICommitTimeEntriesTo3E>();
await commitTimeEntriesTo3E.Handle(
FromJson<CommitTimeEntriesTo3ERequest>("{\"CommitAll\":false,\"TimeEntryIds\":[25160501,25160502,25160509,25160508,25160532,25160541,25160500,25160505,25160517,25160518,25160525,25160526,25160528,25160503,25160510,25160516,25160519,25160523,25160524,25160504,25160507,25160512,25160513,25160522,25160506,25160511,25160514,25160520,25160529,25160542,25160543,25160515,25160521,25160527,25160530,25160531,25160539,25160540,25160544],\"UserId\":801,\"UserFullName\":\"Ben Stereff\",\"UserWindowsId\":\"AG\\bstereff\",\"InputSource\":\"alliantONE\",\"SubmittedBy\":801,\"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)