// Job ID: #1217953
using AG.A1.Scheduler.Billing.Contracts.Contracts;
var commitTimeEntriesTo3E = Activate<ICommitTimeEntriesTo3E>();
await commitTimeEntriesTo3E.Handle(
FromJson<CommitTimeEntriesTo3ERequest>("{\"CommitAll\":false,\"TimeEntryIds\":[25180486,25180487,25180488,25180489,25180490,25180498,25180499,25180500,25180501,25180506,25180509,25180510,25180511,25180513,25180518,25180519,25180520,25180521,25180523,25180524,25180531,25180533,25180534,25180535,25180536,25180537,25180545,25180546,25180547,25180548,25180549,25180550,25180551,25180552,25180553,25180554,25180555,25180556,25180557,25180558,25180559,25180560,25180561],\"UserId\":5066,\"UserFullName\":\"Nick Rauchle\",\"UserWindowsId\":\"AG\\nrauchle\",\"InputSource\":\"alliantONE\",\"SubmittedBy\":5066,\"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)