CN102799962B - A kind of layout type business process system and its implementation - Google Patents

A kind of layout type business process system and its implementation Download PDF

Info

Publication number
CN102799962B
CN102799962B CN201210216082.4A CN201210216082A CN102799962B CN 102799962 B CN102799962 B CN 102799962B CN 201210216082 A CN201210216082 A CN 201210216082A CN 102799962 B CN102799962 B CN 102799962B
Authority
CN
China
Prior art keywords
business
flow
processing
configuration file
service
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN201210216082.4A
Other languages
Chinese (zh)
Other versions
CN102799962A (en
Inventor
王滨
薛炳如
曹兴华
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NANJING HIAWARD INFORMATION TECHNOLOGY Co Ltd
Original Assignee
NANJING HIAWARD INFORMATION TECHNOLOGY Co Ltd
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 NANJING HIAWARD INFORMATION TECHNOLOGY Co Ltd filed Critical NANJING HIAWARD INFORMATION TECHNOLOGY Co Ltd
Priority to CN201210216082.4A priority Critical patent/CN102799962B/en
Publication of CN102799962A publication Critical patent/CN102799962A/en
Application granted granted Critical
Publication of CN102799962B publication Critical patent/CN102799962B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The present invention relates to a kind of layout type business process system and its implementation, business processing flow is described by operation flow configuration file, business processing configuration file and business rule configuration file three kinds of configuration files and is defined by it, made the operation flow in operation flow, business processing and business rule independently define, not interfere with each other by this configuration mode, thus achieve the decoupling zero of three, the great dirigibility that maintenance and exploitation for business processing flow increase and convenience; Simultaneously, business processing configuration file records the related information that processing node and service link realize module, business rule configuration file records the related information that Controlling vertex and business rule realize module, there is again organically contact between these three configuration files visible are mutual, guarantee that business can operate smoothly.The dirigibility of development efficiency and adaption demand change can be improved by the present invention, shorten the construction cycle simultaneously, reduce cost of development and maintenance cost.

Description

A kind of layout type business process system and its implementation
Technical field
The present invention relates to a kind of layout type business process system and its implementation, belong to business management system develop computer software platform technology field.
Background technology
Flow technologies is by being defined by each service link of business processing flow, and is assembled by each service link by the method for flow custom, and the method eventually through Row control realizes the process of operation flow.
Existing procedure technology focuses on customization and the control of operation flow, and flow custom can be developer also can be that user participates in, and final object is the change being adapted to operation flow by flow custom, and the change of Row control support process customization performs.
As Chinese invention patent ZL200410075336.0, disclose one and " utilize the method and system of discrete unit quick establishing business processing flow ", all operation flows are carried out discrete acquisition by it " can complete the discrete unit of specific function ", and determine the assembling form (execution sequence) of each discrete unit in each operation flow, carry out flow process running according to this assembling form, realize business processing.The advantage of this kind of system is: when operation flow changes, and only needs discrete unit and assembling form thereof in adjustment " transaction processing system storage unit ", just can finishing service reconstruct.
There is following defect in this system:
1, business rule process is often related in business procession, business rule process is not separated from " discrete unit " by this system, if business rule is once change, then need to modify to " discrete unit ", and multiple " discrete unit " can relate to same business rule, so these " discrete units " all need to modify one by one, and workload is large;
2, this system cannot control flow nodes in flow process operation process, also just cannot reflect the process flow operation state of computer-internal, so can causing trouble tupe complicated;
3, in " transaction processing system storage unit " in this system, the corresponding operation flow of each business, when the business model that there is two or more business is identical, in each operation flow, the process (comprising operation interface and processing logic) of service link and business rule need exploitation, when the requirements of process change of the identical class of operation flow, need to become more substantial operation flow, such flow process building mode not only takes time and effort, and is not easy to safeguard.
Summary of the invention
Technical matters to be solved by this invention is, overcomes the above-mentioned deficiency of prior art, provides a kind of layout type business process system, and by reconstructing file configuration realization flow, the maintenance of business processing flow is convenient.
In order to solve above technical matters, a kind of layout type business process system provided by the invention, is characterized in that comprising:
Operation flow configuration file, record the execution precedence of each flow nodes in the flow nodes of all operation flows and each operation flow, described flow nodes comprises processing node, Controlling vertex;
Business processing configuration file, records the incidence relation that the processing node of operation flow and service link realize module;
Business rule configuration file, records the incidence relation that the Controlling vertex of operation flow and business rule realize module;
Row control engine, inside have flow process running control module, described Row control engine is for reading operation flow configuration file, in Installed System Memory, create corresponding flow instance object and the flow process context object for Stored Procedure data according to instruction, and order performs the flow nodes of flow instance object until flow performing terminates;
Service-processing engine, inside have service link and realize module, described service link realizes module and comprises business operation interface, business processing assembly and business datum, described service-processing engine is for reading business processing configuration file, when flow performing is to processing node, the service link associated with processing node is found to realize module according to business processing configuration file, call corresponding service operation interface for user's typing business datum, and this business datum is converted to flow data and is stored in described flow process context object, call business processing assembly again and carry out business processing, service processing result is set in flow process context object for follow-up flow nodes,
Rules processing engine, inside have business rule and realize module, described business rule realizes module and comprises business rule logical process assembly Sum fanction data, described rules processing engine is for reading business rule configuration file, when flow performing is to Controlling vertex, the business rule associated with Controlling vertex is found to realize module according to business rule configuration file, flow data in flow process context is converted to the regular data for business rule process, and call business rule logical process assembly and carry out logical operation process, operation result is set in flow process context object for follow-up flow nodes.
Present system further improves and is: in described operation flow configuration file, and the business with identical services pattern is represented with same operation flow.
The business datum of service-processing engine refers to the data that service-processing engine uses when carrying out business processing, " card number ", " password ", " Account Type " that such as, relate in bank debits business, " dealing money ", " Currency Type ".
The regular data of rules processing engine refers to the data that rules processing engine carries out rule match and uses, and such as, in bank debits business, " dealing money " is if be greater than 100,000, needs to preengage in advance.
Described flow instance object and flow process context object one_to_one corresponding.Flow instance, to liking the flow object generated according to operation flow configuration file, wherein comprises each flow nodes object and the control object for flow performing; Flow process context object is preserved the data of flow nodes in flow instance object and is belonged to the global data of flow process, when flow performing, service-processing engine corresponding to flow nodes or rules processing engine can be read and write the data in flow process context, thus meet the requirement of business processing Sum fanction process.
Present invention also offers the implementation method of layout type business process system, it is characterized in that comprising the steps:
1) operation flow configuration file is built---each service link of operation flow is defined as flow nodes, and the execution precedence of each flow nodes is defined according to operation flow, assembled by the mode of configuration, form operation flow configuration file, described flow nodes comprises processing node and Controlling vertex;
2) business processing configuration file is built---processing node and service link are realized module and is associated by the mode configured, form business processing configuration file;
3) business rule configuration file is built---Controlling vertex and business rule are realized module and is associated by the mode configured, form business rule configuration file;
4) Row control engine is built---Establishing process running control module in Row control engine, operates for control flow;
5) service-processing engine---realize module at the built-in vertical service link of service-processing engine, for business processing, described service link realizes module and comprises business operation interface, business processing assembly and business datum structure;
6) rules processing engine---realize module at the built-in vertical business rule of rules processing engine, for business rule process, described business rule realizes module and comprises business rule logical process assembly Sum fanction data structure;
7) Row control engine carries out flow process running according to operation flow configuration file, until complete the execution of all flow nodes; When flow performing is to processing node, service-processing engine finds corresponding service link to realize module according to business processing configuration file, triggers corresponding service operation interface, and obtain the business datum of user's input, corresponding service processing components processes afterwards; When flow performing is to Controlling vertex, rules processing engine finds corresponding business rule to realize module according to business rule configuration file, and calls corresponding service logic rules processing components and carry out logical operation process.
Further, the business with identical services pattern is represented with same operation flow, and it is independent mutually that described operation flow and service link realize module, and it is independent mutually that described operation flow and business rule realize module.
Further, described Row control engine creates corresponding flow instance object and the flow process context object for Stored Procedure data according to instruction in Installed System Memory; The business datum of acquisition is converted to flow data and is stored in flow process context object by described service-processing engine, and is set to by service processing result in flow process context object; Flow data in flow process context is converted to the regular data for business rule process by rules processing engine, and calls business rule logical process assembly and carry out logical operation process, is reset to by operation result in flow process context object.
Compared with prior art, the present invention has the following advantages: business processing flow is described by operation flow configuration file, business processing configuration file and business rule configuration file three kinds of configuration files and is defined, made the operation flow in business processing flow, business processing and business rule independently define, not interfere with each other by this configuration mode, thus achieve the decoupling zero of three, for the maintenance of business processing flow and exploitation increase great dirigibility and convenience; Simultaneously, business processing configuration file records the related information that flow nodes (processing node) and service link realize module, business rule configuration file records the related information that flow nodes (Controlling vertex) and business rule realize module, visible these three configuration files recording related information mutually between there is again organically contact, guarantee that business can operate smoothly.When building new business processing flow, application developer only needs definition operation flow configuration file, and according to concrete business, exploitation service link realizes module, and sets up the mapping relations configured with operation flow; Exploitation business rule realizes module, and sets up the mapping relations configured with operation flow, can complete the structure of new business processing flow.When the business processing flow of identical services flow process configuration needs to change, application developer only needs to change operation flow configuration (file), can realize the change of the business processing flow of all identical services flow processs.Therefore, the dirigibility that can improve development efficiency and adaption demand change by the present invention, reduces cost of development and cycle simultaneously.In addition, business rule process is separated by the present invention from business processing, like this when business rule changes, only need realize module to business rule and business rule configuration file is modified, and need not Service Processing Module be modified, reduce construction cycle and maintenance cost.
Accompanying drawing explanation
Fig. 1 is the structured flowchart of layout type business process system of the present invention.
To be bank to open an account/account cancellation process figure to public current Fig. 2.
Fig. 3 newly-increased has the bank of subsequent supervision service link to open an account/account cancellation process figure to public current.
Embodiment
For making the object of the embodiment of the present invention, technical scheme and advantage clearly, below in conjunction with the accompanying drawing in the embodiment of the present invention, technical scheme in the embodiment of the present invention is clearly and completely described, obviously, described embodiment is the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.It should be noted that, accompanying drawing all adopts the form that simplifies very much and all uses non-ratio accurately, only in order to object that is convenient, the clearly aid illustration embodiment of the present invention.
As shown in Figure 1, be the structured flowchart of layout type business process system of the present invention, system comprises:
Operation flow configuration file, record the execution precedence of each flow nodes in the flow nodes of all operation flows and each operation flow, described flow nodes comprises processing node, Controlling vertex;
Business processing configuration file, records the incidence relation that the processing node of operation flow and service link realize module;
Business rule configuration file, records the incidence relation that the Controlling vertex of operation flow and business rule realize module;
Row control engine, inside have flow process running control module, described Row control engine is for reading operation flow configuration file, in Installed System Memory, create corresponding flow instance object and the flow process context object for Stored Procedure data according to instruction, and order performs the flow nodes of flow instance object until flow performing terminates;
Service-processing engine, inside have service link and realize module, described service link realizes module and comprises business operation interface, business processing assembly and business datum, described service-processing engine is for reading business processing configuration file, when flow performing is to processing node, the service link associated with processing node is found to realize module according to business processing configuration file, call corresponding service operation interface for user's typing business datum, and this business datum is converted to flow data and is stored in described flow process context object, call business processing assembly again and carry out business processing, service processing result is set in flow process context object for follow-up flow nodes,
Rules processing engine, inside have business rule and realize module, described business rule realizes module and comprises business rule logical process assembly Sum fanction data, described rules processing engine is for reading business rule configuration file, when flow performing is to Controlling vertex, the business rule associated with Controlling vertex is found to realize module according to business rule configuration file, flow data in flow process context is converted to the regular data for business rule process, and call business rule logical process assembly and carry out logical operation process, operation result is set in flow process context object for follow-up flow nodes.
Now with bank, public current opened an account and public current account cancellation process exploitation and change maintenance illustrated to the implementation method of this layout type business process system.
Open an account as the conversational traffic of bank to public current, its function is that unit or corporate client open for the account of saving and conclude the business in bank.This service needed adopts the mode of workflow examination and approval to realize.Be below specific implementation:
Build Row control engine, in Row control engine, Establishing process running control module, operates for control flow.
Build service-processing engine, realize module at the built-in vertical service link of service-processing engine, for business processing, described service link realizes module and comprises business operation interface, business processing assembly and business datum.
Build rules processing engine, realize module at the built-in vertical business rule of rules processing engine, for business rule process, described business rule realizes module and comprises business rule logical process assembly Sum fanction data.
Build operation flow configuration file, its corresponding process design drawing is see Fig. 2.It comprises foreground check, comprehensively handle, examine mandate check, examine authorize return ticket and the service processing node such as main frame book keeping operation and check the need of foreground, foreground check whether by, comprehensively handle whether by and examination & approval authorize Controlling vertex such as whether passing through.
Build business processing configuration file, for " opening an account to public current " business, in service-processing engine, module is realized to the service link in flow process involved by service processing node exploitation " opening an account to public current " business, and in business processing configuration file, set up the configuration mapping relations that service link realizes module and service processing node, such as develop the interface that " the comprehensively handling " processing links of opening an account to public current relates to and (comprise the amount of money of opening an account, Currency Type, Send only Account, name on account and whether close the information such as rule), business processing realize assembly etc. realize module configure with flow process in " comprehensively handling " be associated.
Build business rule configuration file, for " opening an account to public current " business, in rules processing engine, module is realized to the business rule involved by Controlling vertex exploitation " opening an account to the public current " business in flow process, and in business rule configuration file, set up the configuration mapping relations that business rule realizes module and Controlling vertex, such as in rules processing engine, develop to " public current is opened an account " business " the need of foreground check (according to open an account the amount of money whether in designated amounts interval and Currency Type whether judge whether to need to carry out foreground and check specifying within the scope of Currency Type to mate) " business rule realize module, and set up in business rule configuration file should the business rule of " checking the need of foreground " realize module configure with flow process in " checking the need of foreground " (Controlling vertex) be associated.
Row control engine carries out flow process running according to operation flow configuration file, until complete the execution of all flow nodes; When flow performing is to processing node, service-processing engine finds corresponding service link to realize module according to business processing configuration file, triggers corresponding service operation interface, and obtain the business datum of user's input, corresponding service processing components processes afterwards; When flow performing is to Controlling vertex, rules processing engine finds corresponding business rule to realize module according to business rule configuration file, and calls corresponding service logic rules processing components and carry out logical operation process.
So far, the developing business processes that public current is opened an account just is completed based on layout type business process system.
During exploitation business, only need to build respectively operation flow configuration file, build business processing configuration file, build business rule configuration file and in service-processing engine, build corresponding service link and realize module, in rules processing engine, build corresponding business rule realize module.Above-mentioned configuration file and to realize module dispersion high, and independent mutually in form, be therefore conducive to synchronous development, greatly shorten the construction cycle, and it is very convenient to carry out adjustment to the node in flow process.
Introduce native system below for " having the business of identical services pattern " development approach, this is also of the present invention one large characteristics and advantages.
To the conversational traffic of public current cancellation Ye Shi bank, its function is the account closing that unit or company will open, and the fund in account is taken out.Identical with business model of opening an account to public current to public current cancellation.
Its realization can reuse the operation flow configuration of opening an account to public current, only need develop that corresponding with " to public current cancellation " business processing realizes module, business rule realizes module, and define corresponding business processing configuration file and business rule configuration file.Such as, the business processing developed in service-processing engine " comprehensively handling " processing links of public current cancellation relates to realizes module (such as comprise account account, name on account, account payee, remittance road, fund whereabouts and whether close the information such as rule), and " comprehensively will handle " in business processing configuration file and be associated with " comprehensively the handling " in operation flow configuration file; The business rule developing " checking the need of foreground " (the carrying out coupling to judge whether needing foreground to check according to the regular data of the cancellation amount of money, Currency Type, remittance road, print test mark) to public current cancellation in rules processing engine realizes module, and set up in business rule configuration file should the business rule of " checking the need of foreground " realize module configure with flow process in " checking the need of foreground " (Controlling vertex) be associated.
As can be seen from example above, public current is opened an account and identical operation flow configuration is used to public current cancellation, the business processing of two kinds realizes module, business rule realizes module and then develops according to concrete business, like this when needs change operation flow, then only need changing process configuration can realize two kinds of operation flows changes and come into force simultaneously; When concrete business processing or business rule need to change, then only need realize module to business processing, business rule realizes module adjustment, and not need to change flow process.See Fig. 3, make if want to open an account to public current and cancellation all has " subsequent supervision " function, then newly-increased " the need of subsequent supervision " Controlling vertex and " subsequent supervision " processing node after " main frame book keeping operation " business processing step, change while can realizing two kinds of operation flows.As can be seen here, greatly reduce operation flow and change the cost safeguarded.
In addition to the implementation, the present invention can also have other embodiments.All employings are equal to the technical scheme of replacement or equivalent transformation formation, all drop on the protection domain of application claims.

