• how to deploy xml as string in the version 4.xx

    In the version 3.xx, we have a methods ProcessDefinition.parseXmlString. in the version 4.xx, I try to deploy xml String data, NewDeployment has a methods addResourceFromString(String,String) But it seem diffrent, ma...
    Profile Photo
    last modified by quinten.jiang
  • Has everyone ever integrated JBPM into ASW  / IBS (an ERP > ibs.net)?

    Here is additional info on IBS Enterprise: http://www.ibs.net/products/ibs-enterprise/   Please let me know your thoughts.  Looking for experienced input and assistance.   Thank you!
    Profile Photo
    created by abear
  • Workflow design

    Hi, I am planning to design a simple workflow framework which contains simple nodes which includes actions to perform in that node and parameters of that node.. ....   In this i want to add persistency feature...
    Profile Photo
    created by newbird
  • Problems with foreach, join and task with timer in JBPM 4.4

    Hi everybody,   First, environment:       - JBPM 4.4     - Tomcat 6.0.35      - MySQL 5.5   I start the process with jbmp-console.   ########...
    Profile Photo
    last modified by ivtelo
  • no shapes in jbpmeditor (jbpm 4.4)?

    Hello,     I've installed jbpm 4.4 to my existing jboss 5.1.0.GA installation, and jboss starts up ok.  I'm able to go to the jbpm-console and login using one of the default logins and everything looks...
    Profile Photo
    last modified by 8forty
  • Urgent problem:  I can't find the java:/ProcessEngine jndi in Jboss5.1.0

    Hi all:       I want to integrate JBPM4.4 and JBoss5.1 and I did the installation base on JBPM 4.4 install guide, but when I finished all steps and start JBoss5.1 application server, I can't find ...
    Profile Photo
    created by aquila_bj
  • How to use next.dbid from jbpm4_property

    How to use next.dbid code from jbpm4_property in order to change de value in this table like in sequence generator in Postgresql.   Please somebody help !!!     Thanks
    Profile Photo
    created by aasuarez
  • How do I insert a record in jbpm4_variable

    Hi all,   How can I insert a record in jbpm4_variable generating dbid_ code...   Thanks in advance..
    Profile Photo
    created by aasuarez
  • using whitespaces in jbpm 4.4 variables

    Is it possible to use whitespaces in jbpm variables? I can create and access to  a "my var" variable at runtime (ex: execution.setVariable("my var", "test") ), but if I need it in a EL expression I'm not able to ...
    Profile Photo
    last modified by h4rlock
  • jBPM timers v4.4 interval configuration

    Hi   In a project we're using jBPM 4.4 (the version is mandatory), and in one flow we've implemented one timer, in a cyclic way. Right now the interval is 5 seconds, and we want to change it to 2 hours.   ...
    Profile Photo
    last modified by a.alonso
  • Unable to Autowire in AssignmentHandler

    Hi good noon,   I am facing problem in my CustomAssignmentHandler class that implements AssignmentHandler   package com.tabs.bcrs.bpm.handler;   import org.jbpm.api.model.OpenExecution; import org.j...
    Profile Photo
    created by kh4m
  • JBPM4_TASK table fields containg same values??

    Hello Everybody,   I am working on jbpm4.4 and I have noticed that in JBPM4_TASK table the following fields has the same value, NAME_ ACTIVITY_NAME_ TASKDEFNAME_   DBID_ NAME_ STATE_ ASSIGNEE_ EXECUTION_ID_...
    Profile Photo
    last modified by kh4m
  • process instance query cannot work in Mysql6.0 JBPM4.4 sometimes

    Dear everyone,   My platform is: JPBM4.4 + Mysql6.0.   When I use the following statements the first time to query all the process instances which belongs to a process definition, it can work.   Lis...
    Profile Photo
    last modified by necessary.yan
  • Could not delete execution when flow end?

    I tested a jbpm 4.4 flow connected to MySql integrated with spring and hibernate. The flow deployment and execution were fine, but when the flow end, it was wrong. Cannot delete or update a parent row: a foreign key ...
    Profile Photo
    last modified by hob007
  • Error stack while completing a task

    Hi,   I get this error sometimes. And then it disappears by itself. Can anyone help me with this please. Below is the trace.   org.jbpm.api.JbpmException: execution is not in a activity or in a transition ...
    Profile Photo
    created by roxy1987
  • Rendering UserInterface for Human Task in JBPM 4

    Hi,   I'm using JBPM 4.It uses JPDL.Suppose I've a human task where the user needs to enter the age,gender.I've designed the processs in jpdl processdefinition.jpdl.xml file.In JBPM5,I'm sure that FTL files are ...
    Profile Photo
    last modified by murthy516
  • I have a problem to use TaskQuery when find group tasks

    Hello guys , I have a problem to use TaskQuery when find group Tasks, specifically when I have ordered tasks , the jbpm's version is 4.4, I think that public String hql() method has a bug because never execute this co...
    Profile Photo
    created by ielias
  • Long running processes generate random parallel executing processes (v 4.4)

    Hi all,   I am observing a strange behaviour of JBPM. I am using the old version 4.4 still. I am using HSQLDB as DB, but I don't need persistence at all (haven't found a way to disable it) so I use it as memor...
    Profile Photo
    created by dsalvi
  • Cancel process in any state

    Hi!   Is there any way to cancel/abort a process, independently of the state it is currently in, but without having to specify a cancel, or abort like, transition?   Thanks in advance
    Profile Photo
    last modified by tirwit
  • timer repeat count in JBPM4.4

    Hello, I am trying to setup the following scenario:   A task is created and assigned to a person (say person A). the task needs to start sending reminders to person A after 2 days and repeat once a day. However...
    Profile Photo
    last modified by pjazzar