I aim to add a plug-in for business process management to Activiti. I am working on Activiti 5.12 in order to validate my processes and execute them. 1. I need the source code of Activiti 5.12. I didn't find it in https://github.com/Activiti/Activiti. 2. The version should be complete in order to extend the GUI-source-code (Activiti explorer) and the Activiti engine source code.
Could you please tell me where can I find this version? Thank you
5.12 is tagged in the repository on github. However, it's reccomended to use the latest version, of if you're stuck with 5.12 for some reason, base it of 5.12.1. This can be found here: https://github.com/Activiti/Activiti/releases/tag/activiti-5.12.1. The tag can just be checked out from git using the correct remote reference or commit-number.