• Purpose of HTTP_CLIENT_API_43 on the RESTWorkItemHandler()

    Hello I was looking at the RestWorkItemHandler on jbpm/RESTWorkItemHandler.java at master · droolsjbpm/jbpm · GitHub as I am planning to build something similar to this but with some modifications to better ...
    Profile Photo
    created by fernandocantu
  • Creating a timer subprocess

    Hello, I am trying to create a timer sub process. I am new to Jbpm thus I will explain what I am trying to accomplish and see if there is a way to do that in Jboss bpm suit.   I edited this message because the e...
    Profile Photo
    last modified by fernandocantu
  • Human Task Output variable

    Hello, I am new to Jboss Suit bpm. I am trying to create a business processes, which it's whole purpose is to have a user input a price of an item and then display this set price on the console. The way I am tryin...
    Profile Photo
    last modified by fernandocantu
  • jbpm gateway loop problem

    java.lang.StackOverflowError at org.jbpm.workflow.instance.impl.NodeInstanceImpl.<init>(NodeInstanceImpl.java:60) at org.jbpm.workflow.instance.node.ActionNodeInstance.<init>(ActionNodeInstance.java:31...
    Profile Photo
    created by chobk
  • Remote runing jbpm 6 process using RestApi

    Hi,   i'm trying create simple program in java who start process. I'm using found on the internet tutorials etc. but I always have any errors. Error messeges depending on tutorial that i use. Sometimes i have 4...
    Profile Photo
    last modified by szupil
  • Asset search

    Hi.   I'm using JBoss BPM Suite 6.3.0.GA to an EAP 6.4 and Drools 6.4.0-Final. I am trying to search for a set of rules classified through common metadata values. I used Asset Search and it appears to be broken...
    Profile Photo
    last modified by efstathios.politis
  • JBPM Rest API

    I am trying to get the responses in JSON instead of XML.   Even when  specify application/json in header the response is returned in XML !!!! What am I missing ? Does it mean we have to always convert...
    Profile Photo
    last modified by achad
  • Marshalling / Unmarshalling process instance variables

    Hi!   I'm trying to start a process with a java.util.Date variable. I build the cliente like this:   System.setProperty(KieServerConstants.CFG_BYPASS_AUTH_USER, "true"); KieServicesConfiguration conf = Ki...
    Profile Photo
    created by abullor
  • Accesing variables from parent process instance

    Is there a way to access (read and write) process variables from the parent process instance in a custom work item handler? I mean without declaring them as input / output data.
    Profile Photo
    last modified by abullor
  • JBMP using in a .NET environment

    Hello Community.   I hope you can help me or point ,me in the right direction.   My place of work are considering to use the redHat BPM, but their current environment is a .NET. So We are considering to ex...
    Profile Photo
    last modified by raciel87
  • Build and Deploy in jbpm 6.2 gives org.jboss.resteasy.spi.UnauthorizedException

    Am trying to Build and Deploy the sample project "bpms-project" which comes with the installation of JBPM which goes UnauthorizedException, am using the admin user to build and deploy(), am not sure am i missing somet...
    Profile Photo
    last modified by javacodingmaniac
  • How to get process instance variables through jBPM Java Remote API

    Hi all,   is is possible to retrieve values of process instance variables through jBPM Java Remote API (kie-remote-client 6.2)?   Thanks in advance.
    Profile Photo
    last modified by jizuzqui
  • change bpms datasource connection

    Greetings, How do you change the jBPM data source connection from the BPMS schema owner to a user with only the minimal privileges necessary to perform CRUD (DML) database operations? Seems like if I create the datab...
    Profile Photo
    last modified by awrigh08
  • BPMS 6.2 server REST API partial failures due to SQL error

    I am only able to get some of the documented REST API for the BPM server working. For example, the following call works as expected:   http://<serverdomain>:8080/business-central/rest/query/runtime/process?...
    Profile Photo
    last modified by blbuteau
  • How do you change user task form styles globally in jBPM 6.2?

    I'm unable to identify how to change the styles of jBPM user task forms other than by plugging in CSS styles for individual fields (labels or content). (Even then, the documentation does explain where the CSS definiti...
    Profile Photo
    created by blbuteau
  • Unable to create and pre-populate multiple-object subform in 6.2

    I have read all the documentation from the user guide about forms, took the BPM Suite 6 partner class, looked at various online troubleshooting resources, etc., and am still unable to successfully create a subform of ...
    Profile Photo
    created by blbuteau
  • how to deploy bpm project into running remote bpm suite server?

    Hi guys,   I created a bpm project on my local bpm suite and could build&deploy it successfully by using business-central. However, I want to deploy this project into also running bpm suite on remote server....
    Profile Photo
    created by delivren
  • Differences between creating repos/org-units from kie-config-cli and business-central (jBPM 6.2.0 Final)

    Hi all,   I would like to know what's the difference between managing organizational units, repositories and deployments from kie-config-cli and managing them from business-central app "Administration" panel. Th...
    Profile Photo
    created by jizuzqui
  • Service Task WS

    Hi all,   i'm trying to invoke a SAOP service using the Service Task WS provided by JBPM suite 6.2. I set the parameter as these:      URL: the URL where the wsdl is exsposed (es.http://loc...
    Profile Photo
    last modified by f.gazzo
  • BPMS Rest Call to get Running Process instances

    Hi all,   I am using BPMS SUITE 6.1     I am trying to create a process(process 1) which start looking at another process(process 2) status/state(1 or 2) using REST API just after staring the "proce...
    Profile Photo
    last modified by biswajit.sarkar