Hi,
I have built the source code of camunda-bpm-platform locally and then I have deployed the camunda-webapp.war file on wildfly. Now, I have a process.bpmn file in my camunda modeller and I want to deploy it on the running camunda platform.
Usually the endpoint http://localhost:8080/engine-rest works. But, it says ‘should point to a running camunda platform REST API’.
This is the link of my deployed camunda platform :-http://127.0.0.1:8080/camunda/app/welcome/default/#!/welcome
Another endpoint I tried was :- http://127.0.0.1:8080/camunda/api/engine/engine/default
It was asking for authentication but putting my login details did not work
Can anyone help with the issue I am facing? How can I successfully deploy my workflow?
Thanks