Can anyone please help me here to understand that how can I export all processes of JBPM 7.59 in one folder? or How can I clone a repository?
So far what I did is using the below methodology to get the process from JBPM
https://stackoverflow.com/a/56167353/13864904
but again this will help me to get a single process and I have more than 100 processes develop on JBPM so how can I export all of them at once?
I have also did the below methodology but didn't find any luck here either,
https://developer.jboss.org/thread/249463
here swiderski.maciej has said to clone the repo but when I did this it give me an error that, git doesn't find the repository.
I used this command git clone ssh://wbadmin@localhost:8001/(myspace name here)
but this didn't work either maybe I'm giving the wrong URL (someone can help me here)
My main goal is that I want to export all processes which I have develop on JBPM and commit it on some external GIT repository but by above method it is very difficult for me to pull each process individually and then import it into another environment one by one.
TIA