Hi, In my project, The name of a task node has a word-spelling mistake. The Activiti has been deployed. I want to correct the mistake, that is , I want to change the name of the node. But I don't how to do it. Can anyone give me some advice? Thanks
You cannot alter existing deployments. Once they are deployed, they are final. You can deploy a new version of the process-def. All new instance will have the name-typo corrected.
If you're REALLY sure it' only the name that needs to be altered, you can always alter the corresponding ACT_GE_BYTEARRAY entry for the process-definition and reboot your engine to have (even existing instances) use the new name. This is NOT officially recommended, and should be used with caution…