This content has been marked as final.
Show 3 replies
-
1. Re: Deploy a process created in Eclipse to JBPM 7.1.0.Final
abhijithumbe Sep 3, 2017 11:00 PM (in response to snakebyte)In jBPM 6.x release kie-workbench support execution of processes, but from 7.x onwards kie-workbench didnt support execution of processes. For rule/process execution you have to kie-server.war. we can integrate kie-server.war with kie-workbench so that we can create kie- container and then execute rules/processes. For kie-server and kie-workbench integration you have to use below options:
<property name="org.kie.server.user" value="bpmsAdmin"/> <property name="org.kie.server.pwd" value="admin12@"/> <property name="org.kie.server.location" value="http://localhost:8080/kie-server/services/rest/server"/> <property name="org.kie.server.controller" value="http://localhost:8080/business-central/rest/controller"/> <property name="org.kie.server.controller.user" value="kieserver"/> <property name="org.kie.server.controller.pwd" value="kieserver1!"/> <property name="org.kie.server.id" value="local-server-123"/> -
2. Re: Deploy a process created in Eclipse to JBPM 7.1.0.Final
snakebyte Sep 4, 2017 3:04 AM (in response to abhijithumbe)I don't understand your answer, because it is entirely not true.
Actually in 7.x i can:
- Build a BPMN project in workbench
- Deploy to the execution server
- Run the process
I did it.
My problem is not "I can't deploy and run a process", my problem is "I can deploy a process created in the workbench, but i can't deploy a process created externally, like Eclipse, because i don't know how to do it"
-
3. Re: Deploy a process created in Eclipse to JBPM 7.1.0.Final
bibek2228 Feb 16, 2019 10:00 AM (in response to snakebyte)