Skip to main content
ajk0002
July 8, 2022
Solved

An error occurred in executing An activity class

  • July 8, 2022
  • 11 replies
  • 0 views

I have parent process where it is saving data,I have sub process where it is updating same data , getting error at write to data store node “ An error occurred in executing an activity class “

Any suggestions please

    Best answer by ajk0002

    To get change, we added annotation in process model and redeployed the same in prod environment ,

    Now its working fine,

    11 replies

    stewart.burchell
    July 8, 2022

    There's usually some detailed info about the error available. If you go to the process monitoring view you should see an entry for your process model:

    clicking on the link in the "Errors" column should provide some details.

    ajk0002
    ajk0002Author
    July 8, 2022

    [mention:7628077af4b9463e9533a897fad2351f:e9ed411860ed4f2ba0265705b8793d05]

    Below is the screenshot from process details

    stewart.burchell
    July 8, 2022

    Is that all that's available in the process monitor? If so, perhaps you could take a look in the logs to see if there's anything useful there.

    July 26, 2022

    It may be worth re-saving the process model and trying to re-run it.

    I've had various issues with process models trying to execute nodes where assignment is "run as whoever designed this process model", but the user who designed the process model is now inactive

    ajk0002
    ajk0002Author
    July 26, 2022

    While deploying to production , we do use a dedicate user for deploying. User is still active,

    ajk0002
    ajk0002AuthorAnswer
    July 26, 2022

    To get change, we added annotation in process model and redeployed the same in prod environment ,

    Now its working fine,