// Job ID: #1234403
using AG.A1.Scheduler.Billing.Contracts.Contracts;
var commitTimeEntriesTo3E = Activate<ICommitTimeEntriesTo3E>();
await commitTimeEntriesTo3E.Handle(
FromJson<CommitTimeEntriesTo3ERequest>("{\"CommitAll\":false,\"TimeEntryIds\":[25221417,25221418,25221419,25221420,25221421,25221422,25221427,25221428,25221433,25221439,25221446,25221449,25221423,25221429,25221434,25221440,25221447,25221450,25221424,25221430,25221435,25221441,25221448,25221451,25221425,25221431,25221436,25221442,25221444,25221452,25221426,25221432,25221437,25221438,25221443,25221445,25221453],\"UserId\":3478,\"UserFullName\":\"James Toh\",\"UserWindowsId\":\"AG\\jtoh\",\"InputSource\":\"alliantONE\",\"SubmittedBy\":3478,\"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)