// Job ID: #1025810
using AG.A1.Scheduler.Billing.Contracts.Contracts;
var commitTimeEntriesTo3E = Activate<ICommitTimeEntriesTo3E>();
await commitTimeEntriesTo3E.Handle(
FromJson<CommitTimeEntriesTo3ERequest>("{\"CommitAll\":false,\"TimeEntryIds\":[24565794,24565785,24565793,24565787,24565788,24565783,24565784,24565791,24565792,24565789,24565790,24565786,24565795,24565797,24565804,24565805,24565807,24565798,24565808,24565809,24565799,24565810,24565811,24565812,24565800,24565813,24565814,24565815,24565801,24565803,24565806,24565796,24565802,24565782],\"UserId\":3912,\"UserFullName\":\"Kamana KC\",\"UserWindowsId\":\"ACS\\KKC\",\"InputSource\":\"alliantONE\",\"SubmittedBy\":3912,\"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)