• User management in JBPM 6

    Hai , Am newbie to JBPM..I just want to know whether is there any provision to add users and roles(Groups) to JBPM 6 through User Interface ? I have tried  using user.properties and its works well but interested ...
    Profile Photo
    last modified by anishjr
  • Rest URL of Evaluation demo Process in KIE IDE jBPM 6

    Hi All,   I am a new to jBPM. I want to invoke a demo process of jBPM named "Evaluation" using "Rest" method. The process is already deployed. According to my understanding the url should be like: http://local...
    Profile Photo
    last modified by sourabh.garg17
  • jBPM's support for non-English languages

    Hi friends, can u please direct me to some documentation regarding jBPM's support for other languages, specially RTL ones? I intend to localise bpm-console and have localized bpmn processes in designer.   thank...
    Profile Photo
    last modified by allgreenphosphor
  • Is it possible to create pools in bpmn models using Web Process Designer?

    Hi you guys,   I'm new on jBPM5 world i   I've around for a while creating a new process to test BPMN 2.0 capabilities of web process designer of jBPM5.4.   I can create lanes, but i can't find a way...
    Profile Photo
    last modified by paulorf1971
  • Paralle Execution, Multi instantiation

    Hi, Suppose there is an organization with following structure: * ManagerX & ManagerY report to CEO. * EmployeeX1 & EmployeeX2 report to ManagerX. * EmployeeY1 & EmployeeY2 report to ManagerY.   I w...
    Profile Photo
    last modified by chakrabandla
  • Calling BPMN from code does not instantiate task flow at KIE Workbench

    Hi,   Currently I am using Jbpm6.2 and calling it from Jdev(ADF Application).   I used below code for calling the JBPM and it gets called and i can see the output in console. I used User Task in Jbpm so fo...
    Profile Photo
    created by abhijitkumar1903
  • How to delete loadStatefulKnowledgeSession from db in jbpm5?(i.e Delete SESSIONINFO data from Database)

    My requirement is after loading the session from database and complete the all tasks then dispose session.Now in database PROCESSINSTANCEINFO and WORKITEMINFO data were delete but still i have SESSIONINFO data so my q...
    Profile Photo
    last modified by yellappa313
  • How to achieve SLA management for the tasks in processes?

    I understand, that there is design time element to create human task with expiration date / time. Though what I would like to know is: Whether this works?. What happens when a task is suspended / resumed, is this co...
    Profile Photo
    created by a_nat
  • Setting process variable in script task using BPM standard method

    Hi, I know that you can set a process variable in the script task by doing: kcontext.getKnowledgeRuntime().setGlobal(name, value)   but my requirement is not to use any jBPM specific in the BPMN xml, it can on...
    Profile Photo
    last modified by new-comer
  • How do i model jbpm 5.4 to run flow running backward?

    Hi All,   How do i model jbpm 5.4 to run flow running backward?   Please provide your inputs.   -Thanks
    Profile Photo
    last modified by rocky13
  • Concurrency problem when completing two task

    Hello,   We are using jBPM 5.2.0 Final, we have implemented LocalTaskService for Human Task. In that, when two user try to complete the different task in the same time, One is getting correct response and anothe...
    Profile Photo
    last modified by mariaprabudass
  • Restore JBPM session

    Hi, I am new to JBPM and struggling to understand the flow.............   I red that we can store jbpm session,process instance,task instance and variables...etc...............   After some point, assume...
    Profile Photo
    last modified by newbird
  • Deploying embedded jBPM5 app into jBoss AS 7.1.1

    Hello everyone!   I'm new to jBPM 5.4 and I'm facing some challenges on deploying my app into jBoss AS 7.1.1.   I'm building a simple application for academical purposes. Basically what I'm doing right now...
    Profile Photo
    last modified by jeferson.dmolin
  • how to use event sub-process to catch the compensation event?

    I am trying to use event sub-process to catch the compensation event , however , it doesn't work. I build the flow like this. I wonder why the event sub-process doesn't execute. any help will be appreciated.
    Profile Photo
    last modified by wktyyz
  • BPM - Models and Decisions - Why should it be necessary to think like a java developer?

    I'm fairly new to Business Process Modeling and Automation.  Though I have developed software for 3 decades, I have enjoyed performing various non-technical roles in the business.  Currently, I would like to...
    Profile Photo
    last modified by bmetelits
  • How to add File Custom Field Type in jBPM6

    Hey guys,   Actually, I am trying to add a file field type to the task form in which the user will be able to upload a file in the task form. I do the corresponding procedure: 1) ant  clean.demo 2) add "...
    Profile Photo
    last modified by feri
  • Multi tenancy support in JBPM5.2

    Does any version of JBPM5  support multi tenancy? Any Plan for the same going ahead?
    Profile Photo
    last modified by maverick.mittal
  • http://localhost:8080/jbpm-console

    Hi,   I started working on the tutorial "Using the jBPM console". After running the "ant start.demo"   >ant start.demo     download.h2.check:      [echo] Checking h2 dow...
    Profile Photo
    last modified by prashanth_biomorf
  • [JBoss BRMS 5.3][jBPM 5.2] How to provide ksession into work item handler?

    Hi,   I am working on async service task, but it does not work so far. In [1] there is code snippet for asynchronous handler execution that I used for my AsyncWorkItemHandler, which looks like this:   publ...
    Profile Photo
    last modified by mateuszadamiak
  • Problem in JPAWorkItemManager when completing a task

    Hi all! I'm trying to integrate jBPM 5.2 (workflow with human tasks) in a Spring application with JPA. I am using CommandBasedWSHumanTaskHandler for the persistence of tasks generated in the workflow. Everything work...
    Profile Photo
    last modified by juan.gago