• Building the jBPM-Console-NG and Form-Builder-NG

    This document describes the steps required to build and run the jBPM-Console-NG & the Form-Builder-NG project:   First you will need to clone both repositories from git:   1) git clone https://github.c...
    Profile Photo
    last modified by salaboy21
  • jBPM 5.2 on Weblogic 11g

    Introduction This article documents how I managed to run jBPM 5.2 embedded on applications deployed on Weblogic 11g (a.k.a. 10.3.5) without needing to use its special classloader configurations. I hope it's useful inf...
    Profile Photo
    last modified by ramiro
  • Human Task Runtime Proposed UIs

    This document shows the planed work on User Interfaces related with Human Task interactions inside UF.   Green - Phase 1 Yellow - Phase 2 Red - Phase 3/Future   1) Task Lists   2) Task Creation a...
    Profile Photo
    last modified by salaboy21
  • Process Runtime Proposed UIs

    Introduction The following document describe the proposed Process Runtime Panels to be developed on top of the UF framework. Green means: Phase 1 Yellow means: Phase 2 Red means: Phase 3/Future   Process Inst...
    Profile Photo
    last modified by salaboy21
  • jBPM Generic Command Executor

    Serveral times in the System Integration Field when we are dealing external system (System To System) calls (1) we don't want to block(2) the caller until the remote service process and send us back the results (3). &...
    Profile Photo
    last modified by salaboy21
  • jBPM Services

    This document focus is to describe a service layer on top of the jBPM5 runtime   Following content is just for discussion purpose and everyone is invited to leave comments, ideas, requirements.   Couple of...
    Profile Photo
    last modified by salaboy21
  • Simulation in jBPM (draft)

    This article describes main components of the jbpm simulation module that was introduced on this blog. It is recommended to read it first to be able to follow this article which provides technical insight into the mod...
    Profile Photo
    last modified by swiderski.maciej
  • install jbpm 5.3 using oracle as database

    I can successfully install jbpm on mysql using jbpm-installer. However, we need to install it on oracle.   I create an accounts jbpm5/jbpm5 and task/ task on oracle and two are at the same schema.   I ca...
    Profile Photo
    last modified by manpakhong
  • Form Builder Setup

    This wiki describe the steps to set up in your local environment the jBPM form builder:   Download JBoss AS 7.1.1 -> http://www.jboss.org/jbossas/downloads/ Check fork/clone master (https://github.com/drools...
    Profile Photo
    last modified by salaboy21
  • Human Task Module Refactoring

    This document aims to explain how the human task module should look after applying some refactorings which were the results of several experiments. You can more about this experiments here: https://github.com/Salaboy...
    Profile Photo
    last modified by salaboy21
  • Human Task API and Data Structures Proposal

    Introduction Generic Service Infrastructure Task Def Service Task Def Structure Task Presentation Service Task Assignments Service Task Delegation Service Task Notification Service Tas...
    Profile Photo
    last modified by salaboy21
  • BPM Console Proposed Components

    This document a set of decoupled documents to provide the functionality that is already provided by the bpm-console The main focus is to keep all the components as decoupled as possible using a central bus of communi...
    Profile Photo
    last modified by salaboy21
  • Human Task Module SwitchYard Integration

    After providing a well defined set of Interfaces from the Human Task Module the next step is to expose those interfaces as services. Reference: https://community.jboss.org/wiki/HumanTaskModuleRoadMap https://commu...
    Profile Photo
    last modified by salaboy21
  • Human Task Module RoadMap

    I've being working with the Human Task module since I've started with my first steps in the jBPM community more than 3 years ago. Now it's time to take this component to the next level. This wiki page describes the f...
    Profile Photo
    last modified by salaboy21
  • kSession.signalEvent("GenericTimerEvent", null) doesn't trigger event even in JBMP 5.3

    Hi, Could anyone help me to understand why "kSession.signalEvent("GenericTimerEvent", null)" doens't trigger the mapped event on running process instances?   My process file has "GenericTimerEvent" eventType an...
    Profile Photo
    last modified by imtuku
  • JBPM 5.3 / Tomcat 7 / H2 / Demo

      The following details how to install jBPM 5.3 onto Tomcat 7, configured to run the provided 'Demo'.  A H2 database instance shall be used - which is reflected in the JTA / Hibernate configuration specified...
    Profile Photo
    last modified by smclenahan
  • JBPM 5.2 / Tomcat 7 / H2 / Demo

    The following details how to install jBPM 5.2 onto Tomcat 7, configured to run the provided 'Demo'.  A H2 database instance shall be used - which is reflected in the JTA / Hibernate configuration specified below....
    Profile Photo
    last modified by smclenahan
  • closed JbpmContext in different order then they were created... help me

    hi,everybody,       today ,I have some situation,who can help me.     I use the Jbpm 3.2.3.        closed JbpmContext in different order then they were cr...
    Profile Photo
    last modified by yangyangfish
  • Installing JBPM 5.3 on JBoss AS 5.1 and changing DB

    A few days ago I tried to get JBPM 5.3 installed into JBoss AS 5.1 using PostgreSQL (without Eclipse) via the jbpm-installer. I had some trouble, but after some customizations, I have been able to get it installed and...
    Profile Photo
    last modified by doboss
  • How to build/modify jbpm-console and deploy it on server.

    Info gathered from IRC discussion with tsurdilo:   1) install git 2) git clone https://github.com/bpmc/bpm-console.git 3) mvn clean install -U  -Dfull -DskipTests 4) mvn eclipse:eclipse 5) git clone htt...
    Profile Photo
    last modified by heathcliff