• WARN  XXX failed and will not be available for authoring.

    Hello, I am trying to create a new service task which will send text messages to a phone. To do this I created maven project which would send text message and I import it to Jboss BPM suit as a jar file The maven pro...
    Profile Photo
    last modified by fernandocantu
  • Unable to retrieve process instance variables [kie-server-client version: '6.5.0.Final']

    Trying to read process instance variables. Both are failing   processServicesClient.getProcessInstance(containerId, processInstanceId, true) and processServicesClient.getProcessInstanceVariables(containerId, p...
    Profile Photo
    last modified by 3kishore
  • Cancel Activity property of Catching Intermediate Events Signal keeps changing to true.

    Hello, I am new to Jboss BPM suit, so please feel free to dump down the instructions as much as possible.   I created a very simple business process which has a signal event in "Catching Intermediate Events", I ...
    Profile Photo
    last modified by fernandocantu
  • Error Occurs When Trying to Send Email.

    Hello, I am trying to create a business process which sends an email at the end of it. The problem arises once is run the instant. The error message says: Unexpected error encountered: org.drools.core.WorkItemHandle...
    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
  • Error opening rules/ flow

    I am getting error opening existing rules / business flow  in workbench. Any rule. Rules previous have no issue. I am using Google Chrome for workbench. The above error shows up in a pop up. And other people in t...
    Profile Photo
    last modified by shengzhang
  • 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
  • Unique ID gets duplicated

    Hi!   Using Eclipse and the jBPM/Drools plugin we've had an incorrect (?) behaviour. When starting Eclipse, the "unique id" counter for all nodes get set to 0, and then increments with each new node added, and r...
    Profile Photo
    last modified by jonasle
  • 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
  • Jboss rule 6.4.0 Cannot find a default StatelessKieSession

    Hello,   I have downloaded the drools 6.4.0 distribution and i am trying to execute a drools application via a main method in eclipse. According to the documentation i have the following code that produces the ...
    Profile Photo
    last modified by nikosmak
  • Unable to Start and Complete Task in JBPM

    have created the Business process in KieWorkbench and builded the jar as follows: Business Process : Process ID :myWorkflow.process Create task -Actor : myUser1 Submit task -Actor : myUser2 GAV: group :com.mycom.app....
    Profile Photo
    last modified by karthikeyan.subramaniam
  • Invoke Another BPM Process in jBPM 6.3.0

    Hello Folks,   I have developed 2 BPMN processes(P1,P2) in jBPM-console 6.3.1 & Eclipse with Wildfly server 8.1 version.   I need to invoke P2 process from P1 which is reusable process using "Call Acti...
    Profile Photo
    last modified by abhisheksit2004
  • 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
  • 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
  • OOME when using JBPM

    Wildfly 8.1.0.Final JBPM 6.1.0.Final 2GB heap   I ran into an OOME on heap space and I suspect one of our JBPM processes. The process is started by a timer. The timer used to be set to 1 day; after we changed ...
    Profile Photo
    created by peterj
  • JBPM 6.2 cannot complete user task via REST API

    I am attempting to use the REST API to claim and complete user tasks. Making the REST call:   http://localhost:8080/business-central/rest/task/<taskid>/claim   yields success, but following this up wi...
    Profile Photo
    last modified by blbuteau
  • 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