Tagged Questions

Business Process Model & Notation

learn more… | top users | synonyms

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.
3
votes
4answers
3k views

What are the differences between jBPM and Activiti Bpmn

It is clear in the title, I would be glad to hear the main differences between them. Thanks.
3
votes
3answers
3k views

Is Jbpm dying? What is the future of Jbpm and Activity Bpmn? --Jbpm vs. Bpmn--

I have heard that the developers of "Jbpm" have transferred to "Activiti Bpmn 2" in recent times (ex: Tom). I am wondering about is whether the support for Jbpm will be over or not.. Besides, I would ...
2
votes
2answers
761 views

GWT (Graph) Diagram Frameworks?

I'm looking for a framework for GWT to visualize graphs such as workflow/process diagrams (ideally BPMN capabilites) with a useable auto-layouter and nice shapes. GraphViz has a good layouter but the ...
2
votes
5answers
1k views

What is the difference between Inclusive and Exclusive OR?

I have been studying some Business Process Execution Language (BPEL) and the associated modelling system (BPMN) where the designer needs to learn about inclusive and exclusive gateways for process ...
1
vote
2answers
13 views

Are there any workflow engines in existence that don't use BPMN and BPEL?

Our business is planning on building a rather large business application with about 2000 or so users. Many objects in the system require a mildly complex series of approvals, notifications, etc. For ...
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
39 views

BPMN to BPEL how to do that? [closed]

I need to convert BPMN model to BPEL. Who try to do that? It's possible? I use this http://code.google.com/p/bpmn2bpel/ but it has a lot of bugs(
1
vote
2answers
74 views

XSD: What does the “name” attribute mean for the “anyAttribute” element?

I am currently reading the specification for BPMN 2.0. In this specification, definitions for the parts of BPMN are given as XML schemas. In one of those schemas (Table 8.3, p. 54), I stumbled upon a ...
1
vote
2answers
46 views

Workflow description and implementation in .Net

Here is the situation: We have to build a system made of web services as main components. Some web services will write data in databases, other receive a file as input and produce a transformed file ...
1
vote
0answers
112 views

convertin a visio drawing in to XPDL [closed]

