Hi All,
I am a new to jBPM. I want to invoke a demo process of jBPM named "Evaluation" using "Rest" method. The process is already deployed.
According to my understanding the url should be like:
http://localhost:8080/jbpm-console/runtime/{deploymentId}/process/{processDefId}/start
But i am not getting the idea how to fetch "DeploymentId" and "processDefId".
Kindly help.