Claims (6)

1. a layout type business process system, is characterized in that comprising:
Operation flow configuration file, record the execution precedence of each flow nodes in the flow nodes of all operation flows and each operation flow, described flow nodes comprises processing node, Controlling vertex;
Business processing configuration file, records the incidence relation that the processing node of operation flow and service link realize module;
Business rule configuration file, records the incidence relation that the Controlling vertex of operation flow and business rule realize module;
Row control engine, inside have flow process running control module, described Row control engine is for reading operation flow configuration file, in Installed System Memory, create corresponding flow instance object and the flow process context object for Stored Procedure data according to instruction, and order performs the flow nodes of flow instance object until flow performing terminates;
Service-processing engine, inside have service link and realize module, described service link realizes module and comprises business operation interface, business processing assembly and business datum, described service-processing engine is for reading business processing configuration file, when flow performing is to processing node, the service link associated with processing node is found to realize module according to business processing configuration file, call corresponding service operation interface for user's typing business datum, and this business datum is converted to flow data and is stored in described flow process context object, call business processing assembly again and carry out business processing, service processing result is set in flow process context object for follow-up flow nodes,
Rules processing engine, inside have business rule and realize module, described business rule realizes module and comprises business rule logical process assembly Sum fanction data, described rules processing engine is for reading business rule configuration file, when flow performing is to Controlling vertex, the business rule associated with Controlling vertex is found to realize module according to business rule configuration file, flow data in flow process context is converted to the regular data for business rule process, and call business rule logical process assembly and carry out logical operation process, operation result is set in flow process context object for follow-up flow nodes.
2. layout type business process system according to claim 1, is characterized in that: in described operation flow configuration file, and the business with identical services pattern is represented with same operation flow.
3. layout type business process system according to claim 1, it is characterized in that: the business datum of described service-processing engine refers to the data that service-processing engine uses when carrying out business processing, the regular data of rules processing engine refers to the data that rules processing engine carries out rule match and uses.
4. an implementation method for layout type business process system, is characterized in that comprising the steps:
1) operation flow configuration file is built---each service link of operation flow is defined as flow nodes, and the execution precedence of each flow nodes is defined according to operation flow, assembled by the mode of configuration, form operation flow configuration file, described flow nodes comprises processing node and Controlling vertex;
2) business processing configuration file is built---processing node and service link are realized module and is associated by the mode configured, form business processing configuration file;
3) business rule configuration file is built---Controlling vertex and business rule are realized module and is associated by the mode configured, form business rule configuration file;
4) Row control engine is built---Establishing process running control module in Row control engine, operates for control flow;
5) service-processing engine---realize module at the built-in vertical service link of service-processing engine, for business processing, described service link realizes module and comprises business operation interface, business processing assembly and business datum structure;
6) rules processing engine---realize module at the built-in vertical business rule of rules processing engine, for business rule process, described business rule realizes module and comprises business rule logical process assembly Sum fanction data structure;
7) Row control engine carries out flow process running according to operation flow configuration file, until complete the execution of all flow nodes; When flow performing is to processing node, service-processing engine finds corresponding service link to realize module according to business processing configuration file, triggers corresponding service operation interface, and obtain the business datum of user's input, corresponding service processing components processes afterwards; When flow performing is to Controlling vertex, rules processing engine finds corresponding business rule to realize module according to business rule configuration file, and calls corresponding service logic rules processing components and carry out logical operation process.
5. the implementation method of layout type business process system according to claim 4, it is characterized in that: the business with identical services pattern is represented with same operation flow, it is independent mutually that described operation flow and service link realize module, and it is independent mutually that described operation flow and business rule realize module.
6. the implementation method of layout type business process system according to claim 5, is characterized in that: described Row control engine creates corresponding flow instance object and the flow process context object for Stored Procedure data according to instruction in Installed System Memory; The business datum of acquisition is converted to flow data and is stored in flow process context object by described service-processing engine, and is set to by service processing result in flow process context object; Flow data in flow process context is converted to the regular data for business rule process by rules processing engine, and calls business rule logical process assembly and carry out logical operation process, is reset to by operation result in flow process context object.
CN201210216082.4A 2012-06-27 2012-06-27 A kind of layout type business process system and its implementation Active CN102799962B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210216082.4A CN102799962B (en) 2012-06-27 2012-06-27 A kind of layout type business process system and its implementation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210216082.4A CN102799962B (en) 2012-06-27 2012-06-27 A kind of layout type business process system and its implementation

