Hi All,
While using the Parallel Processing activity Getting below error,
Error:-
System.InvalidOperationException: The activity ‘Invoke Workflow File’ with ID 677 threw or propagated an exception while being canceled. —> System.InvalidOperationException: The activity ‘Get Outlook Mail Messages’ with ID 1309 threw or propagated an exception while being canceled. —> System.AggregateException: One or more errors occurred. —> System.Threading.Tasks.TaskCanceledException: A task was canceled.
I’m trying to run 2 flows by using Parallel activity with 2 different task one is doing some UI work like filling Form on website & second is reading mail by using Outlook desktop application. While running this this both parallelly getting above error.