Hi,
I have added couple of custom properties on document and once the workflow is cancelled, then i have to update these properties for the document on which the workflow is started on. So for, I have extended CancelWorkflowActionExecuter and overridden executeImpl method and added my code after existing one. Also i have made change on workflow-context.xml file to point to my custom class in id=cancel-workflow bean.
After deploying the custom jar and restarting alfresco and running test, i dont see any change in document properties. I added some logs in custom code but it does not show those either in log file.
So i am not sure if the way i have coded, is an issue or in deploying it.