--
You received this message because you are subscribed to the Google Groups "jBPM Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jbpm-setup+...@googlegroups.com.
To post to this group, send email to jbpm-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jbpm-setup/f0e7d4d5-070e-42b9-af6b-043cad5a26f3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Mark,we are currently working on proper SpringBoot support. We do plan to have two starters out of the box:- basic which pretty much means jBPM embedded in spring boot- kie server which will pretty much give you all stuff kie server does right nowso for your use case second one sounds like a good fit. Workbench uses kie server client and thus requires kie server like REST endpoints on the other side so custom REST api won’t work with workbench.Stay tuned, we do have plans to have it done by next release 7.6, if you like to see how it looks like take a look at work in progress branch herePlease ping us here in few weeks to check progressMaciej
On 21 Dec 2017, at 17:02, Mark Edwards <mark.edwards@orchard-systems.co.uk> wrote:
I'm currently evaluating using jBPM 7.5 for a new project. I have 2 broad requirements for how I want to use jBPM1. Embed jBPM within a Spring Boot micro service so that the service can directly drive jBPM functionality.2. Use the KIE Workbench, deployed into a separate service and connecting to the jBPM runtime instance running in the micro service described in item 1. above.So I have got an embedded jBPM running within a Spring Boot service using the approach described in https://docs.jboss.org/jbpm/release/7.5.0.Final/jbpm-docs/html_single/#_direct_use_of_runtime_manager_api.I also have the KIE Workbench running within another Spring Boot service by deploying kie-drools-wb-7.5.0.Final-tomcat8.war to it's embedded Tomcat instance.The problem is I can't get the Workbench to connect to the jBPM instance running in the micro service. I assume I need to get a KIE server running somehow within the micro service so that it will expose the REST API that the workbench needs. I don't want to have to deploy a war file to the micro service to do this as it won't use the jBPM instance that I have configured in Spring. Is there another way? Do I have to use the approach described in https://docs.jboss.org/jbpm/release/7.5.0.Final/jbpm-docs/html_single/#_jbpm_services_with_spring?I have spent some time looking for how to do this, found lots of good information on embedding jBPM in Spring and some on getting the workbench running but nothing on how to connect the 2 together so I'd be really grateful for any help and pointers.ThanksMark
--
You received this message because you are subscribed to the Google Groups "jBPM Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jbpm-setup+unsubscribe@googlegroups.com.
To post to this group, send email to jbpm-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jbpm-setup/f0e7d4d5-070e-42b9-af6b-043cad5a26f3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Mark Edwards
Systems Architect
Orchard
Tel: 0191 203 2500
Mobile:
Direct: 0191 203 2543
Web:www.orchard-systems.co.uk
Registered in England No.1900078
Hi MaciejI've successfully incorporated your JBPMAutoConfiguration class and my service spins up OK and the beans defined in the class get created. As far as I can tell that doesn't give me the KIE REST endpoints that the workbench requires, so either I've got something wrong or that bit hasn't been developed yet and I'm jumping the gun.
If there is any way I can get this working before the release of 7.6 and you have time to point me in the right direction I'd be very grateful.