I created sample rule project through KIE workbench 6.3.0 and deployed it successfully through the console.
This endpoint gives me the deployment details succeesfully -> http://localhost:8080/jbpm-console/rest/deployment/com.mycompany.myprojects:itz376-project:1.0.0.0
{
"groupId": "com.mycompany.myprojects",
"artifactId": "itz376-project",
"version": "1.0.0.0",
"kbaseName": "",
"ksessionName": "",
"strategy": "SINGLETON",
"status": "DEPLOYED"
}
Could somebody help me with the endpoint and sample json payload to invoke the rules using REST api?
All available documentation talks about starting process/tasks etc.
How can I invoke the rules directly?