Can anybody please tell me how can I convert a Microsoft Visio diagram in to XPDL?I need to convert a BPMN diagram drawn in visio 2010 in to XPDL(Without using other services such as business process ...
1
vote
2answers
1k views

Add new workflow into Alfresco share

I'm new to Alfresco/Activiti. Our company is using Skelta BPM.NET (in integration with our self developed RMS) and now we would like to take a look into other BPM software. I last days I found our ...
1
vote
2answers
233 views

BPMN to BPEL tool

Do you know any open source that helps to transform BPMN models to BPEL definitions and then execute them in a BPEL process engine? In my research, I extends the BPMN 2.0 metamodel and wants to ...
1
vote
3answers
267 views

Is it possible to design Business Processes with Intalio Designer or others and deploy them with WSO2 BPS?

I'm a newcomer in BPM world. The docs and articles in Internet show that WSO2 BPS 2.x is supposed to execute processes complying WS-BPEL, WS-Human Tasks & BPEL4People. BPMN 2.0 seems to fill the ...
1
vote
3answers
2k views

Advantages and disadvantages of BPMN?

I was hoping you could tell me what the advantages and disadvantages of BPMN are in a developers perspective. I'm comparing UML with BPMN and a found a bunch of advantages and disadvanteges for UML ...
1
vote
2answers
284 views

Add Eclipse plug in to Eclipse RCP App

I'm trying to add an Eclipse plug in (BPMN Modeler) to a Eclipse RCP App so I can have the model editing and viewing capabilities offered by that plug-in. I have read several tutorials but none ...
1
vote
1answer
1k views

Graphic Libraries for BPMN?

We currently looking for software libraries for implementing a Web-based BPMN modeling tool in either Flex or DHTML (JavaScript, HTML 5, etc.). Free or non-free is okay. Thanks.
1
vote
2answers
269 views

Methods for modeling systems integration

When it comes to systems integration how do you model integration requirements? Do you use UML or BPMN or some other techniques? What limitiations you see in existing approaches and what would be an ...
0
votes
1answer
37 views

How to use BPMN and use case and other diagrams together

BPMN (Business Process Modeling Notations) is used for modeling business process by visualization, thus making intangible ideas become physically concrete through the expression of BPMN diagrams. The ...
0
votes
1answer
27 views

Workflow Engine Suggestion

I need a workflow engine, with best performance. Such as handling more than 300k transaction per hour. it should have easy interface and robust. defining business flows by bpel or bpmn is ...
0
votes
1answer
71 views

How to specify service task in BPMN 2.0 to execute custom java code in JBPM 5

I'd like to add service test in JBPM-5 using BPMN-2.0 using only XML syntax. I want that service task to have an input and output parameters of some Java type. Lets say I created ...
0
votes
1answer
68 views

Using OnEntry and OnExit in JBPM 5 Human task

Please give me some examples on using OnEntry and OnExit action scripts in a Human Task in JBPM-5. When I write the action scripts on the node's property, it does not reflect in the bpmn2.0 XML. I ...
0
votes
1answer
31 views

User Registration Form using JPBM 5

I advancing learning about JBPM 5 and Drools flows. I have successfully setup a User Registration process and managed to run it as a web application. The process looks is shown below You can check ...
0
votes
1answer
38 views

Jboss BPEL and BPMN

I want to expose my business model as a webservice like there is webservice which is controlled by business structure. I am using JBoss as AS. I searched on net and found BPMN and BPEL and couldn't ...
0
votes
2answers
39 views

Library for rendering BPMN 2.0 in a browser

For a science project I'd need to render/display a BPMN 2.0 model in a web browser. Are there any libraries available to only render the diagram? (I don't need to edit it or do anything other than ...
0
votes
1answer
73 views

How to fetch task id in alfresco activiti

I need to know how to fetch the task id from within a BPMN process. I tried the followings without luck: <serviceTask id="assignApplicationId" name="Assign Application Id" ...
0
votes
1answer
33 views

How do I release task that has been claimed?

I'm using BPMN workflow to assign a task to an assignee. How do I release (backward) the process so it will be available for previous candidate before it was assigned? ...
0
votes
1answer
99 views

How good is jBPM for User Tasks workflows?

I am evaluating jBPMv5.1 for my next Java Project and was wondering how good and performance intensive is it for User Task Workflows where the task may require user inputs and the user may act upon ...
0
votes
4answers
64 views

Suitable platform for complex workflow site

I have a client that needs to build a complex, workflow/form driven intranet site with multiple roles and about 20 workflow processes, document management features, and email/fax notifications. ...
0
votes
1answer
271 views

Import and export BPMN 2.0 XML into / from MS Visio 2010

I want to export my BPMN diagrams from Visio 2010 Premium to BPMN 2.0 XML format, which is not default supported by Microsoft, this is their answer: ...
0
votes
0answers
29 views

Modelling an iteration

I am having trouble modelling a process containing an activity that results in a list of items. The following activities then work on each single on the item in the list. The process is basically an ...
0
votes
1answer
27 views

Workflow Milestone Engine

I look for a java workflow engine that handles milestones. It shall enforce the sequence of milestones and allow to create time dependencies. Not the traditional BPMN business process flow (but rather ...
0
votes
1answer
203 views

How do I get the current Activiti ProcessInstance in SpringBean?

I am trying to get a workflow working using Activiti 5.5 using a Spring managed process engine and I'm having some trouble. I have a ServiceTask in my workflow that resolves to a Spring Managed ...
0
votes
1answer
236 views

Event based gateway in jBPM 5 or 5.1?

i am currently trying to model event based gateways. Currently i'am not finding an icon for event based gatway in the BPMN 2.0 notation supported by jBPM 5.0. Is there any solution for realizing this ...
0
votes
1answer
145 views

Activiti Modeler Missing Feature

Using the activiti-modeler how can a user task be created with a defined human performer? I realize that this is entirely possible within the eclipse GUI plugin or by coding the XML by hand, but ...
0
votes
0answers
105 views

BPMN2 EDITOR Installation problem in linux

when i try to install Bpmn2 editor in eclipse on fedora 14 , Installation works smoothly , but after installation , the Bpmn2 editor wizard is not showing in the eclipse.I m using eclipse modeling ...
0
votes
1answer
84 views

BPMB visualization

We need to visualize BP (business process) into BPMN, but NOT by hands using modeler. We need to do it automatically in crm-web-based system written on PHP. I have input data (etc. array, xml, not ...
0
votes
1answer
148 views

Eclipse BPMN Modeler - drag'n'drop handler

I added the BPMN Modeler to my eclipse IDE and I'm creating a plugin linked to the extension point "org.eclipse.stp.bpmn.diagram.FileDnDHandlers", this should help me define my own drag and drop ...
0
votes
1answer
57 views

Eclipse plugin open document

I need to write an Eclipse plugin which uses the SOA BPMN modeler (http://www.eclipse.org/bpmn/) to model a diagram in Eclipse's main view (the central one). My idea is: what if I create a ...
0
votes
2answers
378 views

Activiti modeler: Customized editor and service tasks with specific attributes

I use Activiti as BPMN 2.0 workflow manager. The Activiti modeler is a graphical user interface intended to use in the browser to model these processes. I want to customize the editor interface in ...
0
votes
0answers
102 views

Building a BPMN modeler in VIsio

Can anybody please help me in building a BPMN modeler for MS Visio? I can build the template. I want to know how can I add feature like automatically showing the next symbol as in Visio 2010, adding ...
0
votes
2answers
88 views

Desktop based BPMN libraries for graphing.?

Free or non-free both will do.
0
votes
2answers
280 views

Minimal BPEL/BPMN requirement?

I'm new to BPEL/BPMN. Is it possible to write a BPEL/BPMN aware software without WS-* web services and EJB Container such as jBoss, WebLogic, Glassfish? I want to know if there are quickstart ...
0
votes
1answer
286 views

Simulate BPMN diagrams

I want to create a a main process in BPMN(High level BPMN) that has several sub process and I want to hide them from the modeler,that is I will provide only the main process for the modeler. For ex.In ...
0
votes
1answer
120 views

jBPM 4.4 and BPMN version

All, what version of BPMN does jBPM 4.4 comply to? Meaning is jBPM 4.4 is "BPMN 1.2" or "BPMN 2.0" compliant? And how different is BPMN 1.2 from BPMN 2.0? Thanks
0
votes
2answers
223 views

how to develop an add-in for visio

I want to create an add-in to visio so that I can draw BPMN diagrams (Business Process Modeling Notation). A similar work is available here: http://www.interfacing.com/free-visio-bpmn-modeler. But I ...
0
votes
1answer
108 views

Research idea in BPM,BPMN

I'm an undergraduate in University of Keleniya,Sri Lanka. I'm interested in doing a research on BPM, BPMN. But I have very few knowledgeable people and very few resources in my country. My supervisor ...
0
votes
1answer
368 views

Java FlowChart framework for the web

Do you know any Web FlowChart frameworks for Java ? What exactly do I mean by "Web FlowChart framework": Capable of generating BPMN diagrams; (If not BPMN, at least basic flowcharts / graphs that ...