Событийная цепочка процессов
Событийная цепочка процессов (Event-driven Process Chain, EPC) — тип блок-схемы, используемой для бизнес-моделирования. EPC может быть использована для настройки системы планирования ресурсов предприятия (ERP),[1] и для улучшений бизнес-процессов.
Описание
Предприятия используют EPC диаграммы для планирования потоков работ бизнес-процессов, первоначально в сочетании с моделированием в SAP R/3, однако теперь они используются более широко. Существует ряд инструментов для создания EPC диаграмм, набор инструментов ARIS от компании IDS Scheer AG,[2], бесплатный инструмент моделирования ARIS Express, IDS Scheer AG , ADONIS от BOC Group,[3] Mavim Rules от Mavim BV,[4] Business Process Visual ARCHITECT от Visual Paradigm, Visio от Microsoft Corp., Semtalk от Semtation GmbH, или Bonapart от Pikos GmbH. Некоторые из этих средств поддерживают инструментонезависимый EPC (Язык Разметки EPML) формат обмена данными. EPC диаграммы используют символы нескольких видов, чтобы показать структуру потока управления (последовательность решений, функции, события и другие элементы) бизнес-процесса.
EPC метод был разработан в рамках ARIS, проф. Wilhelm-August Scheer в Institut für Wirtschaftsinformatik at the Universität des Saarlandes в начале 1990-х годов.[5] Используется многими компаниями для моделирования, анализа и реорганизации бизнес-процессов.
Элементы событийных цепочек процессов
- Событие
- События являются пассивными элементами в EPC. Событием является состояние, которое встречается перед или после функции. Примеры событий: «требование зафиксировано», «материал на складе», и т. д. В EPC график событий представлена в виде шестиугольника. EPC диаграммы должны как начаться с события, так и заканчиваются событием.
- Функция
- Функции являются активными элементами в EPC. They model the tasks or activities within the company. Functions describe transformations from an initial state to a resulting state. In case different resulting states can occur, the selection of the respective resulting state can be modeled explicitly as a decision function using logical connectors. Functions can be refined into another EPC. In this case it is called hierarchical function. Examples of functions are «capture requirement», «check material on stock», etc. In the EPC graph a function is represented as rounded rectangle.
- Организационная единица
- Organization units determine which person or organization within the structure of an enterprise is responsible for a specific function. Examples are «sales department», «sales manager», «procurement manager», etc. It is represented as an ellipse with a vertical line.
- Информация, материал, или объект ресурса
- In the EPC, the information, material, or resource objects portray objects in the real world, for example business objects, entities, etc., which can be input data serving as the basis for a function, or output data produced by a function. Examples are «material», «order», etc. In the EPC graph such an object is represented as rectangle.
- Логический соединитель
- In the EPC the logical relationships between elements in the control flow, that is, events and functions are described by logical connectors. With the help of logical connectors it is possible to split the control flow from one flow to two or more flows and to synchronize the control flow from two or more flows to one flow.
- Логические взаимосвязи
- Есть три типа логических взаимосвязей, определенных в EPC:
- Branch/Merge : Branch and merge correspond to making decision of which path to choose among several control flows. A branch may have one incoming control flow and two or more outgoing control flows. When the condition is fulfilled, a branch activates exactly only one of the outgoing control flows and deactivates the others. The counterpart of a branch is a merge. A merge may have two or more incoming flows and one outgoing control flow. A merge synchronizes an activated and the deactivated alternatives. The control will then be passed to the next element after the merge. A branch in the EPC is represented by an opening XOR, whereas a merge is represented as a closing XOR connectors.
- Fork/Join : Fork and join correspond to activating all paths in the control flow concurrently. A fork may have one incoming control flow and two or more outgoing control flows. When the condition is fulfilled, a fork activates all of the outgoing control flows in parallel. A join may have two or more incoming control flows and one outgoing control flow. A join synchronizes all activated incoming control flows. In the EPC diagram how the concurrency achieved is not a matter. In reality the concurrency can be achieved by true parallelism or by virtual concurrency achieved by interleaving. A fork in the EPC is represented by an opening 'AND', whereas a join is represented as a closing 'AND' connectors.
- OR : An 'OR' relationship corresponds to activating one or more paths among control flows. An opening 'OR' connector may have one incoming control flow and two or more outgoing control flows. When the condition is fulfilled, an opening 'OR' connector activates one or more control flows and deactivates the rest of them. The counterpart of this is the closing 'OR' connector. When at least one of the incoming control flows is activated, the closing 'OR' connector will pass the control to the next element after it.
- Поток управления
- A control flow connects events with functions, process paths, or logical connectors creating chronological sequence and logical interdependencies between them. A control flow is represented as a dashed arrow.
- Поток информации
- Information flows show the connection between functions and input or output data, upon which the function reads changes or writes.
- Назначение организационный единицы
- Organization unit assignments show the connection between an organization unit and the function it is responsible for.
- Путь процесса
- Process paths serve as navigation aid in the EPC. They show the connection from or to other processes. The process path is represented as a compound symbol composed of a function symbol superimposed upon an event symbol. To employ the process path symbol in an EPC diagram, a symbol is connected to the process path symbol, indicating that the process diagramed incorporates the entirety of a second process which, for diagramatic simplicity, is represented by a single symbol.
Пример
Как показано в примере, заказ клиента, полученных в начальном событие, которое создает процесс определения требований клиента внутри компании. Для того, чтобы определить эту функцию, отдел продаж отвечает за маркетинг, валюты и т. д. В результате, событие «требование определено» приводит к еще одной новой функции: проверка материала на складе, в порядке производства продукции. Все входные и выходные данные об материалах остаются в информационных ресурсах. После проверки материала, два события могут произойти-с или без материала на складе. Если положительный, получить материал с запасом, а если нет, заказ материалов от поставщиков. Поскольку эти две ситуации не может произойти в то же время, XOR-соединение, чтобы связать их вместе.
Метамодель EPC
Although a real process may include a series of stages until it is finished eventually, the main activities remain similar. An event triggers one function; and a function will lead to one event. Meanwhile, an event may involve one or more processes to fulfill but a process is unique for one event, the same goes for Process and Process Path. As for the function, its data may be included in one or more information resources, while Organization Unit is only responsible for one specific function.
Примечания
Ссылки
- Символы для рисования диаграмм событийных цепочек процессов
- Event-driven process chains for better flows
- свободное средство моделирования EPC от IDS Scheer
Параметр text не задан |
Ошибка Lua в Модуль:Autosorting на строке 85: attempt to index field 'wikibase' (a nil value).Ошибка Lua в Модуль:Autosorting на строке 85: attempt to index field 'wikibase' (a nil value).
cs:Event-driven Process Chain de:Ereignisgesteuerte Prozesskette en:Event-driven process chain uz:EPC