Tagged Questions

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

13
votes
4answers
1k views

What problems have you solved using a Workflow Engine?

I'd like to know about specific problems you - the SO reader - have solved using Workflow Engines and what libraries/frameworks you used if you didn't roll your own. I'd also like to know when a ...
12
votes
3answers
777 views

What is the value of BPM? (Business Process management) Is it worth using? In which cases?

And I'm not meaning Bits Per Minute, but Business Process Management. At first though BPM was overestimated, because the technology is somehow easy to address, but I've learned the value of BPM ...
10
votes
3answers
2k views

Which workflow engine to choose?

We are currently in the process of evaluating a BPM engine and I'd really appreciate the community input. I am doing my own due diligence but would also like to hear on the suggestion based on ...
10
votes
5answers
576 views

How do you know when you need a BPM solution?

My customer is looking for a Business Process Management (BPM) solution. What they need is simple document routing and an approval system. What are the drivers for implementing a BPM system? What is ...
10
votes
4answers
1k views

Workflow editing software required - recommendation

Any recommendations for software to allow users to edit a workflow representing a business process? Ideally .NET, but any technology (winform / asp.net / wpf / etc) would do. I would need to be able ...
10
votes
6answers
1k views

Are BPM solutions worth the investment in money, time and effort?

This is more an architecture related question than a programming one, but I think it might be useful to developers given that I have been wondering this myself for some time. I have no experience ...
8
votes
7answers
2k views

Open source document approval system or framework?

I want suggestions on an issue tracking system, be it for good existing projects or frameworks. I'm not too concerned about what language it's in, and would even consider C# and .NET if it was mature ...
6
votes
4answers
4k views

Bpm audio detection Library

I'm looking for a library that simplify tempo/bpm audio detection. Something similar to this http://adionsoft.net/bpm/ , but to use on *NIX machines. Any language, but preference goes to php, perl, ...
5
votes
4answers
1k views

programmatically get BPM of a wave or MP3 from .Net

