Log in to follow, share, and participate in this community.
Thread Oracle Datasource en JBPM Suite
Oracle Datasource en JBPM SuiteHola ! Estoy teniendo problemas al usar un datasource Oracle para JBPM. La version del motor de Oracle es 10.2.0.4. Tengo un proceso definido y compilado. Me deja iniciarlo. El usuario con permisos lo puede "s...
Understanding jbpm file structure.HI Everyone, I am trying to create own tool for workflow developement, the plan is like my tool will create similar file structure as KIE-WB is creating for a process. I am going to deploy the directory...
Thread Firing rules in a process after a timer [6.3.0.Final]
Firing rules in a process after a timer [6.3.0.Final]Hi, I'm working with jBPM version 6.3.0.Final. I have a simple linear process like this : start --> hello script 1 --> timer (20s) --> hello script 2 --> business rule (with a parame...
Thread [JBPM 6.2] Getting process image with current active task
[JBPM 6.2] Getting process image with current active taskHello, We are using JBPM 6.2 and we need to get the process image with the active task(s) highlighted with red. We need to integrate this image in an external application. Is there any URL ( Servlet / REST ) ...
Thread Boundary Error Event is not working to custom service task
Boundary Error Event is not working to custom service taskHi, I am trying to impliment Custom service task with Exception handling. Please find below BPMN code BMPN code <?xml version="1.0" encoding="UTF-8"?> <bpmn2:definitions xmlns:...
Thread Is there any docs/guidelines on how to migrate jbpm/drools 4.X API?
Is there any docs/guidelines on how to migrate jbpm/drools 4.X API?Hello, We were using jbpm 4.x API on our code (building our own extensions) and now we are on the process to upgrade to 6.2.0.Final. I’ve found that a major 4.X cleanup was done sometime ago. I saw that some c...
WorktiemInfo is not deletedHi, I am randomly getting this issue. My HumanTask is completed,but workItem info not gettting deleted and process instance is not progressing to the next task. I am not getting any exception. How should I app...
start.demo fails to start jbpm-console v6I downloaded jbpm-installer the full version. Trying to start the jbpm-console using "ant start.demo.noeclipse". It's not working. I'm appending my server.log. TDR
jBPM5 migration tool projectProject The goal of this project is to provide for existing users of jBPM some migration tooling to assist with moving to jBPM5. There will be a phases approach taken to this tooling project as follows: provi...
WorkItem info is not createdHi, After calling localtaskService.complete(taskId,userId,content), for some of the process instances, Workitem info entry is not done, task went to completed status. There is no error or exception in logs. T...
Thread Using @Inject with jBPM 6.2 through Kie Workbench
Using @Inject with jBPM 6.2 through Kie WorkbenchI've been trying to inject services into a couple of custom classes that I've built, but I can't seem to get it to work at all. Is there any special setup that I need to do since I'm using the standard runtime...
Thread jbpm6 webapplication Error - Data Input has missing or incomplete Data
jbpm6 webapplication Error - Data Input has missing or incomplete DataHello , I'm new jbpm6 and trying to learn , so i have downloaded the sample web application jbpmwebexample. I had to import into eclipse and trying to run , but before that giving an error in bpmn tamplate. D...
Thread Difference between Obsolete & Exited task status
Difference between Obsolete & Exited task statusI have tried abort the task in different JBPM version. In Jbpm 5.2.0.Final version, abort task status changed as 'Obsolete' in jbpm task table, but in Jbpm 5.4.0.Final version abort task status changed as 'Exited' in ...
Thread jBPM 6.2 : Sample code to invoke a java method from service task
jBPM 6.2 : Sample code to invoke a java method from service taskHi I'm new to JBPM and looking for some help to invoke a java method from service node. I've created a processes from JBpm console and added a service node, but I could not find any document which clea...
Thread Calling Class in Service Task jBPM6 Eclipse and KIE IDE
Calling Class in Service Task jBPM6 Eclipse and KIE IDEHello, I am currently using jBPM6, KIE IDE, and Eclipse IDE to develop a BPM process. The process currently has one service task that I want to call a class that prints "Hello World!." Does anyone know how to ...
Thread JBPM6: Split a process in N tasks dynamically
JBPM6: Split a process in N tasks dynamicallyI have a business case that is a quotation process where each item of the quotation has to be analysed for diferent actors. For ex: A person needs to quote a Lenovo Server and MS Windows Server as system oper...