Log in to follow, share, and participate in this community.
Thread Circular dependency while embedding jbpm 7.9 in spring boot 2.0.4
Circular dependency while embedding jbpm 7.9 in spring boot 2.0.4I'm trying to embed jbpm 7.9 in a spring boot project, I've followed the instruction from the [official documentation][1], But instead of using xml configuration as in the document I'm using Spring Java Configuration ...
connect to jBPM git repositoryHello everybody, I'd like to know if it is possible (and, in case, how to) connect to jBPM repository (explore and commit). I need to add custom icons for custom services and due to a bug in jBPM console ([J...
jBPM 7.8.0 remote servicesI am calling Kie Server rest api from sample application in jBPM 7.8.0: {The drools core jar does not have this class} When I try to start a process using remote API, I am getting a class not found issue. S...
Thread Changing the value of process level variables?
Changing the value of process level variables?Hi Guys! So in one of my projects, I have been passing the service task Id's. I first initialize the "sid" as a process level variable which has the value of an empty string. However, In my first s...
Thread How can i undo or redo a completed human task node ?
How can i undo or redo a completed human task node ?i hava two human task node named A and B in a flow process, when the A is completed and the B has not been completed ,i want to reject the process to the Taks A ,How can i do for it?Thanks
Thread Having trouble importing Git Project into KIE
Having trouble importing Git Project into KIEHi! I created a sample jBPM project in eclipse that I had then pushed to gitlab. I'm now trying to import this project from gitlab into the KIE workbench. However, every time it gives me this error: Unable t...
Thread can you get back into the business process in the tasks?
can you get back into the business process in the tasks?Hello people, I need to know if Jbpm exists in any way to get back some instance. for example: within a large commercial process, to be able to choose in which Task I can go back for some possible error that I woul...
Thread How to configure the Keycloak on wildfly 11 server ?
How to configure the Keycloak on wildfly 11 server ?How to configure the Keycloak on wildfly 11 server ? We are looking for Single sign on , Identity provider , Service provider configuration on Wildfy 11 server by using Keycloak ? ...
Why stackoverflow occurs?BPMN2: S - <O> - Script Task - <X> - E +<=-----------------+ Script Task: ProcessInstance p = kcontext.getProcessInstance(); Long c = (Long...
Intermittently getting error "Caused by: java.lang.NullPointerException at org.jbpm.kie.services.impl.UserTaskServiceImpl.getRuntimeManager(UserTaskServiceImpl.java:107) at org.jbpm.kie.services.impl.UserTaskServiceImpl.execute(UserTaskServiceImpl.java"
How to run a wilfdly jbpm 11Hi everyone, i can run a server wildfy without jbpm, i just changed line in the standalone.xml, but how can i run wildfly with jbpm 7.7.0?
How to execute a parallel node?Workflow +- A1 - A2 - A3 - A4 -+ S -+- B1 - B2 - B3 - B4 -+- 5 - E +- C1 - C3 - C3 - C4 -+ Running this workflow will be in the following order. EX. S A1...
Thread Claim button is hidden due to the amount of form fields. - JBPM 7.7
Claim button is hidden due to the amount of form fields. - JBPM 7.7Good afternoon, Depending on the amount of fields that is created in the Task, the Claim button is hidden below the task bar. I've tried changing the monitor setting and decreasing the screen size, but to no avail. ...
Thread how to export metadata and import metadata via keycloak
how to export metadata and import metadata via keycloakWe have wildfly 11 final and three stnadlaone insatnces on it . We have okta as IDP and in our case which needs to becosnider as service provider is that keycloak or wildfly ...
Disable automatic task assignment JBPM 6The current JBPM 6 behavior is that if a Human Task only has one potential actor that task will automatically be assigned to that actor. Note that a task that only has one potential (specific) actor is automatically a...
Thread Tasks are in RESERVED state [Evalution Process]
Tasks are in RESERVED state [Evalution Process]Hi All, I am pretty new jBPM.Have installed jBPM7.7.0. As per the documentation have imported EValution project and deployed it. I am facing couple of issues are 1. Tasks are in RESERVED state. 2.Though I...