// Job ID: #1121033
using AG.A1.Scheduler.Billing.Contracts.Contracts;
var commitTimeEntriesTo3E = Activate<ICommitTimeEntriesTo3E>();
await commitTimeEntriesTo3E.Handle(
FromJson<CommitTimeEntriesTo3ERequest>("{\"CommitAll\":false,\"TimeEntryIds\":[24874779,24874781,24874780,24874782,24874789,24874794,24874803,24874808,24874813,24874819,24874783,24874790,24874795,24874799,24874804,24874809,24874814,24874784,24874787,24874791,24874796,24874800,24874805,24874810,24874815,24874785,24874788,24874792,24874797,24874801,24874806,24874811,24874816,24874786,24874793,24874798,24874802,24874807,24874812,24874817,24874818],\"UserId\":1142,\"UserFullName\":\"Christian Thomas\",\"UserWindowsId\":\"AG\\cthomas\",\"InputSource\":\"alliantONE\",\"SubmittedBy\":1142,\"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)