Mastering the Unpredictable: How Adaptive Case Management will revolutionize the way that knowledge workers get things done
It is a pleasure for me to announce this new book “Mastering the Unpredictable: How Adaptive Case Management will revolutionize the way that knowledge workers get things done”.
Knowledge worker productivity is the biggest of the 21st century management challenges. In the developed countries it is their first survival requirement. In no other way can the developed countries hope to maintain themselves, let alone to maintain their leadership and their standards of living.” – Peter F. Drucker
The facilitation of the knowledge workers and knowledge work, what is increasingly known as “Case Management,” represents the next imperative in office automation. The desire to facilitate work within the workplace is not new, yet recent advances in Information Technology make the management of unpredictable circumstances now a practical reality.
Over the course of the past few months there has been a groundswell of interest in a more flexible, dynamic approach to supporting work. Here are examples of what recognized experts have recently written on the topic:
“Advancing to support more knowledge work is the goal of many organizations, thus there is a new swell of activity around unstructured processes.” – Gartner VP of Research, Jim Sinur, Jan 2009
“I think a sea change is coming in the process world.” – Forrester Research Vice President, Connie Moore, July 2009
The sea of change Connie Moore refers to toward technology which is able to support knowledge workers. The work of a knowledge worker is by its nature unpredictable and can not be handled by more formalized process definition techniques.
For executives and managers of knowledge workers, Mastering the Unpredictable:
- Explains the need, and why previous trends don’t meet the need
- Explains the current technology gap, and the new technology that is coming to fill the gap
- Lays out the options have at their disposal to increase efficiency of their organization
- Equips them to best take advantage of this evolving trend
The book is a collaborative work of authors from industry which are process experts and thought leaders. The chapter I have written is titled “Improving Knowledge Work”. This is the chapter description:
Elsewhere in this book, the challenges facing an increasing number of knowledge workers are discussed. This book is about how information technology can leverage the abilities of individual knowledge workers. This is not about individual tools; it is about a holistic approach: Adaptive Case Management (ACM). But the approach will only work if individual knowledge workers draw immediate benefit from it. In this chapter, I argue that knowledge work will become easier, more fluent, if the right technology is provided. This is the basis for success within a network of knowledge workers, which in turn will yield the return on investment for the companies they work for. To accomplish this, the characteristics of knowledge work must be directly reflected within the information technology so that the use of such technology feels natural. I will discuss the technology needed to achieve this goal. In closing, I will sketch the full long-term potential for ACM.
It should be possible to pre-order soon at Amazon.



In this proposal the idea is to have a Diagram Interchange Model independent from the Domain Model, which is in my opinion, a good idea. It is generic, so that other diagram types could be modeled. The diagram validation is done agains a so called Diagram Definition Model, which is also new. The Diagram Definition Model defines, which Attributes a Diagram Interchange node or connector can have, the allowed references and additional (OCL) constraints. Furthermore each Diagram Interchange node or connector is refers to a Domain Model class – in this case a BPMN Task or Gateway or Sequence Flow for example.

The GMF defines a Grafical Definition Model, which only defines Shapes. This is simple to understand and straight. Then it defines a Mapping Model. Within the mapping models, nodes and connections are grouped as needed. For example it defines, that there is a node lane which can contain node Activity and Sequence Flow. As a followon the Acitivty node is connected to the Activity domain class and the Shape, that descibes how an activity should look like. The shape can be re-used, which is an advantage of the BPMN Diagram Exchange Approach. The Structures of the Diagram is already contained in the Mapping Model, so it can be serialized to XMI and XSD, which is also an advantage. However still the diagram logic is separated from the Domain Model, which is an advantage over XPDL. And it is a very generic model, which is an advantage over a mere BpmnDI.xsd.