Aspect Stream is not configured for class Error

I am calling activity ReloadSection from another activity to reload section. I am passing Section name and Section class. But at run time, in step 12 of ReloadSection activity I am getting error as below.

Aspect Stream is not configured for class ProvidedClassName

@Girish_Gaikwad Hi, try “refresh list” action set in event action and provide necessary DPage, instead of calling reload section activity. It resolved my issue.

Thanks

@AkshithReddyT - Thanks for your reply.

For me scenario was bit different. I have one staging table on which one job scheduler was running. I observed the issue was occurring when data table or any other tab was open, and I was trying to test job scheduler activity. The job scheduler activity is having ReloadSection step. When I close all tabs and executed the activity, surprisingly it worked. I didn’t apply any fixes since it is job scheduler activity and it runs in background only.