Business process management revolves around how organizations perform various tasks such as what tools are used and how they should be kept updated to maximize efficiency.

learn more… | top users | synonyms

0
votes
0answers
16 views

Use JBPM without console in WebLogic

my purpose is to integrate jbpm (in particular version 3.2.1) in weblogic(last version 12c). I have resolved many problem of compatibility and integration but jbpm still doesn't work, in particular ...
0
votes
1answer
20 views

How do you start a jBPM process from Python?

I'm trying to kick off a few jBPM workflows from a Python/Django app and would rather not add a new language to the stack. Is this possible?
0
votes
1answer
43 views

Deploying Different WSO2 product as single carbon application project

I am using WSO2 DSS, ESB and BPS for my project. They are working fine in respective servers. But my idea is to integrate DSS, ESB & BPS into one car file(or some other deployment archive file) ...
0
votes
1answer
32 views

Transaction propagation in Activti BPM

We are using two seperate (XA) datasources, one with our business data and one with our Activiti scheme. We are passing the same JTA transaction manager to Activti through the ...
0
votes
1answer
41 views

is there any nice way to step back in an activiti workflow task?

I am using activiti bpm engine to control my workflow. Is it posible to step back if I made mistake in chioce? if no, what should be done? Must I complete the workflow and start a new one?
-2
votes
0answers
18 views

What is the smallest bpmn model possible? [closed]

The smallest BPMN model possible that meets BPMN 2.0 standards. Like the shortest scentence, I'd like know the shortest BPMN model that follows notation possible.
0
votes
1answer
20 views

sybase database process visualization

I am looking for a tool that can take a view or stored procedure and graphically represent the workflow in an illustration such as visio (or really any flow chart) Essentially what i am looking to ...
0
votes
1answer
26 views

setting min-width for button control in CSS for BPM Coach.The button width should expand wrt text size as well

I tried to set the min-width for a button control in CSS for using it in BPM Coach.But failed.How can I set the min-width for button? and the size of the button should increase wrt the size of the ...
0
votes
1answer
28 views

Can human input determine steps in BPMN?

I have a process Receive Message Run rules against message (Output: Verify|Do Not verify) If Do Not Verify Then no further action required. If verify Then ask user to check the message (put it on ...
0
votes
2answers
30 views

Get current actor id

Is it possible to get current actor's id in jBPM3? Specifically, I need to store who initiated workflow.
1
vote
0answers
31 views

oramds unknown protocol error

i have below given code to get data from bpm engine but came across an error as mentioned below. Can someone tell me some working code or help me to resolve the issue Exception in thread "main" ...
0
votes
0answers
49 views

Activiti BPM runtime information - timing of database commit

We are using Activiti 5.11 and are modeling a business process with three tasks: Task 1 - Java service task that sends a JMS message Task 2 - Receive Task that puts the BPM in a 'wait' state Task 3 ...
0
votes
0answers
40 views

How to pass variables from rest console to bonita user experience?

I'm new to Rest . I'm trying to pass variables(department ,name) from rest console to bonita user experience. I've created a form that will take two input arguments in bonita studio and exported the ...
0
votes
0answers
30 views

How to pass variables from rest console?

Hi All, I'm trying to pass variables dynamically from rest console to bonita user experience. I've tried by using content type application/json I'm getting the following error . The exception is ...
0
votes
2answers
34 views

WSO2 Modify running processes

Is there a way to alter processes/components in WSO2 at runtime (in-flight)? thanks.
0
votes
0answers
26 views

Mocking a BPM 'split n' in soapui

I have a BPM process that executes a web service invocation step 'n' times and I need to do the same for the corresponding soapui test step inside a test case. To illustrate: BPM process invoked ...
0
votes
0answers
25 views

IBM BPM mapping list from WebService

I'm using BPM 7.5.1 and I'm having problem with mapping result from webservice into the local BPM variable. Webservice returns me a list of objects. To be exact I have list of "clients" and each ...
0
votes
1answer
49 views

Connect Bonita with Mule

I'm working on a project that requires to connect Bonita 5.10 and Mule ESB 3.4 , The link on the official connector is broken and I couldn't find a connector elsewhere. Any idea what to do ?!!
0
votes
1answer
63 views

Error when generating unit test on Activiti

When I'm trying to do activiti BPM when i'm running "Generate a unit test" i'm getting error in Java file that created when running unit test i'm using eclipse juno and fedora OS
1
vote
1answer
127 views

Beginer guide for Activiti BPM?

I'm a beginner to Activiti BPM can any one suggest a good website(/Video) for configure and learn it..?
0
votes
3answers
192 views

jBPM vs IBM BPM [closed]

I have a survey to do before starting work on a project of Implementing a BPM solution. My mentor gave me the choice between 2 solutions redhat VS IBM And I have the choice between using : 1) IBM ...
0
votes
1answer
30 views