Publications (2)

Publication Number Publication Date
CN102799962A CN102799962A (en) 2012-11-28
CN102799962B true CN102799962B (en) 2015-08-26

Family

ID=47199061

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210216082.4A Active CN102799962B (en) 2012-06-27 2012-06-27 A kind of layout type business process system and its implementation

Country Status (1)

Country Link
CN (1) CN102799962B (en)

Families Citing this family (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104616193B (en) * 2015-02-05 2018-03-27 中国农业银行股份有限公司 A kind of account information processing method, apparatus and system
CN104574185B (en) * 2015-02-09 2019-02-15 中国农业银行股份有限公司 A kind of method for operating traffic thereof and device
CN105844422A (en) * 2016-04-01 2016-08-10 阿里巴巴集团控股有限公司 Business flow execution method and device
CN107423942B (en) * 2016-05-24 2020-10-16 阿里巴巴集团控股有限公司 Service transfer method and device
CN106775906B (en) * 2016-11-22 2020-08-04 武汉斗鱼网络科技有限公司 Business process processing method and device
CN107220757B (en) * 2017-05-23 2020-07-07 上海最会保网络科技有限公司 System and method for rule configuration and analysis
CN107463603B (en) * 2017-06-16 2021-01-12 中国科学院计算机网络信息中心 Scientific research project life cycle data management customized control method and system based on quantitative DMP
CN107274023A (en) * 2017-06-20 2017-10-20 阿里巴巴集团控股有限公司 Flow of insuring generation method, insure request processing method and device and electronic equipment
CN107392766A (en) * 2017-07-25 2017-11-24 上海壹账通金融科技有限公司 Method for processing business, adapter and computer-readable recording medium
CN108256815A (en) * 2017-09-12 2018-07-06 深圳平安综合金融服务有限公司 Across a network platform service flow seamless connection intelligent control method and server
CN108230089A (en) * 2017-12-06 2018-06-29 链家网(北京)科技有限公司 A kind of online order processing method, system and device
CN107844924A (en) * 2017-12-18 2018-03-27 马上消费金融股份有限公司 Method, device and medium for executing control workflow
CN108876205B (en) * 2018-07-26 2022-04-15 中国光大银行股份有限公司 Construction method and device of service data and implementation method of service
CN109493211A (en) * 2018-09-27 2019-03-19 深圳壹账通智能科技有限公司 Credit date storage method, device, equipment and storage medium based on block chain
CN109743346B (en) * 2018-11-19 2021-04-06 众安信息技术服务有限公司 Session flow configuration method, device and computer-readable storage medium
CN110458433B (en) * 2019-07-31 2022-05-17 克劳丽化妆品股份有限公司 Construction method and device of industrial internet and computer storage medium
CN111311185B (en) * 2020-02-17 2023-04-07 北京南凯自动化系统工程有限公司 Cross-platform automatic flow operation method and system
CN111754200A (en) * 2020-06-29 2020-10-09 深圳前海微众银行股份有限公司 Service processing method and device
CN111984256A (en) * 2020-08-19 2020-11-24 上海翘腾科技有限公司 Cloud native architecture-based low-code application flow system and operation method
CN112148353B (en) * 2020-09-22 2024-05-17 京东科技控股股份有限公司 Data processing method and device
CN112181378B (en) * 2020-10-15 2023-02-24 浙江大搜车软件技术有限公司 Method and device for realizing business process
CN112700212A (en) * 2020-12-29 2021-04-23 湖北省楚天云有限公司 Approval process execution method and system and process management system
CN113570333B (en) * 2021-07-21 2022-04-01 北京东方通科技股份有限公司 Process design method suitable for integration
CN113626644B (en) * 2021-08-31 2024-03-15 北京中电普华信息技术有限公司 Format conversion method and device for business process data
CN113506047A (en) * 2021-09-09 2021-10-15 国网江苏省电力有限公司营销服务中心 Electric power marketing business process modeling method and model capable of realizing self-adaptive reconstruction
CN113935592A (en) * 2021-09-23 2022-01-14 唯品会(广州)软件有限公司 Contract management method, device, equipment and storage medium
CN118014334B (en) * 2024-04-08 2024-06-07 微神马科技(大连)有限公司 Service recording method and system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100543720C (en) * 2004-09-03 2009-09-23 杭州恒生电子股份有限公司 Utilize the method and system of discrete unit quick establishing business processing flow
US8332809B2 (en) * 2004-09-30 2012-12-11 Microsoft Corporation Workflow schedule authoring tool

Also Published As

Publication number Publication date
CN102799962A (en) 2012-11-28

Similar Documents

Publication Publication Date Title
CN102799962B (en) A kind of layout type business process system and its implementation
CN107733855B (en) A kind of block catenary system and application method that can support publicly-owned chain, alliance's chain and privately owned chain simultaneously
CN106940428B (en) Chip verification method, device and system
Chen et al. How firms innovate through R&D internationalization? An S-curve hypothesis
CN100578446C (en) Example design test method for testing based on data driving and automatically testing platform
CN109710243A (en) Block chain development approach, device, server and medium based on Visualization Platform
CN105761139A (en) Account checking system and method
CN101996131A (en) Automatic test method and automatic test platform for graphic user interface (GUI) based on x extensive makeup language (XML) packaging key word
CN101221503A (en) Software testing method and device
CN108108452B (en) Finance data storage and inquiry system, finance data storage and querying method
CN103605606A (en) Embedded software test case batch execution method capable of being automatically convertible
CN107395674A (en) A kind of application system accesses the method and device of isomery block platform chain
CN109710235B (en) Transaction implementation system and method based on Java intelligent contract service logic
CN105068910A (en) Testing method and apparatus for smart card
CN105528447A (en) Method for rejecting and summarizing specific data layer by layer simultaneously
CN115169587A (en) Federal learning system and method and equipment for realizing multi-party combined processing task
CN102135939B (en) Test case operation dispatching device and method
CN104050193A (en) Message generating method and data processing system for realizing method
KR100869886B1 (en) Rehosting method which convert mainframe system into open system
Erzurumlu et al. Managing highly innovative projects: The influence of design characteristics on project valuation
KR102437560B1 (en) System and method for design task of architectural decoration
CN102385516B (en) Method for designing reconfigurable radio frequency identification (RFID) middleware based on cloud server
CN101335651A (en) Simulated testing system and method for expanding system by the same system
CN111161052A (en) Bank operation data processing method and device
CN111176926A (en) IP (Internet protocol) core simulation system and simulation method based on double-port SRAM (static random Access memory)

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant