KR20080104863A - Apparatus and method for workflow modeling data management - Google Patents

Apparatus and method for workflow modeling data management Download PDF

Info

Publication number
KR20080104863A
KR20080104863A KR1020070052235A KR20070052235A KR20080104863A KR 20080104863 A KR20080104863 A KR 20080104863A KR 1020070052235 A KR1020070052235 A KR 1020070052235A KR 20070052235 A KR20070052235 A KR 20070052235A KR 20080104863 A KR20080104863 A KR 20080104863A
Authority
KR
South Korea
Prior art keywords
modeling data
workflow
shared memory
workflow modeling
transaction
Prior art date
Application number
KR1020070052235A
Other languages
Korean (ko)
Inventor
이상현
Original Assignee
엘지엔시스(주)
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 엘지엔시스(주) filed Critical 엘지엔시스(주)
Priority to KR1020070052235A priority Critical patent/KR20080104863A/en
Publication of KR20080104863A publication Critical patent/KR20080104863A/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/02Banking, e.g. interest calculation or account maintenance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/163Interprocessor communication
    • G06F15/173Interprocessor communication using an interconnection network, e.g. matrix, shuffle, pyramid, star, snowflake
    • G06F15/17306Intercommunication techniques
    • G06F15/17331Distributed shared memory [DSM], e.g. remote direct memory access [RDMA]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Economics (AREA)
  • Strategic Management (AREA)
  • General Physics & Mathematics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Computer Hardware Design (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Finance (AREA)
  • Accounting & Taxation (AREA)
  • Development Economics (AREA)
  • General Business, Economics & Management (AREA)
  • Game Theory and Decision Science (AREA)
  • Tourism & Hospitality (AREA)
  • Quality & Reliability (AREA)
  • Operations Research (AREA)
  • Technology Law (AREA)
  • Mathematical Physics (AREA)
  • Educational Administration (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

An apparatus for managing workflow modeling data is provided to improve a workflow modeling data search speed, and dynamically add/change the workflow modeling data while a system is being driven, thereby minimizing transaction delay. An apparatus for managing workflow modeling data comprises the followings: a database(22) in which workflow modeling data for processing a transaction document is stored; a shared memory(23) in which workflow modeling data is indexed by group according to the transaction type; and a workflow engine(21) which searches workflow modeling data corresponding to the transaction document to process the transaction.

Description

워크플로우 모델링 데이터 관리장치 및 방법{APPARATUS AND METHOD FOR WORKFLOW MODELING DATA MANAGEMENT}Workflow modeling data management device and method {APPARATUS AND METHOD FOR WORKFLOW MODELING DATA MANAGEMENT}

도 1은 일반적인 금융시스템에 적용되는 워크플로우 모델링 데이터 관리방법을 설명하는 흐름도,1 is a flowchart illustrating a workflow modeling data management method applied to a general financial system;

도 2는 본 발명의 바람직한 실시 예에 따른 워크플로우 모델링 데이터 관리장치의 블록 구성도,2 is a block diagram of an apparatus for managing workflow modeling data according to an exemplary embodiment of the present invention;

도 3은 도 2에 도시된 워크플로우 모델링 데이터 관리장치에 적용되는 공유메모리의 블록 구성도,3 is a block diagram of a shared memory applied to the workflow modeling data management apparatus shown in FIG.

도 4는 본 발명의 바람직한 실시 예에 따른 워크플로우 모델링 데이터 관리방법을 설명하는 흐름도,4 is a flowchart illustrating a workflow modeling data management method according to an embodiment of the present invention;

도 5는 도 4에 도시된 워크플로우 모델링 데이터를 추가/변경하는 방법을 설명하는 흐름도,FIG. 5 is a flowchart for explaining a method of adding / changing workflow modeling data shown in FIG. 4;

도 6은 도 5에 도시된 워크플로우 모델링 데이터를 추가/변경하는 동작이 예시된 동작상태도. FIG. 6 is an operational state diagram illustrating an operation of adding / changing workflow modeling data shown in FIG. 5;

《도면의 주요 부분에 대한 부호의 설명》`` Explanation of symbols for main parts of drawings ''

10 : 금융서버 20 : 채널서버10: financial server 20: channel server

21 : 워크플로우 엔진 22 : 데이터베이스21: Workflow Engine 22: Database

23 : 공유메모리 30 : 금융단말23: shared memory 30: financial terminal

40 : 제 1저장부 50 : 제 2저장부40: first storage unit 50: second storage unit

본 발명은 금융 데이터관리에 관한 것으로, 특히 워크플로우 기법을 이용하는 시스템에서 워크플로우 모델링 데이터를 효율적으로 관리하는 워크플로우 모델링 데이터 관리장치 및 방법에 관한 것이다. The present invention relates to financial data management, and more particularly, to a workflow modeling data management apparatus and method for efficiently managing workflow modeling data in a system using a workflow technique.

워크플로우 기법은 비지니스 프로세스 생산성을 향상시키기 위해 비지니스 프로세스가 일련의 업무 절차 정의 데이터(workflow modeling data)로 정의되면 워크플로우 엔진이 이 데이터를 기반으로 비지니스 프로세스에 필요한 문서, 정보 또는 업무들을 정확한 시점에 정확한 사용자에게 제공함으로써 비지니스 프로세스를 자동화하는 기법을 말한다. Workflow techniques are defined as a series of workflow modeling data to improve business process productivity, and the workflow engine uses this data to accurately document, information, or tasks required by the business process at the right time. Techniques for automating business processes by providing them to the correct user.

이러한 워크플로우 기법은 기업의 비지니스 프로세스 관리(Business Process Management)와, 은행, 보험, 카드와 같은 금융서비스 등 다양한 영역에 적용되고 있다. These workflow techniques are applied in a variety of areas, including business process management in companies and financial services such as banks, insurance and credit cards.

이와 같은 워크플로우 기법이 금융시스템에 적용되어 금융거래가 처리되는 과정을 설명한다. 도 1에는 워크플로우 기법이 적용된 금융시스템에서 금융거래가 처리되는 과정을 단계별로 설명하는 흐름도가 도시되어 있다. This workflow technique is applied to the financial system to explain how financial transactions are processed. 1 is a flowchart illustrating a step-by-step process of processing a financial transaction in a financial system to which a workflow technique is applied.

먼저, 자동화기기와 같은 금융단말을 통하여 고객으로부터 거래가 요청되어 거래전문이 발생하면, 워크플로우 엔진을 포함하는 채널서버는 상기 거래전문을 수신한다(S1). 상기 워크플로우 엔진은 수신된 거래전문에 해당하는 워크플로우 모델링 데이터(workflow modelling data)를 데이터베이스에서 검색한다(S2). First, when a transaction is generated from a customer through a financial terminal such as an automation device and a transaction text is generated, the channel server including a workflow engine receives the transaction text (S1). The workflow engine searches the database for workflow modeling data corresponding to the received transaction text (S2).

상기 검색결과에 따라 거래전문을 수행하는 워크플로우 모델링 데이터가 존재하는 경우(S3), 상기 워크플로우 엔진은 상기 검색된 워크플로우 모델링 데이터에 따라 상기 거래전문을 처리하는 해당 금융서버로 순차적으로 전송하여 거래가 처리되도록 한다. 그리고, 상기 거래처리 결과에 따른 응답전문을 해당 금융서버로부터 수신한다(S4). 이어서, 상기 워크플로우 엔진은 상기 거래응답전문을 해당 금융단말로 송신한다(S5). If there is workflow modeling data for performing a transaction text according to the search result (S3), the workflow engine sequentially transmits the transaction text to the corresponding financial server processing the transaction text according to the searched workflow modeling data. To be handled. Then, the response message based on the transaction processing result is received from the corresponding financial server (S4). Subsequently, the workflow engine transmits the transaction response message to the corresponding financial terminal (S5).

하지만, 이와 같은 워크플로우 기법이 적용된 금융시스템의 거래업무 처리과정에는 다음과 같은 문제점이 있다. However, there are the following problems in the transaction processing process of the financial system to which such a workflow technique is applied.

먼저, 데이터베이스 관리시스템은 거래전문 수신시마다 데이터베이스에서 모델링 데이터를 검색하기 때문에, 검색처리에 대한 트랜잭션(transaction)이 수시로 발생되어 시스템 과부하의 원인이 된다. First, since the database management system retrieves modeling data from the database every time a transaction message is received, a transaction for the retrieval process occurs from time to time, causing system overload.

그리고, 대량의 워크플로우 모델링 데이터가 존재할 경우, 검색속도 저하에 따른 거래 응답시간의 지연을 초래한다. And, if there is a large amount of workflow modeling data, it causes a delay in transaction response time due to a slow search speed.

또한, 워크플로우 모델링 데이터를 추가/변경하는 경우, 워크플로우 엔진은 데이터베이스 및 공유메모리에 워크플로우 모델링 데이터가 추가변경이 완료될 때까지 전체 거래업무 처리동작을 중지시킴에 따라, 추가/변경되는 데이터와 무관하게 전체 금융거래가 지연되는 문제점이 있었다. In addition, when adding / changing workflow modeling data, the workflow engine stops the entire transaction processing operation until additional changes are made to the workflow modeling data in the database and shared memory, thereby adding or changing data. Regardless, there was a problem that the entire financial transaction was delayed.

또한, 데이터베이스에 장애가 발생하는 경우에는, 모델링 데이터 검색실패에 따른 거래전문의 연동이 불가능하게 되어 시간적, 금전적 손해가 발생하는 문제점이 있었다. In addition, when a failure occurs in the database, there is a problem in that time and money damage occurs because it is impossible to link the transaction specialist according to the modeling data retrieval failure.

이에 본 발명은 상기한 바와 같은 문제점을 해결하기 위한 것으로, 본 발명의 목적은 워크플로우 모델링 데이터 검색속도를 향상시키는 워크플로우 모델링 데이터 관리장치 및 방법을 제공함에 있다. Accordingly, an object of the present invention is to provide a workflow modeling data management apparatus and method for improving a workflow modeling data retrieval speed.

그리고, 본 발명의 다른 목적은 시스템 구동중 워크플로우 모델링 데이터의 동적인 추가/변경을 가능하도록 하여 거래지연을 최소화하는 워크플로우 모델링 데이터 관리장치 및 방법을 제공함에 있다. Another object of the present invention is to provide a workflow modeling data management apparatus and method for minimizing transaction delay by enabling dynamic addition / change of workflow modeling data while the system is running.

또한, 본 발명의 또 다른 목적은 데이터베이스 장애 시에도 금융거래에 지장이 없는 워크플로우 모델링 데이터 관리장치 및 방법을 제공함에 있다. Another object of the present invention is to provide an apparatus and method for managing workflow modeling data that does not interfere with financial transactions even in the event of a database failure.

상기한 바와 같은 목적을 달성하기 위한 본 발명의 특징에 따르면, 본 발명은 거래전문을 처리하기 위한 거래별 워크플로우 모델링 데이터가 저장되는 데이터베이스, 거래형태에 따라 상기 워크플로우 모델링 데이터가 그룹별로 인덱싱되어 저장되는 공유메모리, 그리고 상기 워크플로우 모델링 데이터를 상기 공유메모리에 로딩하여 저장하고, 상기 거래전문에 대응되는 해당 워크플로우 모델링 데이터를 상기 공유메모리에서 검색하여 거래업무를 처리하도록 제어하는 워크플로우 엔진을 포함하여 구성된다.According to a feature of the present invention for achieving the above object, the present invention is a database in which the workflow-specific workflow modeling data for processing the transaction text, the workflow modeling data is indexed by group according to the transaction type The shared memory to be stored, and the workflow engine for loading and storing the workflow modeling data into the shared memory, and controls to process the transaction by searching the corresponding workflow modeling data corresponding to the transaction text in the shared memory It is configured to include.

상기 공유메모리는, 상기 금융거래별로 그룹화하고 각 그룹에 순차적으로 부여된 공유메모리ID를 저장하는 제 1저장부와, 상기 공유메모리ID별로 대응되어 해당 거래전문을 처리하기 위한 워크플로우 모델링 데이터를 저장하는 제 2저장부를 포함하여 구성되고, 상기 데이터베이스와 이중화되어 구성되는 것이 바람직하다. The shared memory stores a first storage unit for storing the shared memory ID grouped by the financial transaction and sequentially assigned to each group, and workflow modeling data for processing the corresponding transaction text corresponding to the shared memory ID. It is preferably configured to include a second storage unit, which is configured to be redundant with the database.

상기 워크플로우 엔진은, 최초 기동시에 상기 워크플로우 모델링 데이터를 로딩하여 상기 제 2저장부에 저장하는 것이 바람직하다. Preferably, the workflow engine loads the workflow modeling data at the first startup and stores the workflow modeling data in the second storage unit.

상기 워크플로우 엔진은, 상기 워크플로우 모델링 데이터를 상기 제 2저장부에 저장하는 경우, 워크플로우 모델링 데이터를 그룹별로 관리하도록 상기 공유메모리ID 및 그 공유메모리ID와 대응되는 워크플로우 모델링 데이터를 매칭시켜 저장하는 것이 바람직하다. When storing the workflow modeling data in the second storage unit, the workflow engine matches the shared memory ID and the workflow modeling data corresponding to the shared memory ID to manage the workflow modeling data for each group. It is desirable to store.

상기 워크플로우 엔진은, 상기 공유메모리ID가 선택되면 선택된 공유메모리를 시스템함수에 대입하고 상기 제 2저장부를 구별하는 포인터를 이용하여 해당 워크플로우 모델링 데이터를 제공받아 처리하는 것이 바람직하다. When the shared memory ID is selected, the workflow engine preferably assigns the selected shared memory to a system function and receives and processes the corresponding workflow modeling data using a pointer for distinguishing the second storage unit.

상기 시스템 함수는, shmat 함수인 것이 바람직하다. It is preferable that the said system function is a shmat function.

상기 워크플로우 엔진은, 상기 데이터베이스에 장애가 발생한 경우 상기 공유메모리만을 액세스하여 금융거래를 수행하는 것이 바람직하다. When the workflow engine fails, the workflow engine may access only the shared memory to perform a financial transaction.

상기 워크플로우 엔진은, 상기 워크플로우 모델링 데이터가 추가/변경되는 경우, 그 추가/변경된 워크플로우 모델링 데이터를 제 2저장부에 저장하고, 이와 대응되는 공유메모리ID를 제 1저장부에 새롭게 생성하여 교체하는 것이 바람직하다. When the workflow modeling data is added / changed, the workflow engine stores the added / modified workflow modeling data in the second storage unit, and newly generates a shared memory ID corresponding thereto. It is desirable to replace it.

상기 워크플로우 엔진은, 상기 거래전문이 수신되면, 상기 거래전문이 해당하는 그룹의 공유메모리ID를 이용하여 해당 그룹의 워크플로우 모델링 데이터 저장영역만을 검색하여 해당 워크플로우 모델링 데이터를 검색하도록 제어하는 것이 바람직하다. The workflow engine, when the transaction message is received, controls the transaction message to search only the workflow modeling data storage area of the group using the shared memory ID of the corresponding group to retrieve the corresponding workflow modeling data. desirable.

상기 워크플로우 엔진은, 상기 워크플로우 모델링 데이터가 변경되는 경우, 거래지연을 방지하기 위하여 상기 공유메모리의 해당 그룹만을 변경하도록 제어하는 것이 바람직하다. When the workflow modeling data is changed, the workflow engine preferably controls to change only the corresponding group of the shared memory in order to prevent transaction delay.

그리고, 본 발명의 다른 특징에 따르면, 본 발명은 워크플로우 모델링 데이터를 데이터베이스로부터 공유메모리로 로딩하여 저장하는 제 1단계; 상기 공유메모리 접근 권한을 취득하는 제 2단계; 상기 접근권한이 취득되면, 거래전문을 수신하고 이와 대응되는 ID를 검색하는 제 3단계; 상기 검색된 ID로 상기 공유메모리에서 해당 워크플로우 모델링 데이터를 검색하는 제 4단계; 그리고 상기 검색된 워크플로우 모델링 데이터를 이용하여 상기 거래전문을 처리하는 제 5단계를 포함하여 구성된다. In addition, according to another feature of the invention, the present invention comprises the first step of loading and storing the workflow modeling data from the database to the shared memory; A second step of acquiring the shared memory access right; A third step of receiving a transaction message and searching for an ID corresponding thereto when the access right is acquired; A fourth step of retrieving corresponding workflow modeling data from the shared memory using the retrieved ID; And a fifth step of processing the transaction text using the retrieved workflow modeling data.

본 발명은 상기 워크플로우 모델링 데이터가 추가/변경되는 단계를 더 포함하는 것이 바람직하다. The present invention preferably further includes the step of adding / changing the workflow modeling data.

상기 추가/변경단계는, 상기 워크플로우 모델링 데이터를 상기 데이터베이스에 추가/변경하는 단계; 상기 추가/변경된 워크플로우 모델링 데이터의 그룹별 인덱스를 새로이 생성하여 교체하는 단계; 그리고 상기 추가/변경된 워크플로우 모델링 데이터를 새로운 공유메모리영역에 할당하여 저장하고, 기존의 공유메모리영역 을 해제하는 단계를 포함하는 것이 바람직하다. The adding / modifying step may include adding / changing the workflow modeling data to the database; Creating and replacing a new index for each group of the added / modified workflow modeling data; And assigning and storing the added / modified workflow modeling data in a new shared memory area, and releasing the existing shared memory area.

상기 제 1단계는, 상기 워크플로우 모델링 데이터를 거래형태에 따라 그룹별로 구분하도록 인덱싱하여 ID를 부여하고, 제 1저장부에 저장하는 단계와, 상기 워크플로우 모델링 데이터를 그룹별로 제 2저장부에 로딩하여 저장하는 단계를 포함하는 것이 바람직하다. The first step includes indexing the workflow modeling data into groups according to a transaction type, assigning IDs, storing the workflow modeling data in a first storage unit, and storing the workflow modeling data in a second storage unit for each group. It is preferable to include the step of loading and storing.

상기 그룹별 인덱스 단계는, 상기 거래전문을 처리하는 상기 워크플로우 모델링 데이터의 거래형태에 따라 각각의 그룹으로 구분하는 것이 바람직하다.The index for each group may be divided into groups according to a transaction type of the workflow modeling data for processing the transaction text.

본 발명은, 시스템구동중 상기 데이터베이스 장애발생시에는 상기 공유메모리만을 액세스하여 상기 거래전문을 처리하는 것이 바람직하다. In the present invention, when the database failure occurs during system operation, only the shared memory is accessed to process the transaction message.

상기 공유메모리는, 상기 공유메모리ID 및 그 공유메모리ID와 대응되는 워크플로우 모델링 데이터를 이중화하여 저장되고, 공유메모리ID 액세스만으로 대응되는 워크플로우 모델링 데이터를 실행시키는 것이 바람직하다. The shared memory preferably stores the shared memory ID and the workflow modeling data corresponding to the shared memory ID, and executes the corresponding workflow modeling data only by accessing the shared memory ID.

상기한 바와 같은 구성을 갖는 본 발명은, 워크플로우 모델링 데이터를 데이터베이스로부터 이중화하여 구성되는 공유메모리에 로딩하여 사용한다. 그리고, 상기 워크플로우 모델링 데이터를 거래업무별로 그룹화하여 인덱싱하고, 각 그룹별로 ID를 부여하며, 부여된 ID와 그룹별 워크플로우 모델링 데이터를 제 1저장부와 제 2저장부에 각각 저장한다. 이에 따라, 본 발명은 거래전문 검색으로 인한 거래응답시간을 단축하고, 모델링 데이터 변경시 및 데이터베이스 장애 발생시에도 거래를 지속적으로 처리할 수 있는 이점이 있다.According to the present invention having the above-described configuration, the workflow modeling data is loaded and used in a shared memory configured by duplication from a database. Then, the workflow modeling data is grouped and indexed for each transaction task, an ID is assigned to each group, and the assigned ID and workflow modeling data for each group are stored in the first storage unit and the second storage unit, respectively. Accordingly, the present invention has the advantage of shortening the transaction response time due to the transaction specialized search, and can continuously process the transaction even when modeling data changes and a database failure occurs.

이하, 첨부된 도면을 참조하여 본 발명의 바람직한 실시 예에 따른 워크플로 우 모델링 데이터 관리장치 및 방법을 상세하게 설명한다. Hereinafter, an apparatus and method for managing workflow modeling data according to a preferred embodiment of the present invention will be described in detail with reference to the accompanying drawings.

도 2에는 본 발명의 바람직한 실시 예에 따른 워크플로우 모델링 데이터 관리장치의 블록구성도가 도시되어 있고, 도 3에는 도 2에 도시된 워크플로우 모델링 데이터 관리장치에 적용된 공유메모리의 블록구성도가 도시되어 있다. 2 is a block diagram of a workflow modeling data management device according to a preferred embodiment of the present invention, Figure 3 is a block diagram of a shared memory applied to the workflow modeling data management device shown in FIG. It is.

도 2에서 본 발명에 따른 워크플로우 모델링 데이터 관리장치에는 일정 방법에 의해 금융거래를 요청하는 각종 금융단말(30)이 구성된다. 상기 금융단말(30)은 자동화기기(31), 웹단말(32), 포스단말(Point-Of-Sale Terminal, 판매시점 관리단말)(33), 인터넷뱅킹(34)이 가능한 개인용 컴퓨터, 이동통신단말기와 같이 다양한 형태로 구성될 수 있다. In FIG. 2, the workflow modeling data management apparatus according to the present invention includes various financial terminals 30 for requesting financial transactions by a predetermined method. The financial terminal 30 is an automated device 31, a web terminal 32, a POS terminal (Point-Of-Sale Terminal), a personal computer capable of Internet banking 34, mobile communication, It may be configured in various forms such as a terminal.

그리고, 상기 금융단말(30)을 통하여 요청되는 금융거래전문을 대응하는 하나 이상의 금융서버(10), 즉 코어뱅킹 서버(11), 인터넷뱅킹 서버(12), 카드계 서버(13), 여신서버(14) 등에 전송하여 처리하도록 하는 채널서버(20)가 구비된다. 상기 채널서버(20)는 상기 금융서버(10)에서 처리된 결과를 상기 금융거래전문이 발생된 금융단말(30)로 전달하는 기능을 수행한다. 상기 채널서버(20)는 각 채널특성에 맞는 데이터포맷으로 내부처리 데이터를 변환시키고, 이종의 채널로부터 들어오는 데이터를 내부적으로 처리하기 적합한 포맷의 데이터로 변환시키는 동작을 수행하기도 한다. In addition, at least one financial server 10 corresponding to the financial transaction text requested through the financial terminal 30, that is, core banking server 11, Internet banking server 12, card system server 13, credit server And a channel server 20 for transmitting and processing the same. The channel server 20 transmits the result processed by the financial server 10 to the financial terminal 30 in which the financial transaction text is generated. The channel server 20 converts the internal processing data into a data format suitable for each channel characteristic, and converts data from heterogeneous channels into data of a format suitable for internal processing.

상기 채널서버(20)에는, 상기 금융거래의 흐름을 제어하여 그 금융거래가 처리되도록 하는 워크플로우 엔진(21)이 구비된다. 상기 워크플로우 엔진(21)은 워크플로우 모델링 데이터(workflow modeling data, 이하 '모델링 데이터'라 함)를 기 반으로 상기 금융거래전문을 처리하도록 제어한다. 상기 모델링 데이터는 데이터베이스(22)와 공유메모리(23)에 각각 저장된다. 상기 데이터베이스(22)와 공유메모리(23)에 각각 저장하는 이중화(duplex)된 구조는 상기 데이터베이스(22)에 장애가 발생된 경우에도 상기 금융거래전문이 정상적으로 처리되도록 하기 위함이다. The channel server 20 is provided with a workflow engine 21 for controlling the flow of the financial transaction so that the financial transaction is processed. The workflow engine 21 controls to process the financial transaction text based on workflow modeling data (hereinafter referred to as 'modeling data'). The modeling data is stored in the database 22 and the shared memory 23, respectively. The duplexed structure stored in the database 22 and the shared memory 23 is to allow the financial transaction message to be processed normally even when the database 22 fails.

상기 워크플로우 엔진(21)은 초기 시스템 구동시 상기 데이터베이스(22)로부터 상기 모델링 데이터를 상기 공유메모리(23)에 로딩하여 실제 금융거래 수행시에는 상기 데이터베이스(22)가 아닌 상기 공유메모리(23)를 이용하여 처리한다. 이를 위해, 상기 워크플로우 엔진(21)은 상기 모델링 데이터를 거래형태에 따라 그룹화하고 각각의 그룹에 순차적으로 ID를 부여하여 공유메모리(23)에서 관리되도록 한다. 상기 공유메모리ID는 시스템 함수인 shmget 함수를 통하여 반환되며, 시스템 내에서 공유메모리를 구별할 수 있는 아이디이다. 따라서, 접근하는 프로세스에서는 공유메모리ID를 shmat 함수에 대입하여 해당 모델링 데이터가 저장된 공유메모리영역(23)의 포인터를 리턴 받아 사용할 수 있다. The workflow engine 21 loads the modeling data from the database 22 into the shared memory 23 when the initial system is driven, and the shared memory 23 rather than the database 22 when performing an actual financial transaction. Use to process. To this end, the workflow engine 21 groups the modeling data according to a transaction type and sequentially assigns IDs to respective groups so that they are managed in the shared memory 23. The shared memory ID is returned through the shmget function, which is a system function, and identifies the shared memory in the system. Therefore, in the accessing process, the shared memory ID may be substituted into the shmat function to receive a pointer of the shared memory area 23 in which the corresponding modeling data is stored.

도 3에는 공유메모리 구조가 도시되어 있다. 도 3에 도시된 바와 같이, 상기 공유메모리(23)는 공유메모리ID가 저장되는 제 1저장부(40)와, 상기 공유메모리ID별로 대응되어 상기 금융거래전문을 처리하기 위한 복수의 워크플로우 모델링 데이터가 각각 저장되는 제 2저장부(50)로 이루어진다. 예를 들면, 상기 공유메모리ID는 아라비아 숫자 '0', '1', '2', '3'‥‥ 등과 같이 순차적으로 인덱싱되어 부여되고, 각 공유메모리ID는 코어뱅킹, 인터넷뱅킹, 카드계업무, 여신업무 등을 가리킨다. 또, 상기 제 2저장부(50)는 상기 공유메모리ID와 대응되어 코어뱅킹, 인터넷 뱅킹, 카드계업무, 여신업무 등을 처리하기 위한 ID별 모델링 데이터가 각각 저장되어 있다. 따라서, 워크플로우 엔진(20)에 의해 '1'의 공유메모리ID가 선택되면, 공유메모리ID '1'과 대응되어 있는 워크플로우 모델링 데이터가 액세스되어 인터넷뱅킹업무를 처리하게 된다. 3 illustrates a shared memory structure. As shown in FIG. 3, the shared memory 23 includes a first storage unit 40 in which a shared memory ID is stored, and a plurality of workflow models for processing the financial transaction text corresponding to each shared memory ID. The second storage unit 50 stores data. For example, the shared memory IDs are indexed sequentially, such as Arabic numerals '0', '1', '2', '3' ... etc., and each shared memory ID is assigned to core banking, Internet banking, and card system. Refers to business, credit service, etc. In addition, the second storage unit 50 corresponds to the shared memory ID, and stores modeling data for each ID for processing core banking, Internet banking, credit card business, credit service, and the like. Therefore, when the shared memory ID of '1' is selected by the workflow engine 20, the workflow modeling data corresponding to the shared memory ID '1' is accessed to process the Internet banking task.

다음, 도 4 및 도 5를 참조하여 본 발명의 바람직한 실시 예에 따른 워크플로우 모델링 데이터 관리방법을 상세하게 설명한다. Next, a workflow modeling data management method according to a preferred embodiment of the present invention will be described in detail with reference to FIGS. 4 and 5.

도 4에는 도 2에 도시된 워크플로우 모델링 데이터 관리장치의 모델링 데이터를 이용한 금융거래처리방법이 단계별로 도시되어 있고, 도 5에는 본 발명에 따른 워크플로우 모델링 데이터 추가방법이 단계별로 도시되어 있으며, 도 6에는 도 5에 도시된 모델링 데이터 추가방법에 따라 모델링 데이터를 추가하는 동작이 예시되어 있다. 4 illustrates a financial transaction processing method using modeling data of the workflow modeling data management device illustrated in FIG. 2, and FIG. 5 illustrates a method for adding workflow modeling data according to the present invention. 6 illustrates an operation of adding modeling data according to the method of adding modeling data shown in FIG. 5.

먼저, 본 발명의 바람직한 실시 예에 따른 워크플로우 모델링 데이터를 이용한 금융거래처리방법을 상세하게 설명한다. First, a financial transaction processing method using workflow modeling data according to a preferred embodiment of the present invention will be described in detail.

도 4의 제 10단계(S10)에서, 금융서비스 제공시스템에 전원이 공급되어 워크플로우 엔진(21)이 기동된다. In the tenth step S10 of FIG. 4, power is supplied to the financial service providing system to activate the workflow engine 21.

워크플로우 엔진(21)은 데이터베이스(22)에 저장되어 있는 모델링 데이터를 데이터베이스(22)와 이중화되어 구성되는 제 2저장부(50)로 로딩하여 저장한다(S12). 이때, 워크플로우 엔진(21)은 상기 모델링 데이터를 거래 형태에 따라 그룹별로 구분하여 인덱싱하고, 구분된 그룹별로 저장영역을 설정하여 제 2저장부(50)에 저장한다. 예컨대, 상기 모델링 데이터는 코어뱅킹(51), 인터넷뱅킹(52), 카드계 거래(53), 여신거래(54)와 같이 그룹별로 인덱싱되어 저장된다.The workflow engine 21 loads and stores modeling data stored in the database 22 into the second storage unit 50 configured to be dualized with the database 22 (S12). At this time, the workflow engine 21 divides the modeling data into groups according to a transaction type and indexes them, sets a storage area for each group, and stores the modeling data in the second storage unit 50. For example, the modeling data is indexed and stored in groups such as core banking 51, internet banking 52, card-based transaction 53, and credit transaction 54.

그리고, 워크플로우 엔진(21)은 상기 그룹별 인덱스에 공유메모리ID를 생성시켜 각각 부여한 후 제 1저장부(40)에 저장한다. 예컨대, 상기 공유메모리ID는 코어뱅킹 거래 모델링 데이터 그룹(41)을 '0', 인터넷뱅킹 거래 모델링 데이터 그룹(42)을 '1', 카드계 거래모델링 데이터 그룹(43)을 '2', 여신거래서버 모델링 데이터 그룹(44)을 '3'으로 부여하는 방법으로 저장한다. 이때, 워크플로우 엔진(21)은 금융거래를 처리하기 위한 다른 프로세스들에게 상기 모델링 데이터를 상기 공유메모리에서 검색할 수 있도록 상기 제 1저장부(40)의 주소번지를 제공하여 접근 권한을 부여한다(S12).Then, the workflow engine 21 generates a shared memory ID in the index for each group, assigns the shared memory IDs, and stores the shared memory IDs in the first storage unit 40. For example, the shared memory ID is '0' for the core banking transaction modeling data group 41, '1' for the internet banking transaction modeling data group 42, and '2' for the card-based transaction modeling data group 43. The transaction server modeling data group 44 is stored in a method of giving '3'. At this time, the workflow engine 21 grants access rights to other processes for processing a financial transaction by providing the address of the first storage unit 40 so that the modeling data can be retrieved from the shared memory. (S12).

고객으로부터 거래가 요청되어 금융단말(30)을 통하여 거래전문이 수신되면(S14), 워크플로우 엔진(21)은 공유메모리(23)로부터 상기 수신된 거래전문에 해당하는 모델링 데이터를 검색한다. 먼저, 워크플로우 엔진(21)은 제 1저장부(40)에서 해당 모델링 데이터가 속하는 그룹의 공유메모리ID가 존재하는지 검색하고(S16), 상기 거래전문의 해당 그룹 공유메모리ID를 취득한다(S18). 그리고, 취득된 공유메모리ID를 이용하여 해당 그룹의 모델링 데이터 저장소, 즉 제 2저장부(50)에 대한 접근 권한을 취득하여 상기 모델링 데이터를 검색한다(S20). When a transaction is requested from a customer and a transaction text is received through the financial terminal 30 (S14), the workflow engine 21 searches for modeling data corresponding to the received transaction text from the shared memory 23. First, the workflow engine 21 searches whether the shared memory ID of the group to which the corresponding modeling data belongs in the first storage unit 40 exists (S16), and acquires the corresponding group shared memory ID of the transaction text (S18). ). Then, the access rights to the modeling data storage of the group, that is, the second storage unit 50 are acquired using the acquired shared memory ID, and the modeling data is retrieved (S20).

이어서, 상기 수신된 거래전문에 해당하는 모델링 데이터가 존재하면(S22), 워크플로우 엔진(21)은 그를 이용하여 상기 거래전문을 해당하는 업무계정에 맞는 데이터포맷으로 선택적으로 변환하여 해당 금융서버(10)로 전송한다(S24). 그리고, 제 26단계(S26)에서 워크플로우 엔진(21)은 금융서버(10)로부터 상기 거래전문의 처리결과인 거래응답전문을 수신하여, 해당 금융단말(30)로 송신한다(S28). Subsequently, if there is modeling data corresponding to the received transaction text (S22), the workflow engine 21 selectively converts the transaction text into a data format suitable for the corresponding business account by using the financial server ( 10) (S24). In operation 26, the workflow engine 21 receives a transaction response message, which is a transaction result of the transaction message, from the financial server 10 and transmits the transaction response message to the corresponding financial terminal 30 (S28).

구체적으로, 예를 들면, 자동화기기(31)에서 현금카드를 이용한 출금거래를 요청하는 거래전문이 수신되면, 워크플로우 엔진(21)은 제 1저장부(40)에서 상기 거래전문에 해당하는 그룹의 공유메모리ID, 즉 코어뱅킹 모델링 데이터 그룹ID(41) '0'과 카드계 거래 모델링 데이터 그룹ID(43) '2'를 취득한다. 이어서, 워크플로우 엔진(21)은 상기 취득된 공유메모리ID를 이용하여 제 2저장부(50)에 접근하고, 해당 모델링 데이터를 검색한다. 예컨대, 상기 모델링 데이터는 코어뱅킹과 카드계 거래로 구성되고, 워크플로우 엔진(21)은 코어뱅킹 서버(11) 및 카드계 서버(13)로 상기 거래전문을 순차적으로 전송하고, 거래응답전문을 수신하여 자동화기기(31)로 송신한다. Specifically, for example, when a transaction message requesting a withdrawal transaction using a cash card is received from the automation device 31, the workflow engine 21 may have a group corresponding to the transaction message in the first storage unit 40. The shared memory ID, i.e., the core banking modeling data group ID 41'0 'and the card-based transaction modeling data group ID 43'2' are obtained. Subsequently, the workflow engine 21 accesses the second storage unit 50 using the acquired shared memory ID and retrieves the corresponding modeling data. For example, the modeling data is composed of core banking and card-based transactions, and the workflow engine 21 sequentially transmits the transaction message to the core banking server 11 and the card-based server 13, and provides a transaction response message. Receive and transmit to the automation device 31.

다음, 도 5 내지 도 6을 참조하여 본 발명의 바람직한 실시 예에 따른 워크플로우 모델링 데이터 추가방법을 상세하게 설명한다. Next, a method for adding workflow modeling data according to a preferred embodiment of the present invention will be described in detail with reference to FIGS. 5 to 6.

도 5의 제 30단계(S30)에서, 워크플로우 엔진(21)이 기동하여 금융시스템 구동 중, 데이터베이스(22)에 저장된 모델링 데이터를 변경하고자 하는 명령이 입력되면(S32), 제 34단계(S34)에서 워크플로우 엔진(21)은, 먼저 데이터베이스(22)에 새로이 추가되는 모델링 데이터를 추가한다. In the thirtieth step S30 of FIG. 5, if a command to change modeling data stored in the database 22 is input while the workflow engine 21 is started and the financial system is being driven (S32), the thirty-fourth step S34 The workflow engine 21 first adds new modeling data to the database 22.

그리고, 제 34단계(S34)에서 워크플로우 엔진(21)은 새로 추가되는 모델링 데이터를 기존의 모델링 데이터에 추가한 후, 제 2저장부 영역(50)의 새로운 영역(54')을 설정하여 저장한다(S36). 이때, 워크플로우 엔진(21)은 상기 추가되는 모델링 데이터에 부여된 공유메모리ID를 제 1저장부(40)의 해당 그룹 공유메모리ID 와 교체저장한다(S38). In operation 34, the workflow engine 21 adds the newly added modeling data to the existing modeling data, and then sets and stores a new area 54 ′ of the second storage area 50. (S36). At this time, the workflow engine 21 replaces and stores the shared memory ID assigned to the added modeling data with the corresponding group shared memory ID of the first storage unit 40 (S38).

구체적으로, 그룹4(예컨대 여신거래 모델링 데이터 그룹)에 모델링 데이터를 추가하는 경우를 상세하게 설명한다. Specifically, the case where modeling data is added to Group 4 (for example, credit transaction modeling data group) will be described in detail.

워크플로우 엔진(21)은 데이터베이스(22)와 공유메모리(23)의 제 2저장부(50)에 추가되는 모델링 데이터를 저장한다(도 6의 ①). 그리고, 제 1저장부(40)에 그룹4 공유메모리ID(2) '4'(44')를 신규로 생성하여(도 6의 ②) 상기 추가된 모델링 데이터의 저장영역(54')을 설정한다(도 6의 ③). 이때, 워크플로우 엔진(21)은 기존 모델링 데이터 저장영역(54)의 설정을 해제한다. The workflow engine 21 stores modeling data added to the database 22 and the second storage unit 50 of the shared memory 23 (1 in Fig. 6). Then, a new group 4 shared memory ID (2) '4' (44 ') is newly created in the first storage unit 40 (2 in FIG. 6) to set the storage area 54' of the added modeling data. (3 in FIG. 6). At this time, the workflow engine 21 releases the setting of the existing modeling data storage area 54.

이어서, 워크플로우 엔진은 여신거래 모델링 데이터 그룹의 공유메모리ID (44) '3'을 상기 신규로 생성된 공유메모리ID(44') '4'로 교체하고(도 6의 ④) 기존의 공유메모리ID(44) '3'을 삭제한다(도 6의 ⑤). Subsequently, the workflow engine replaces the shared memory ID 44 '3' of the credit transaction modeling data group with the newly created shared memory ID 44 '4' (4 in Fig. 6). The ID 44'3 'is deleted (5 in Fig. 6).

이와 같이, 워크플로우 엔진(21)은 제 1저장부(40)와 제 2저장부(50)의 모델링 데이터 추가동작을 동적으로 수행할 수 있다. 그리고, 공유메모리(23)의 해당 그룹 영역에서만 수행되는 추가 작업에 의하여, 다른 그룹에 해당하는 거래전문을 처리하는 프로세서에서는 별도의 거래지연 없이 정상적인 거래의 흐름을 유지할 수 있다.  As such, the workflow engine 21 may dynamically perform modeling data addition operations of the first storage unit 40 and the second storage unit 50. Further, by the additional work performed only in the corresponding group area of the shared memory 23, the processor for processing the transaction text corresponding to the other group may maintain the normal flow of the transaction without additional transaction delay.

상기의 과정을 통하여, 본 발명의 실시 예에 따른 금융서비스 제공시스템 및 그 워크플로우 모델링 데이터 관리방법은 데이터베이스와 이중화되어 구성되는 공유메모리에 모델링 데이터를 그룹별로 인덱싱하여 저장하고, 검색 및 변경에 따른 처리속도를 향상시킨다. Through the above process, the financial service providing system and the workflow modeling data management method according to an embodiment of the present invention are indexed and stored by grouping the modeling data in a shared memory configured to be duplicated with the database, according to the search and change Improve the processing speed

상기의 실시 예에서는 금융시스템을 이용하여 설명하였으나, 본 발명은 BPM과 같이 비지니스 프로세스를 효율적으로 관리하기 위한 각종 처리동작을 수행하는 다양한 시스템에 적용가능하다. Although the above embodiments have been described using the financial system, the present invention can be applied to various systems that perform various processing operations for efficiently managing business processes such as BPM.

이상과 같이, 본 발명이 도면에 도시된 실시 예를 참고하여 설명되었으나, 이는 예시적인 것들에 불과하며, 본 발명이 속하는 기술 분야의 통상의 지식을 가진 자라면 본 발명의 요지 및 범위를 벗어나지 않으면서도 다양한 변형, 변경 및 균등한 타 실시 예들이 가능하다는 것을 명백하게 알 수 있을 것이다. 따라서, 본 발명의 진정한 기술적 보호범위는 첨부된 등록 청구범위의 기술적 사상에 의해 정해져야 할 것이다.   As described above, the present invention has been described with reference to the embodiments shown in the drawings, which are merely exemplary, and a person of ordinary skill in the art without departing from the spirit and scope of the present invention. It will be apparent that various modifications, changes, and equivalent other embodiments are possible. Therefore, the true technical protection scope of the present invention will be defined by the technical spirit of the appended claims.

상술한 바와 같이, 본 발명은 워크플로우 엔진 기동시에 데이터베이스와 이중화되어 구성되는 공유메모리로 워크플로우 모델링 데이터를 그룹별로 구분하도록 인덱싱하여 저장한 후, 거래발생시에 해당 데이터를 공유메모리에서 검색하여 거래전문을 처리하도록 제어한다. As described above, the present invention indexes and stores the workflow modeling data into groups by using a shared memory configured to be duplicated with a database when the workflow engine is started, and then retrieves the corresponding data from the shared memory when a transaction occurs. Control to process

이에 따라, 본 발명은 다음과 같은 효과를 가진다. Accordingly, the present invention has the following effects.

먼저, 본 발명은 데이터베이스 검색에 따른 트랜잭션 수를 줄이고, 대량의 모델링 데이터 검색에 따른 거래 지연을 방지하여 처리속도를 향상시킨다. First, the present invention improves the processing speed by reducing the number of transactions according to the database search, and preventing the transaction delay caused by the retrieval of a large amount of modeling data.

그리고, 본 발명은 데이터베이스와 이중화되어 구성되는 공유메모리를 이용하여 데이터베이스 장애발생과 무관하게 독립적으로 거래업무를 처리할 수 있다. In addition, the present invention can process transactions independently of a database failure by using a shared memory configured to be duplicated with a database.

이와 같이, 본 발명은 워크플로우 모델링 데이터를 효율적으로 관리할 수 있 는 이점이 있다. As such, the present invention has the advantage of efficiently managing the workflow modeling data.

Claims (17)

거래전문을 처리하기 위한 거래별 워크플로우 모델링 데이터가 저장되는 데이터베이스,Database that stores transaction-specific workflow modeling data for processing transaction text, 거래형태에 따라 상기 워크플로우 모델링 데이터가 그룹별로 인덱싱되어 저장되는 공유메모리, 그리고Shared memory in which the workflow modeling data is indexed and stored in groups according to a transaction type, and 상기 워크플로우 모델링 데이터를 상기 공유메모리에 로딩하여 저장하고, 상기 거래전문에 대응되는 해당 워크플로우 모델링 데이터를 상기 공유메모리에서 검색하여 거래업무를 처리하도록 제어하는 워크플로우 엔진을 포함하여 구성되는 것을 특징으로 하는 워크플로우 모델링 데이터 관리장치.And a workflow engine configured to load and store the workflow modeling data in the shared memory, and to control the processing of the transaction by searching for the corresponding workflow modeling data corresponding to the transaction text in the shared memory. Workflow modeling data management device. 제 1항에 있어서, 상기 공유메모리는,The method of claim 1, wherein the shared memory, 상기 금융거래별로 그룹화하고 각 그룹에 순차적으로 부여된 공유메모리ID를 저장하는 제 1저장부와, A first storage unit grouping the financial transactions and storing the shared memory IDs sequentially assigned to each group; 상기 공유메모리ID별로 대응되어 해당 거래전문을 처리하기 위한 워크플로우 모델링 데이터를 저장하는 제 2저장부를 포함하여 구성되고,Comprising a second storage unit for storing the workflow modeling data for processing the corresponding transaction message corresponding to each of the shared memory ID, 상기 데이터베이스와 이중화되어 구성되는 것을 특징으로 하는 워크플로우 모델링 데이터 관리장치.Workflow modeling data management device characterized in that the configuration is redundant with the database. 제 1항에 있어서, 상기 워크플로우 엔진은,The method of claim 1, wherein the workflow engine, 최초 기동시에 상기 워크플로우 모델링 데이터를 로딩하여 상기 제 2저장부에 저장하는 것을 특징으로 하는 워크플로우 모델링 데이터 관리장치.The workflow modeling data management device, characterized in that for loading the workflow modeling data at the first startup and store in the second storage. 제 1항에 있어서, 상기 워크플로우 엔진은,The method of claim 1, wherein the workflow engine, 상기 워크플로우 모델링 데이터를 상기 제 2저장부에 저장하는 경우, 워크플로우 모델링 데이터를 그룹별로 관리하도록 상기 공유메모리ID 및 그 공유메모리ID와 대응되는 워크플로우 모델링 데이터를 매칭시켜 저장하는 것을 특징으로 하는 워크플로우 모델링 데이터 관리장치.When the workflow modeling data is stored in the second storage unit, the workflow modeling data corresponding to the shared memory ID and the shared memory ID are stored to be stored so as to manage the workflow modeling data for each group. Workflow modeling data management device. 제 1항에 있어서, 상기 워크플로우 엔진은,The method of claim 1, wherein the workflow engine, 상기 공유메모리ID가 선택되면 선택된 공유메모리를 시스템함수에 대입하고 상기 제 2저장부를 구별하는 포인터를 이용하여 해당 워크플로우 모델링 데이터를 제공받아 처리하는 것을 특징으로 하는 워크플로우 모델링 데이터 관리장치.And when the shared memory ID is selected, assigning the selected shared memory to a system function and using the pointer for distinguishing the second storage unit to receive and process the corresponding workflow modeling data. 제 5항에 있어서, 상기 시스템 함수는,The method of claim 5, wherein the system function, shmat 함수인 것을 특징으로 하는 워크플로우 모델링 데이터 관리장치.Workflow modeling data management device, characterized in that the shmat function. 제 1항에 있어서, 상기 워크플로우 엔진은, The method of claim 1, wherein the workflow engine, 상기 데이터베이스에 장애가 발생한 경우 상기 공유메모리만을 액세스하여 금융거래를 수행하는 것을 특징으로 하는 워크플로우 모델링 데이터 관리장치.The workflow modeling data management device, characterized in that for performing a financial transaction by accessing only the shared memory in the event of a failure of the database. 제 1항에 있어서, 상기 워크플로우 엔진은,The method of claim 1, wherein the workflow engine, 상기 워크플로우 모델링 데이터가 추가/변경되는 경우, 그 추가/변경된 워크플로우 모델링 데이터를 제 2저장부에 저장하고, 이와 대응되는 공유메모리ID를 제 1저장부에 새롭게 생성하여 교체하는 것을 특징으로 하는 워크플로우 모델링 데이터 관리장치.When the workflow modeling data is added / changed, the added / modified workflow modeling data is stored in a second storage unit, and a corresponding shared memory ID is newly generated and replaced in the first storage unit. Workflow modeling data management device. 제 1항에 있어서, 상기 워크플로우 엔진은,The method of claim 1, wherein the workflow engine, 상기 거래전문이 수신되면, 상기 거래전문이 해당하는 그룹의 공유메모리ID를 이용하여 해당 그룹의 워크플로우 모델링 데이터 저장영역만을 검색하여 해당 워크플로우 모델링 데이터를 검색하도록 제어하는 것을 특징으로 하는 워크플로우 모델링 데이터 관리장치.When the transaction text is received, the workflow text message is controlled by searching only the workflow modeling data storage area of the group using the shared memory ID of the corresponding group to search for the corresponding workflow modeling data. Data management device. 제 1항에 있어서, 상기 워크플로우 엔진은,The method of claim 1, wherein the workflow engine, 상기 워크플로우 모델링 데이터가 변경되는 경우, 거래지연을 방지하기 위하여 상기 공유메모리의 해당 그룹만을 변경하도록 제어하는 것을 특징으로 하는 워크플로우 모델링 데이터 관리장치. When the workflow modeling data is changed, the workflow modeling data management device, characterized in that to control to change only the corresponding group of the shared memory to prevent transaction delay. 워크플로우 모델링 데이터를 데이터베이스로부터 공유메모리로 로딩하여 저장하는 제 1단계;A first step of loading and storing the workflow modeling data from the database into the shared memory; 상기 공유메모리 접근 권한을 취득하는 제 2단계;A second step of acquiring the shared memory access right; 상기 접근권한이 취득되면, 거래전문을 수신하고 이와 대응되는 ID를 검색하는 제 3단계;A third step of receiving a transaction message and searching for an ID corresponding thereto when the access right is acquired; 상기 검색된 ID로 상기 공유메모리에서 해당 워크플로우 모델링 데이터를 검색하는 제 4단계; 그리고A fourth step of retrieving corresponding workflow modeling data from the shared memory using the retrieved ID; And 상기 검색된 워크플로우 모델링 데이터를 이용하여 상기 거래전문을 처리하는 제 5단계를 포함하는 것을 특징으로 하는 워크플로우 모델링 데이터 관리방법.And a fifth step of processing the transaction text using the retrieved workflow modeling data. 제 11항에 있어서, The method of claim 11, 상기 워크플로우 모델링 데이터가 추가/변경되는 단계를 더 포함하는 것을 특징으로 하는 워크플로우 모델링 데이터 관리방법.The workflow modeling data management method further comprises the step of adding / changing the workflow modeling data. 제 12항에 있어서, 상기 추가/변경단계는, The method of claim 12, wherein the adding / changing step, 상기 워크플로우 모델링 데이터를 상기 데이터베이스에 추가/변경하는 단계;Adding / changing the workflow modeling data to the database; 상기 추가/변경된 워크플로우 모델링 데이터의 그룹별 인덱스를 새로이 생성하여 교체하는 단계; 그리고Creating and replacing a new index for each group of the added / modified workflow modeling data; And 상기 추가/변경된 워크플로우 모델링 데이터를 새로운 공유메모리영역에 할당하여 저장하고, 기존의 공유메모리영역을 해제하는 단계를 포함하는 것을 특징으로 하는 워크플로우 모델링 데이터 관리방법.And assigning and storing the added / modified workflow modeling data in a new shared memory area and releasing the existing shared memory area. 제 11항 내지 제 13항 중 어느 한 항에 있어서, 상기 제 1단계는,The method of claim 11, wherein the first step comprises: 상기 워크플로우 모델링 데이터를 거래형태에 따라 그룹별로 구분하도록 인덱싱하여 ID를 부여하고, 제 1저장부에 저장하는 단계와, Indexing the workflow modeling data into groups according to a transaction type, assigning IDs, and storing the workflow modeling data in a first storage unit; 상기 워크플로우 모델링 데이터를 그룹별로 제 2저장부에 로딩하여 저장하는 단계를 포함하는 것을 특징으로 하는 워크플로우 모델링 데이터 관리방법.And loading and storing the workflow modeling data in a second storage unit for each group. 제 14항에 있어서, 상기 그룹별 인덱스 단계는,The method of claim 14, wherein the indexing for each group comprises: 상기 거래전문을 처리하는 상기 워크플로우 모델링 데이터의 거래형태에 따라 각각의 그룹으로 구분하는 것을 특징으로 하는 워크플로우 모델링 데이터 관리방법.Workflow modeling data management method characterized in that divided into each group according to the transaction type of the workflow modeling data processing the transaction text. 제 11항 내지 제 13항 중 어느 한 항에 있어서, The method according to any one of claims 11 to 13, 시스템구동중 상기 데이터베이스 장애발생시에는 상기 공유메모리만을 액세스하여 상기 거래전문을 처리하는 것을 특징으로 하는 워크플로우 모델링 데이터 관리방법.Workflow modeling data management method, characterized in that when the database failure occurs during system operation only the shared memory to access the transaction text. 제 11항 내지 제 13항 중 어느 한 항에 있어서, 상기 공유메모리는, The shared memory of claim 11, wherein the shared memory comprises: 상기 공유메모리ID 및 그 공유메모리ID와 대응되는 워크플로우 모델링 데이터를 이중화하여 저장되고, 공유메모리ID 액세스만으로 대응되는 워크플로우 모델링 데이터를 실행시키는 것을 특징으로 하는 워크플로우 모델링 데이터 관리방법.And storing the workflow modeling data corresponding to the shared memory ID and the shared memory ID, and executing the workflow modeling data only by accessing the shared memory ID.
KR1020070052235A 2007-05-29 2007-05-29 Apparatus and method for workflow modeling data management KR20080104863A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020070052235A KR20080104863A (en) 2007-05-29 2007-05-29 Apparatus and method for workflow modeling data management

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020070052235A KR20080104863A (en) 2007-05-29 2007-05-29 Apparatus and method for workflow modeling data management

Publications (1)

Publication Number Publication Date
KR20080104863A true KR20080104863A (en) 2008-12-03

Family

ID=40366403

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020070052235A KR20080104863A (en) 2007-05-29 2007-05-29 Apparatus and method for workflow modeling data management

Country Status (1)

Country Link
KR (1) KR20080104863A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014158199A1 (en) * 2013-03-29 2014-10-02 Intuit, Inc. Method and system for creating and distributing financial application workflows
CN108074192A (en) * 2016-11-14 2018-05-25 平安科技(深圳)有限公司 Responsibility definition data lead-in method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014158199A1 (en) * 2013-03-29 2014-10-02 Intuit, Inc. Method and system for creating and distributing financial application workflows
CN108074192A (en) * 2016-11-14 2018-05-25 平安科技(深圳)有限公司 Responsibility definition data lead-in method and device

Similar Documents

Publication Publication Date Title
CN108595157B (en) Block chain data processing method, device, equipment and storage medium
US8181173B2 (en) Determining priority for installing a patch into multiple patch recipients of a network
EP1808779B1 (en) Bundling database
CN108388604A (en) User right data administrator, method and computer readable storage medium
EP3815342B1 (en) Adaptive user-interface assembling and rendering
CN103455526A (en) ETL (extract-transform-load) data processing method, device and system
CN103544153A (en) Data updating method and system based on database
US10650013B2 (en) Access operation request management
JP4066621B2 (en) Full-text search system and full-text search program
CN101989294B (en) Distributed file resolving method and resolving system
CN109460409A (en) Data access method and device
CN109213429B (en) Storage management method and device
CN100485640C (en) Cache for an enterprise software system
CN111522881B (en) Service data processing method, device, server and storage medium
CN108280355A (en) A kind of data desensitization method and device
CN104317660A (en) Bank parameter managing system
RU2721235C2 (en) Method and system for routing and execution of transactions
KR20080104863A (en) Apparatus and method for workflow modeling data management
CN109299175B (en) Dynamic expansion method, system, device and storage medium for database
US8630973B2 (en) Distributed processing system for calculations based on objects from massive databases
WO2021043091A1 (en) Intelligent import method and apparatus for template table, and electronic device and computer readable storage medium
CN110019113B (en) Database service processing method and database server
US11733899B2 (en) Information handling system storage application volume placement tool
CN101796493B (en) information search system, information search method, and program
JP2005526328A (en) Automatic data import

Legal Events

Date Code Title Description
N231 Notification of change of applicant
WITN Withdrawal due to no request for examination