bpm

Using blackboard pattern (& implementation) instead of a BPMS?

Hi, we are developing a complex core banking system containing 30+ systems. Because of orchestration and system collaboration, we typically use a BPMS (e.g. Jboss jBPM). Since systems are more independent and volume of human tasks is high (vs. software system operations) and also to gain benefit of async architecture I am looking for oth...

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 = false; ALfloat Ei[42]; ALfloat V = 0; ALfloat C = 0; ALshort *hold; hold = new ALshort[[myDat length]/2]; [myDat getBytes:hold length:[myD...

Rolling back database changes

Hi, I work in team which uses Work flow management tool. I was presented with a challenge where the user should be able to roll back the changes made anytime during the flow to a certain point in the past. Surely the toll can handle it but the additional database calls that may have made during these activities have to be manually rol...

Bulk data load in to a work flow engine?

Hi, So we are using a workflow management tool(BPM tool). each activity has a bunch of data elements and certain javascript stuff etc. So my question is, how can I automate a process which would intern use this work flow engine(mainly human tasks/activities) and fill out the data that we have and continue. My first thought was to use ...

configure an eclipse based IDE

Hi There, I am new to programming. In fact this is my first job and it has been just a month. I work for a company who use Savvion as BPM tool to automate some process. It has an Eclipse based IDE. The way it works is that we can map business process using worksteps and linking those work steps. My question is how to configure that ...

where actaully the BPM is used ? in real-time application ?

What is the role BPM(BussinessProcessManagement) in a realtime application ? I mean in which cases or where actaully the BPM is used ? I could get the documentation from the net , but where actaully it is used ? ...

What is a BPMS?

What is BPMS? and when to go for BPMS? is there any free tools for .net or java? is there any plug-in available for eclipse? ...

BussinessProcessManagement with BonitaSoft Engine

Hai I am very much new to BPM (Bussiness Process Management),I was asked to go through the Bonitasoft BPM ,and got an idea of it, I have created a sample Bussiness Process aslo in the Bonita Studio ,after that what should i do with this process i created ,I mean how will i use this in my application ? Thanks ...

Can i use K2 Blackpearl without SharePoint ?

is it possible to develop a solution using .NET technology along with a the K2 Blackpearl BPM but without using Microsoft SharePoint ? ...

Oracle BPM PAPI webservice result pagination?

I'm using Oralce BPM PAPI webservice client v6.5. Planning to use "ProcessServiceSession.processesGetInstancesByFilter" method to retrieve instances of process(es). I'd like to display the returning instances on screen and I want to enable pagination. It seems the "processesGetInstancesByFilter" method doesn't support pagination. (Correc...

Using DWR with Oracle BPM

Hi, I am trying to use DWR in Oracle BPM. I am new to Oracle BPM and would like to know where I need to put the classes, dwr.xml files etc. Any help is appreciated. An example would really help. Thank you in advance! OBPM NewBie ...

Change the bpm of a song while playing it in python

Hi, i'am looking for a way to attune a song to the heart rate of someone. I have a song in mp3 or wav format and i want to accelerate the speed of it while playing it. Or playing it in loop and between each loop accelerate it or slow it. Ideally it will be in python. Do you know a way to do that ? Regards and thanks. Bussiere ...