• Need help in deployement of EAR file getting error : Unable to build EntityManagerFactory

    I am trying to deploy an EAR file on Jboss EAP 6.4 Server , but its giving me the below error   Error Trace : {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation...
    Profile Photo
    created by sagar.vinayak
  • JBPM 7.7 Start process instance by message

    I want to start my process instance by message event in JBPM Workbench/Kie-Server (7.7.0) but I can't find the request for it. I found a way to achieve this by the POST request with empty body: /server/containers/{id}...
    Profile Photo
    last modified by tim.sazon
  • how to add an extra column in the task list - Task Inbox

    Hello,   Version: Jbpm 7.7.0   I need to modify the Task List in kie workbench by adding an extra column in the task list. This extra column will receive information about the value of a process variable ...
    Profile Photo
    last modified by mateusmfs
  • JBPM on wildfly

    Hi All,   We have a java project which uses jbpm to manage a process inside there. Currently we are in the process of upgrading our project from java 1.6 to java 1.8. We got an error while deploying our war file...
    Profile Photo
    last modified by thanuj
  • How to setup a human task.

    I am new to JBPM. I am using JBPM 6.5.0 and using Eclipse IDE for my Development. I am trying to create a simple workflow with a custom task and a human task (user task). When i try to run it , it starts, execute my ...
    Profile Photo
    created by peeyar
  • Debug jbpm workitem handlers

    Hi, I have some complex processes deployed on a jbpm 6.5 instance. I'd like to debug (using Eclipse IDE) workitem handlers implementation on my PC while processes are running on the remote jbpm instance. Is it possi...
    Profile Photo
    created by lauradp
  • ERROR 31580 --- [nio-8080-exec-1] o.d.c.kie.builder.impl.KieProject        : Unable to build KieBaseModel:rules

    Hi Team,   I am getting the below exception while processing the decision table:   2018-05-10 23:32:11.225 ERROR 31580 --- [nio-8080-exec-1] o.d.c.kie.builder.impl.KieProject     &...
    Profile Photo
    last modified by raasekhar
  • Does jBPM allow to import the workflows from Oracle BPM

    Hi ,   I want to know whether the jBPM supports the workflow which was written/implemented in Oracle BPM using jDeveloper. If it supports how to export the workflow process from Oracle BPM to jBPM. And which Ve...
    Profile Photo
    last modified by karthikns2
  • Facing problem with in

    We tried in following rule.   dialect "mvel" import com.****.model.DateObject; import com.*******.model.RuleVariables; import function com.***********.model.test.print; import com.*********.sophia.model.test; imp...
    Profile Photo
    last modified by bhavneet91
  • DECISION TABLE SPREADSHEET_WORKBENCH

    I  have created a table in excel to use this table in drools workbench; but  when import the file in .xls format in workbench I view this errors. Can you help me?
    Profile Photo
    last modified by emilia-2
  • Java Rest API for JBPM 7

    Hello All,   I am trying to execute the workflows of JBPM 7.0.0 Final  using java rest API( through  kie-remote client  ).Below is the piece of code i used :   import org.kie.api.runtime.Kie...
    Profile Photo
    last modified by yellapusony
  • Filter tasks from the business process variables

    Hi Guys,   jBPM Version: 7.7.0.Final   Is it possible to filter tasks from business process variables values on the task inbox screen without customizing the sources? I saw in the sources files that there...
    Profile Photo
    created by mateusmfs
  • How to get task completed date in the currently running process?

    The process is running, a user completes his task and I have to send an email and task completion date is a part of this email.   I can reach this data through TaskEvent.   It's strange but it's not presen...
    Profile Photo
    last modified by quitereality
  • Error when deploying jbpm-6.5 offiline

    Hi, I'm having trouble in deploying jbpm 6.5 in an offline environment (I set KIE_DEMO variable to false). When I start wildfly I get the errors reported below.   Can anyone help me?   Laura    ...
    Profile Photo
    last modified by lauradp
  • Display completed data in form

    Hi guys, how are you? Is there an endpoint to consume REST for the filled data of a form? I have a form for each step of my process, and I have an application in Angular for the user, how do I tell the user what dat...
    Profile Photo
    last modified by wmfarinha
  • Customizing JBPM UI

    Hai,   Is it possible to change UI console look How does look of kie-wb depends on jbpm?   I have created a project in JBPM 6.4. Everything is working fine , now i want to customize the UI section , Inord...
    Profile Photo
    last modified by anishjr
  • Could not find work item handler for Send Task on Send message event

    Hi,   I've been experimenting on how to implement send message events. My process builds and deploys fine but when I execute it, an error occurs   org.drools.core.WorkItemHandlerNotFoundException: Could ...
    Profile Photo
    last modified by melissa.ferenal
  • JBPM 6.5 halts while retrieving KieSession using ProcessInstanceIdContext.

    I am using PerProcessInstance strategy to build kession. When I try to retrieve kession using   runtimeManager = RuntimeManagerFactory.Factory.get().newPerProcessInstanceRuntimeManager(runtimeEnv); KieSession k...
    Profile Photo
    last modified by pakajni
  • JBPM Workbench Versus Eclipse

    We are kick starting a new project which involves JBPM and everyone in the team are new and are from different BPM technology.   Would like to know if the KIE Workbench can be used to completly develop anything ...
    Profile Photo
    last modified by itsacp
  • jBPM document as a variable

    Hi, I have a simple process on jBPM6.2 with 2 user tasks: User1 uploads a file and User2 sees the file.   The input form has a document type field bind to the output (first task). When I run an instance and atte...
    Profile Photo
    last modified by fructokinase