• duplicate database records on set task variables

    I have a project with data model that has a "Client" object (JPA) with "documents" field (Set of ClDocument (JPA) objects). they are described as follows:   @javax.persistence.Entity public class Client impleme...
    Profile Photo
    last modified by makvell
  • Starting jBPM process with parameters via REST API

    Hello everybody,   I was trying to start a jBPM process via REST API providing a map of key-value parameters.   I tried these url:   * jbpmConsoleUrl + "/rest/runtime/" + deploymentId + "/process/" +...
    Profile Photo
    last modified by lauradp
  • Error storing asset: null

    I get this error when I try and store a process definition in workbench (kie-wb-6.1.0.Final-wildfly) It was working okay, and it did store the initial copy of the process with just the start node, but after that it f...
    Profile Photo
    last modified by rogerparkinson
  • jbpm6 and spring

    Hi,   I want to use jbpm process as embeded in my own spring based application. Any pointer to any sample project will be highly helpful.   Also if i run jbpm process in embeded mode still we would be abl...
    Profile Photo
    last modified by chiri
  • To add groups and users to the MySQL table by JBPM

    Hello, I'm starting to use JBPM 7 with MySQL Database. I was able to create groups and users, but straight into the MySQL table. I would like to know how to create the same groups and users directly in JBPM and the...
    Profile Photo
    last modified by emerson_o81
  • How can I create a proces from another one.

    I have a use case to create a work flow from another one.. How do I do it?
    Profile Photo
    last modified by peeyar
  • Creating process dynamically using java API

    Hi, I'd like to know if jBpm 6.5 (and BPMS) allows creating jBpm processes using any API I found this post Creating process dynamically using Fluent API  and this jbpm/ProcessFactoryTest.java at master · k...
    Profile Photo
    last modified by lauradp
  • Difference between standalone and library deployment of jBpm

    Hi, I'd like to know the difference between library and standalone deployment methods of jBpm (I'm using 6.5).   I have jbpm-console.war deployed under Wildfly 10.1. My workItems are pacaked as a jar into jbpm-...
    Profile Photo
    last modified by lauradp
  • How to set quarter(00,15,30,45) timer event interval in Jbpm

    I need to set a timer event, which should schedule for exactly every 15 mins in a clock hour(00,15,30,45) interval.
    Profile Photo
    last modified by gbobba
  • JBpm processes REST build and deploy

    Hi, I'd like to automate my deployment process since I cannot find any solution to this issue: https://developer.jboss.org/thread/275239         I'm using the following rest services in order to ...
    Profile Photo
    last modified by lauradp
  • JBPM 6.4.0 podgląd zmiennych procesu REST

    I need to get process variables via REST in JSON   i'm using standard API with Accept header "application/json" kie-server/services/rest/server/containers/CONTAINER_NAME/processes/instances/PROCESS_ID/variables...
    Profile Photo
    created by adrianjasiocha
  • Frequently getting issues related to Hibernate JBPM

    Hi,   I am using JBPM libraries of version 6.0 in java application. It is not web application, its normal java application   I am frequently getting issues of Hibernate as below from JBPM Engine.   1...
    Profile Photo
    last modified by mahesh21688
  • JBPM - Process instance XXX is disconnected

    We are facing error 'Process instance XXX is disconnected' very frequently in our project and holding up the tasks operations. We are using SynchronizedTaskService for task operation: Code snippet are below:@ final Ru...
    Profile Photo
    last modified by nishantkparmar
  • kie-workbench Rest Services

    Hello everyone,   I have a web application where I try to embed kie-workbench process builder and web services in my web application (custom-kie.war) using below maven dependency and deployed my app in Wildfly 1...
    Profile Photo
    last modified by svasudev
  • install jbpm 6.5 with eap 6.2

    Hi everybody,   I'm trying to install jbpm 6.5 with JBoss EAP 6.2 but i'm receiving some kind of "MSC000001: Failed to start service jboss.deployment.unit."jbpm-console.war" error. It's possible to make that ins...
    Profile Photo
    last modified by jimmymurillo
  • Unable get file from REST call.

    Hello everyone!   My goal is to get some file from REST service call and store it in assigned variable. First, we assign task for some application user, then creating task for some application user with role gro...
    Profile Photo
    last modified by username5235
  • Best practise to design bpmn files paralell (develop branch/release branch)

    Hi!   We use git-flow in our project. We have today one Jbpm editor in one branch, but if we have one for all branches (develop/master/release etc.) It's possible merge two different commit in one bpmn file. I...
    Profile Photo
    last modified by halcsi79
  • Business Rule Task doesn't get executed inside a loop

    Hi Maciej ,   I have created a business process as explained in this loop example. https://manthapavankumar.wordpress.com/2013/08/01/jbpm-loops-concept/   If i add a Business rule task just after the loo...
    Profile Photo
    last modified by kyla
  • Attachments: ClassNotFoundException: org.jbpm.document.marshalling.DocumentMarshallingStrategy

    I'm trying to follow the instructions on http://docs.jboss.org/jbpm/v6.1/userguide/chap-formmodeler.html#sect-formmodeler-attachments added a Variable Definition 'document' with custom type org.jbpm.document.Document...
    Profile Photo
    last modified by rogerparkinson
  • JBPM with Spring boot

    How to use Spring with jbpm ? Could anyone suggest me running example?
    Profile Photo
    last modified by kiran303