-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I hook jbpm up to kie-server for REST API usage? #35
Comments
Please re-try with jboss/kie-server-showcase is 7.7.0.Final-4 (latest) and let us know if it happens again. |
well, I don't get any errors. version: '3.4'
services:
jbpm:
build:
context: ./source/workflow-engine/jbpm-workbench
dockerfile: Dockerfile
ports:
- '8080:8080'
- '8081:8081'
- '9990:9990'
networks:
- backoffice
volumes:
- type: volume
source: jbpm-m2
target: /opt/jboss/.m2
- type: bind
source: ./deployment/local/config/niogit
target: /opt/jboss/wildfly/bin/.niogit
kie-server:
build:
context: ./source/workflow-engine/kie-server
dockerfile: Dockerfile
ports:
- '8180:8080'
links:
- jbpm:kie_wb
networks:
- backoffice
volumes:
- type: volume
source: jbpm-m2
target: /opt/jboss/.m2
volumes:
jbpm-m2:
networks:
internet:
backoffice: However, I still can't get the containers endpoint on the kie-server to show anything other than an empty list. |
I was reading: #29
and I was able to get the two showcase containers running.
at http://localhost:8080/jbpm_console, I create a workflow, and deploy it and make sure the start checkbox is checked on deploy.
However, when I visit http://localhost:8180/kie-server/services/rest/server/containers
My deployed project doesn't show up?
does kie not know how to communicate with jbpm?
docker logs <kie-server container id>
shows a toooooon of exceptions:Is there a guide anywhere to correctly get things working?
I feel a lot of the documentation for kie and jbpm assumes some knowledge of how kie and friends are supposed to interact with each other. I don't know much, but all I want is to have a rest api into jbpm.
Is there a volume that needs to be shared between the two docker containers?
I also have this docker-compose setup:
Thanks!
At the time of writing this:
jboss/jbpm-workbench-showcase is 7.7.0.Final
jboss/kie-server-showcase is 7.7.0.Final-3
The text was updated successfully, but these errors were encountered: