Log in to follow, share, and participate in this community.
Thread How to use a RecieveTask in KIE Workbench business process
How to use a RecieveTask in KIE Workbench business processHello All, I want to start a business process only when I receive certain message ( say "Start Me"). I mapped the variables as can be seen in the attached screenshot (Sample_ReceiveTask.PNG) and also added the follow...
Thread How do I registry the workItemHandlers in the new jbpm6.1???
How do I registry the workItemHandlers in the new jbpm6.1???I'm doing a migration from 6.0.3 to 6.1 that uses several work item handlers, which I tried to registry as the previous versions of bpm but there's no CustomWorkItemHandler.conf file in business-central.war/WEB-INF/cl...
Thread Embedding Task Form to remote webapp using JBPM 6.1
Embedding Task Form to remote webapp using JBPM 6.1Dear all, Could you please help me how to embed Task Form to another webapp? KIE-WB is running on WildFly 8.1 and I am trying to embed the Task Form Using Java remote API to the webapp running on Tomcat/...
Thread Problem with JPAKnowledgeService.loadStatefulKnowledgeSession
Problem with JPAKnowledgeService.loadStatefulKnowledgeSessionHello guys, I am trying to load my session from the db using JPAKnowledgeService.loadStatefulKnowledgeSession. Here's how I did it:
UserTransaction ux = (UserTransaction)new InitialContext().lookup("ja...
Thread Tasks generated for completed processInstance
Tasks generated for completed processInstanceThis is something that happened by chance but got me thinking if this is how it should be. I had a process flow that had a parallel divergence into 2 branches. On the convergence of the branch, we had used the exclusi...
Thread Drools Version 5.3.1 Task Complete Failed in Drools Version 5.5.0
Drools Version 5.3.1 Task Complete Failed in Drools Version 5.5.0Hello, We have successfully upgrade Drools version "5.3.1.Final" to Drools "5.5.0.Final". Also "jbpm 5.2.0.Final" to "jbpm 5.4.0.Final". Task created in Drools version "5.5.0.Final"(upgrade version) a...
Thread UTFDataFormat Exception in ReadProcessInstance
UTFDataFormat Exception in ReadProcessInstanceHi, I came across to an issue when i upgrade my drools and jbpm version to the below given specification, while i try to push the Task from one process to another process "UTFDataFormat" Exception found in the...
Thread Unable to pass ArrayList as parameter while starting process
Unable to pass ArrayList as parameter while starting processWe are facing the following error while trying to start a jBPM workflow from Java. Exception in thread "main" org.kie.remote.client.api.exception.RemoteApiException: IllegalStateException thrown with message 'Could no...
Thread JBPM Workflow not moving forward after Human Task
JBPM Workflow not moving forward after Human TaskI am using jBPM 6.2.0. I have a small workflow containing a User Task. I am trying to complete the task using the remote API through a Java client. Following is the code used. TaskService taskService = connManager.get...
jBPM on Android GSoC QuestionsHello, My name is Ryan Cole and I am a freshman Computer Science major at Lehigh University. I have been exploring JBoss and jBPM for the past week or so, and I have become very interested i...
Thread We're new to jBPM & Drools6.1. Need to fire the rules with Java code & WorkingMemory.Need Sample code to load Facts &to Call BPM2 process & rules
Get InvolvedMy name is Rodrigo and I live in Brazil. I am a Java developer and I am highly motivated to learn more about the platform and improve my Java skills, I really want to get involved in the JBPM project as a Java develop...
Thread Unable to re-position windows in the KIE Workbench
Unable to re-position windows in the KIE WorkbenchVersion used : 6.1.0 Sometimes during re-sizing the windows they go out of proportion and most of the buttons or panels get hidden (e.g "Build and Deploy") In the 6.1 user-guide the section 9.6.2. Repositioni...
Deploy process in runtimeHi! I'm using the jBPM engine (v6.1) embedded in my java server. The documentation only explain how to deploy processes in the application startup, is it possible deploy process in runtime? After create the RuntimeMa...
Thread Trouble building projects with Custom Work Items
Trouble building projects with Custom Work ItemsDear Board, I cannot get my project to build in the web editor, it uses a Custom Work Item class with many external dependencies. Having tried and failed to get the Maven POM to manage the dependencies, I unpa...