Hello, all! I want to edit the definition of adhoc workflow. So, I edit the file and save it. Then I try to redeploy it using 2 commands: undeploy definition name jbpm$wf:adhoc and deploy alfresco/workflow/adhoc_processdefinition.xml But this doesn't seem to change anything. So, has anyone tried to do anything like this?
Have you tried using the Activity Workflow Console (http://localhost:8080/share/proxy/activiti-admin) to load the modified process file directly? You can use the Deployments -> Upload new button to select a *.bpmn20.xml file, and you should be able to see immediately if the workflow deployed correctly. To make this permanent, you could override the workflowBootstrap bean.
I've kind of avoided your initial question about the Alfresco Workflow Console, as it's pretty poorly documented, hard to find, and the Activity Workflow Console is a lot more usable.
Finally solved th issue: undeploy definition name jbpm$wf:adhoc and then deploy alfresco/workflow/adhoc_processdefinition.xml last command should be repeated 2 or 3 times seems like a bug)