I have a project with a requirement to get the BPM of a wave or MP3 file programmatically using .Net (VB.Net or C#). Does anyone know of a binary or library for this or have a code snippet to steer ...
5
votes
4answers
465 views

Recommend a good BPMN book?

I need a concise overview of Business Process Modelling Notation. Something like the O'Reilly's Learning UML book would be ideal. The BPMN Modeling and Reference Guide is probably more than I need.
5
votes
10answers
558 views

Need technology recommendation/suggestion

My company is in need of a task management system to handle scenarios as simple as "Purchase a computer for X" to "Relocate a person to another country". The simple scenarios are a single tasks ...
4
votes
1answer
207 views

BPM Analyze iOS

Hey All, I want to allow the user to play songs from his\her song list on the device and in real time give them the BPM, I saw SoundTouch but I think its a overkill for me, I just need something ...
4
votes
6answers
639 views

SOA Governance Explained

Does anybody have an idea what SOA Governance is all about? What is the difference (or correlation) between SOA Governance and IT Governance? and How can it be applied using SOA platforms available in ...
4
votes
4answers
648 views

What is the purpose of a BPM in a purest architecture?

I am putting together an architecture for a mid sized company who want to introduce a BPM (Business Process Management) tool. I understand that this would be helpful and want to introduce it but ...
3
votes
1answer
124 views

Analyzing audio to create Guitar Hero levels automatically

I'm trying to create a Guitar-Hero-like game (something like this) and I want to be able to analyze an audio file given by the user and create levels automatically, but I am not sure how to do that. ...
3
votes
2answers
193 views

How do you model a business workflow in ColdFusion?

Since there's no complete BPM framework/solution in ColdFusion as of yet, how would you model a workflow into a ColdFusion app that can be easily extensible and maintainable? A business workflow is ...
3
votes
2answers
231 views

Oracle BPM and Oracle ADF

We're developing a BPM application to be run on Weblogic, and all the tutorials point to using Oracle ADF for rendering the task forms. My question is: is it feasible to use some other framework other ...
3
votes
2answers
131 views

Can ESB/BPM allow to totally get rid of coding apart from wrapping webservices?

In a big company I work for, a very (costfull) ESB has been bought, the purpose is to be able to align with business goal quickly by resusing legacy infrastructure wrapping them with webservices, that ...
3
votes
1answer
500 views

Human activity support in Windows Workflow 4

I’m investigating Windows Workflow (WF) for .NET 4.0, and there seems to be a few pieces missing. From a BPM perspective, you want to have the concepts of work queues and security (user ...
3
votes
1answer
704 views

How to analyze the BPM of AAC file or any library for converting AAC to MP3

I am iphone developer and developing one mac application now. This is my first project ever in mac platform. I have to analyze the BPM of the songs files. I have done this work for MP3 using FMOD and ...
3
votes
1answer
261 views

Java Process Servers Good Idea or Not?

Just want to shout out to the community to see what peoples thoughts are on Java process servers in general. IBM in particular tend to make a lot of noise about Websphere process server. I can see ...
3
votes
4answers
235 views

BPMS or just plain programming?

What do you prefer (from your developer's point of view) when it comes to implement a business process? A Business Process Management System (BPMS) or just your favorite IDE with the needed tools ...
3
votes
2answers
2k views

Embeddable Workflow/BPM Library For Python?

Let's say you are building a Python-based web app that requires some workflow management such as that in jBPM or Windows Workflow Foundation. Is there a library that offers this in the Python world?
3
votes
3answers
1k views

Question about timing in C# real time audio analysis

I'm trying to determine the "beats per minute" from real-time audio in C#. It is not music that I'm detecting in though, just a constant tapping sound. My problem is determining the time between ...
3
votes
3answers
2k views

Free and Open Source BPMS for .NET

Have there been any free and open source BPMS released which run under .NET which are comparable (if not fuller) in functionality and maturity as JBPM?
2
votes
1answer
27 views

Retrieve header(location) value of response using javascript

I am trying to retrieve the value of "Location" from the response I get from an API call. The response does not have any body, but it contains a value(URL) in the Location section of the header. Any ...
2
votes
2answers
120 views

Approach to handle long-lived processes with Camel

I'm working on PoC for small process engine based on Camel. Requirements are to have ability to execute set of consequence steps and each of them could potentially take hours to execute. Asynchronous ...
2
votes
2answers
118 views

Signaling BPM process from PL/SQL

I am fairly new to BPM world. So i might miss basic parts of the topic, so forgive me if I do so. What I need to do is , trigger/signal/request ( I don't know the best verb:) ) a BPM process from ...
2
votes
2answers
739 views

What BPM tools are appropriate for Spring?

Can jBPM and Drools works with Spring? Or any other BPM tools? I have some very positive experience with Spring and I'd prefer checking BPM solutions with integration with Spring and not with jBoss, ...
2
votes
1answer
1k views

Beat Detection on iPhone with wav files and openal

Using this website i have tried to make a beat detection engine. http://www.gamedev.net/reference/articles/article1952.asp { ALfloat energy = 0; ALfloat aEnergy = 0; ALint beats = 0; bool init = ...
2
votes
2answers
163 views

How to get a handle on all this middleware?

My organization has recently been wrestling the question of whether we should be incorporating different middleware products / concepts into our applications. Products we are looking at are things ...
2
votes
1answer
418 views

BEA / Oracle Aqualogic BPM question

I'm using BEA Aqualogic BPM 5.7 and after a while I'm getting the time out screen. It says BEA Aqualogic Hiper WorkSpace for BPM, your session has expired and it has a "Login again" button. Does ...
2
votes
3answers
532 views

Is Unit Testing Suitable for BPM Development?

I'm currently working on a large BPM project at work which uses the Global 360 BPM tool-set called Process 360. Just to give some background; this product works like a lot of other BPM solutions in ...
2
votes
2answers
294 views

web based workflow solution

The main task is to work on documents which go through some specific workflow which is represented by a lucid graph (diagram). We need document versioning, different roles & permissions and most ...
2
votes
5answers
511 views

How to create Web based visual Process Designer?

I have been ask to design web based process designer (Business Process designer) in asp.net/c# . I have currently one programmer in my team and we have two months for this.We have found some open ...
2
votes
5answers
3k views

BPM software: ProcessMaker vs. WorkFlow Foundation

I am interested in learning some BPM software. One of such software is ProcessMaker. But the problem with this is that it is lacking of documentation. My question here is that what about Workflow ...
2
votes
2answers
2k views

jBPM, concurrent execution and process variables

When a process in jBPM forks into concurrent paths, each of these paths gets their own copy of the process variables, so that they run isolated from each other. But what happens when the paths join ...
2
votes
2answers
1k views

Should I use a state machine or a sequence workflow in WF?

I have a repeatable business process that I execute every week as part of my configuration management responsibilities. The process does not change: I download change details into Excel, open the ...
1
vote
1answer
33 views

Android get BPM value of a song

hi guys how can we detect the bpm value of song in android. Is there any android application that can find bpm value of a song. Also went through this link Is there any other way to detect the bpm ...
1
vote
0answers
69 views

Is there any advantage to using XAML over BPMN? [closed]

I've been asked to research embeddable workflow engines in both .Net and Java. The Windows Workflow Foundation (WF) product uses XAML for designing workflows. The two Java workflow engines I'm ...
1
vote
0answers
48 views

examples of web sites that use jBPM? [closed]

I'd like to see some examples of web sites that are using jBPM. Can anyone point me to some live web sites that use jBPM? I'm not looking for a jBPM tutorial (at the moment at least), simply want to ...
1
vote
3answers
114 views

Recommendations for open source ESB & BPM tools

Can anyone recommend an open source ESB tool/runtime which is extensible to include or compatible with BPM (either BPEL or exec BPMN)? Ideally I'm looking for something with proven scalability, and a ...
1
vote
3answers
137 views

Matlab Bpm Algorithm

Does anyone knows where can a find a matlab algorithm to get music tempo (in beats per minute, or some other measure)? I tried the one from this site: ...
1
vote
2answers
114 views

Suppress Print Dialog when printing to Microsoft Document Image Writer from Oracle BPM 10g

We have an Oracle BPM 10g activity that: Reads a form-fill protected Word document template. Merges data into the fields. Saves the merged/filled copy to the filesystem. Prints the document to a ...
1
vote
2answers
726 views

bonitasoft bpm vs jBPM vs Activiti

I am evaluating BPM offerings to be used within our application. I wanted to find out a) the differences between Bonitasoft / jBPM and Activiti b) Some of these products provide forms generation ...
1
vote
1answer
52 views

Bonita: Create your own form widget

Bonita Open Solution (http://www.bonitasoft.com/) has many widgets for creating forms, but user requirements demand more... so, does anybody know how to create your own widget?
1
vote
0answers
115 views

What architecture to provide a modular BPM solution?

I search for an architecture to implement an egovernment solution with java. I would like the possible solution present the following features: Based on Java (JSF, Spring, JPA) Modular architecture ...
1
vote
3answers
306 views

Choose Workflow Solution/BPM for a .Net project

In our company we want to develop an LOB project with .Net technology and one of the main part of our application will be a workflow engine/BPM . This product must have a designer , engine and ...
1
vote
0answers
138 views

Oracle BPM 11g: Creating businessObjects from ADF Model

bpm 10g allowed creating bpm objects based on introspected database entities. Is there a similar way in bpm 11g to base your business objects on an entity from a model project? Similarly, what is the ...
1
vote
2answers
64 views

Using BPEL for a deployment process

I'm working on a system that is kind of a Business Rules Engine. Rules are authored in a devleopment environment, executed (SQL code gets generated) and tested in DEV, then they are deployed into ...

1 2 3