Doorgaan naar hoofdcontent

Some BPM Misunderstandings

Like to pose some  misunderstandings about BPM.
Maybe some BPM tool vendors will disagree and also some BPM consultancy firms, but then again this is my own humble opinion. Feel free to react, add your own, discuss.

Lets begin with a delicate one.

BPM makes my organisation flexible

A lot of people will say that BPM makes your organization flexible. It can be the case but then there must hold a couple of pre-conditions:

  • You must know where you want flexibility
    In this case you have to know the future and you do not know it.
  • You must have a good IT SOA architecture
    This is needed to be flexible to define your processes. Using Services will enable reuse and consistency throughout the architecture
  • It is only design time flexibility
    The statement that the business can change the process on the fly is mostly false. I have not seen it yet and is probably only a couple of configurations that can be changed so that parameters within the process are changed. This way you can steer the process but the process itself remains the same.

BPM is about tooling


  • It is a classic mistake that BPM is a IT party
    It should be an enterprise wide initiative because BPM is most of the time stretched horizontally concerning multiple business units. It should help the business in doing its business. The implementation of BPM should not be taken lightly, because it concerns a lot of implementation time. The visual BPMN diagrams can be drawn quickly but making it executable will take some time. Especially when a good SOA infrastructure has not yet been setup.

BPM is a visual programming tool

  • With the BPMN diagrams it looks like the BPM implementation is finished, but this is not the case. The model must be made executable so needs actual service implementation. Also it is sometimes used as implementation tool to implement services. I would not recommend this, because that is not where BPMN was originally designed for. It should orchestrate your business processes using services and business rules. Also BPMN does not perform well when using for big loops.

BPM lets the business change their own processes

  • The business can and must help defining the processes, but the processes itself can not be changed runtime (or on the fly). At least i have not seen such a BPMS suite yet. What mostly will happen is that business rules or parameters of the processes can be adapted by the business. Of course these kind of  tools must be build in within the process implementations at design time.

Reacties

  1. Your website is very beautiful or Articles. I love it thank you for sharing for everyone. BPMN

    BeantwoordenVerwijderen

Een reactie posten

Populaire posts van deze blog

OSB 10gR3 and SWA and MTOM

This blog is about using soap with attachments and the use of MTOM within the OSB (10gR3). A service is created that accepts a soap with attachment (DocumentService) and translates it to a service that accepts a binary element. MTOM is used for performance reasons for the second. Some notes: * For the use of attachments you need RPC-style document instead of the usual document-style. This due to the fact that the document-style limits a message to a single . * A service can not have both SWA and MTOM within OSB. First a WSDL is setup for the DocumentService: The $attachments variable holds the attachments and the body holds the attachment data. Also other data is stored within the attachment element (see h

Microservices mindmap

"The tree" - See also   my photo page When you are fairly new within the Microservices land, there are a lot of terms fired at you. So also for my own understanding i have made a mindmap. I think it has a good status now, so that i can share it with you. As always feedback is very welcome ! You can download the mindmap here .

Book review: Data Management at Scale (Piethein Strengholt)

 This blog is a review of the book "Data Management at Scale (See also at bol.com ) Data Management is a hot topic nowadays and this book does a fantastic job at adding value to this topic. It is a must read and one of the few technical books I finished reading in a weekend. The book gives a fantastic overview on how to implement a Data Mesh data architecture. The Data Mesh concept is explained by Martin Fowler here . The book is a good mix between conceptual and implementation architecture level. It gives a lot of examples of how this architecture at scale can work, for both small and big companies. It is practical and I used it to implement it at one of my customers. The book describes an architecture in which the focus is on the DIAL (Data- and Integration Access Layer).  On a high level the book covers the following topics: The key principles for data management at scale - Domain-Driven Design  - Domain Data Stores - Meta data management Ready Data Store The concept of servin