- Reason: Get Queue Item Throwed an Error. Error Code is 502 Error Message is job.faulted for job: AsyncCodeActivity.BeginExecute must return an IAsyncResult where IAsyncResult.AsyncState is the state object provided by the runtime. in Main.xaml at Throw “Throw” at Sequence “Body” at TryCatch “Try Catch” at Sequence “Main Sequence” at Main “Main” System.Exception: AsyncCodeActivity.BeginExecute must return an IAsyncResult where IAsyncResult.AsyncState is the state object provided by the runtime. at System.Activities.Statements.Throw.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
I’m getting this error while using getQueueItem how to fix this issue anyone faced issue earlier?