How to use Exception control in Cordys BOP4 CU 18?

I am using Cordys BOP4 Technology For Application Development. So I Want to use Exception Control which is provide by Cordys IDE, but I am not able to use that properly. So some one who know's, ...
0
votes
0answers
128 views

java.lang.NoClassDefFoundError:oracle/j2ee/ws/common/jaxws/ServiceDelegateImpl

I am using BPM API to retrieve a list of task assigned to a particular user. But, While running the class file I am getting following error:-- Exception in thread "main" ...
0
votes
0answers
100 views

How to call/mock Oracle BPM processes to build a custom test environment

I'm thinking about automated test environment for processes created in Oracle BPM. To create such environment I need two features: be able to call a process from outside of the BPM server be able ...
0
votes
0answers
63 views

Error while installing IBM BPM 8.0.1 [closed]

I am trying to install IBM BPM 8.0.1 Advanced Edition on my machine. The DB that I am using in Oracle XE The installation was successful. However then I am launcing the process designer I am ...
0
votes
1answer
96 views

CMIS integration with BPM

Could you please let me know, is it possible to integrate CMIS with BPM system? I know Pega BPM system can be integrated with CMIS. But I want to integrate CMIS with Workflows in Documentum or with ...
0
votes
1answer
106 views

Can Redis or any other nosql database be used as the persistence layer in Activiti BPM? [closed]

I am looking for a BPM tool that can work with Redis. I have scoured the web and I am still not sure whether Activiti BPM will work with a nosql database. This is a bit urgent and answers will be ...
0
votes
1answer
48 views

Workflow tool for job execution

I have a number of ETL jobs that I need to executed in a certain order with certain logic. what is the best workflow /BPM/ orchestration tool suitable for that? I have the following general ...
2
votes
1answer
107 views

Reply mechanism and Tx management in Oracle BPEL

I am getting request timed out exception when invoking an asynchronous BPEL service from a synchrnous BPEL service. Am in the learning stage and created an async bpel with a wait of only 5 seconds ...
0
votes
1answer
442 views

Use jBPM 5.4 with a simple Java EE application

i'm currently working in jBPM 5.4 with jBOSS 7.1 i have changed my backend db to MS-SQL using the link https://community.jboss.org/wiki/SetUpJBPM54FinalInstallerToUseMSSQLServer2008UsingJTDS ...
1
vote
1answer
84 views

Generate auto incremented id for BPM application

Within a BPM web application, I have a field for an invoice # on a particular page but I need for it to be auto generated every time a user attaches an invoice and views that page. That number must be ...
0
votes
2answers
85 views

Business dashboard for BPM engine(s)

to select among BPM offerings, one of our key requirements is a business-level dashboard, which shows executive-level KPIs, such as process usage, delays, costs (based on costs of process steps), time ...
1
vote
1answer
167 views

Requirements for an opensource BPM tool

As my internship assignment I'm required to analyse several different open-source BPM tools. At this point I have made a shortlist for the selected tools and come up with Intalio and Bonitasoft BPM ...
0
votes
0answers
37 views

