I am looking for solution to add loggers on Finish assignments. I see alternate way is to add Pre/Post processing actions however I want to make it universal change and making changes at each flow action will be too much of the work. Please advise if there is any solution available to update at the centralized location.
To add custom logs when a user finishes an assignment without updating every flow action, you can use a special activity called FinishAssignmentExtension. This activity is automatically called whenever any assignment is completed in a case. You can override this activity in your application and add your custom log message inside it. For example, you can log the case ID, flow action name, or any other detail using the Log-Message method or Java logging code. This way, you don’t need to update each individual flow action. It provides a central place to add logging for all assignments in your application, saving time and effort