// Job ID: #1083138
using AG.A1.Scheduler.Billing.Contracts.Contracts;
var commitTimeEntriesTo3E = Activate<ICommitTimeEntriesTo3E>();
await commitTimeEntriesTo3E.Handle(
FromJson<CommitTimeEntriesTo3ERequest>("{\"CommitAll\":false,\"TimeEntryIds\":[24739578,24739580,24739579,24739581,24739586,24739591,24739596,24739601,24739606,24739611,24739620,24739582,24739587,24739592,24739597,24739602,24739607,24739612,24739619,24739583,24739588,24739593,24739598,24739603,24739608,24739613,24739618,24739584,24739589,24739594,24739599,24739604,24739609,24739614,24739617,24739585,24739590,24739595,24739600,24739605,24739610,24739615,24739616],\"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)