ECM, off the shelf or roll your own

We principally implement a workflow applicaton that supports specific processes. We are looking at two things at present. An overhaul of the applicaiton and the introduction of a ducument management ...
0
votes
2answers
62 views

Loop through and copy table (ProcessMaker)

Within the BPM application ProcessMaker, I am trying to copy rows out of one grid within a dynaform to a subsequent grid within a second dynaform. I only want to copy over the rows from the first grid ...
0
votes
2answers
397 views

Intalio vs JBPM

We want to start building BPM projects in our company (core banking). After searching and comparing some products, we decided to choose between Intalio or JBPM. Now, we want to know exact advantages ...
0
votes
0answers
168 views

Accessing jBPM REST api using .NET web services

I'm very new to jBPM. I'm trying to access the jBPM Rest api, but i end up in getting the login form or HTTP 408 Error (Timeout) the url i'm trying to access is, ...
0
votes
0answers
129 views

JNDI configuration for activiti BPM in JBoss 5.1

We have activiti BPM working in JBoss 5.1 without Spring, using EJB 3. The current configuration is the following: <bean id="processEngineConfiguration" ...
3
votes
2answers
129 views

Graphical Workflow using Java

I recently (not my choice..) developed a perl application that handle batch process workflow. This application has its own workflow specification. The second part of the application is to create a GUI ...
0
votes
1answer
164 views

jbpm 5.4 with mysql

I'm using jBPM 5.4 with the inbuild database H2. It works fine. I need to migrate from H2 to MySql/MS-SQL. Hence i followed this useful link, ...
0
votes
2answers
148 views

Accessing jBPM database

i'm trying to use REST api with jbpm console. i'm succeeding with that.i'm able to create task for a user via console. But when i try to access the task details in DB ...
0
votes
0answers
267 views

jbpm 5.4 Use REST api to query task based on task variable

i'm new to jBPM, i using REST api to access the jbpm console to create tasks and monitor it. Now based on a requirement, need to query the task based on one of the properties. Say for example when i ...
0
votes
2answers
278 views

jBPM deployment as Web application

I'm a newbie to jBPM kind. I managed to create a workflow using Eclispse plug-in. I'm executing the workflow as a "JAVA application" It works fine. Now, i want my workflow to be executed from ...
2
votes
1answer
136 views

What is the prefered way to extend the Activiti process engine functionalities?

Activiti is a promising business process engine, many organizations has started to develop business process management systems using activiti. In my case I would like to use activiti to develop a BPM ...
2
votes
2answers
579 views

Activiti BPM get Variables within Task

is it possible to get all process or task variables using TaskService: processEngine.getTaskService.createTaskQuery().list(); I know there is an opportunity to get variables via ...
1
vote
1answer
160 views

BPMN process variable

I'm using JPBM to design a process flow, with BPMN2. I want to instantiate a class object in a Script Task, for example: Map<String, Object> params = new HashMap<String, Object>(); ...
0
votes
1answer
409 views

Decision making in jBPM 5.4

I'm new to jBPM 5.4 and and also to the BPM work-flow genre. I have a simple requirement to submit a product and a concerned supervisor needs to accept or reject it. Based on the decision made, ...
1
vote
0answers
158 views

jbpm 5.3 - process instance ID generator

I work on a projected based on Spring 3, Hibernate 3.6 and JBPM 5.3. The bpm processes are not persisted up to date, but only from time to time (i.e. once a day). I create a process session by ...
0
votes
0answers
127 views

How to configure Activiti workflow to not respawn long running external process every 5 minutes

We have an Activiti workflow which includes a step, which spawns an external (unix) process and waits for it to finish. If this task goes longer than 5 minutes, Activiti starts a new instance of the ...
0
votes
0answers
57 views

How to list all roles which has defined in Oracle BPM

Is there a way to get the list of bpm roles that defined in bpm by using ADF platform?

1 2 3 4