• JBPM6 : How to use common human task form for all human tasks in process?

    Hi all,         I have created process using jbpm6 console. process having more then 1 human task available and i can able to successfully create seperate task form for each hum...
    Profile Photo
    last modified by crasybpm
  • In jBPM workflow, next task does not start when the previous task completes

    My application is running on wildfly server 12.0 and uses jbpm 7.7.0 using CDI. I can start a workflow process instance successfully and the first task is created. When the first task completes, the status in `task...
    Profile Photo
    created by inoshikag
  • how to export metadata and import metadata  via keycloak

    We 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 ...
    Profile Photo
    created by wildfly1
  • Disable automatic task assignment JBPM 6

    The 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...
    Profile Photo
    last modified by code4dc
  • 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
  • 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
  • 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
  • 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
  • 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
  • JBPM Project Undeployment

    Hi All,   I want to undeploy the Project from JBPM console . Could any one please help me in achieving the same ?   Regards, Ghanashyam
    Profile Photo
    last modified by ghana5300
  • Deployment Of JBPM Project with same version

    Hi All,   When I am deploying my project with the same version after doing some modification . the console is not allowing me to do the same. I have to change the version number every time and which is not accep...
    Profile Photo
    last modified by ghana5300
  • DocumentServicesClient example

    Hello.   I want to upload a document using the REST API and then I want to show it using a Form.   I've been able to upload the document by using the following class: DocumentServicesClient. Here is my co...
    Profile Photo
    created by rafael.pino
  • Start process instance with a List of custom objects parameters

    Greetings.   I'm trying to start a process instance passing a List of custom objects using a parameter Map. The process instance is started but when I open the Form that uses the List of objects, then the server...
    Profile Photo
    last modified by rafael.pino