CN111224977A - Process configuration method and system - Google Patents

Process configuration method and system Download PDF

Info

Publication number
CN111224977A
CN111224977A CN201911422031.5A CN201911422031A CN111224977A CN 111224977 A CN111224977 A CN 111224977A CN 201911422031 A CN201911422031 A CN 201911422031A CN 111224977 A CN111224977 A CN 111224977A
Authority
CN
China
Prior art keywords
flow
configuration request
client
server
server side
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.)
Pending
Application number
CN201911422031.5A
Other languages
Chinese (zh)
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.)
Boyan Technology Shenzhen Co Ltd
CGN Power Co Ltd
Original Assignee
Boyan Technology Shenzhen Co Ltd
CGN Power 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 Boyan Technology Shenzhen Co Ltd, CGN Power Co Ltd filed Critical Boyan Technology Shenzhen Co Ltd
Priority to CN201911422031.5A priority Critical patent/CN111224977A/en
Publication of CN111224977A publication Critical patent/CN111224977A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • 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/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • H04L67/025Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Operations Research (AREA)
  • General Business, Economics & Management (AREA)
  • Marketing (AREA)
  • Data Mining & Analysis (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • Economics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application discloses a process configuration method, which comprises the following steps: the client side submits a flow configuration request to the server side; the server side calculates approval nodes and routing trends according to the process configuration request, and returns requested data to the client side; and the server side calls a preset flow operation service to drive the flow operation in the flow configuration request. The application also discloses a flow configuration system. According to the method and the system, all process services are managed in a centralized manner at the server side, the creation and maintenance of the processes are completed on line by the client side, the system risk caused by single process development is reduced, the operation and maintenance cost is decomposed, and the management risk is transferred and differentiated; in addition, the client and the server are completely separated, so that the client can be reused, and the operation and maintenance cost is further reduced.

Description

Process configuration method and system
Technical Field
The present application relates to data processing, and more particularly, to a method and system for configuring a process.
Background
At present, a general large-scale enterprise realizes business Process development and Management through a large-scale Process development platform system, for example, a medium-wide core Process system mainly includes two large Process systems, namely a Universal Process Management (UPM) and a Service Center (PSC), and supports the realization of numerous internal electronic processes, including business processes such as strategic, administrative, financial, human resource, purchasing, and asset. However, as the service types and service ranges are further increased, problems such as high and limited cost, high application complexity, high project coordination cost, low code reuse rate, slow speed of flow change response, and low efficiency of extensible configuration of forms are faced, and improvements are urgently needed.
Disclosure of Invention
The application provides a process configuration method and system for reducing process management cost and risk.
According to a first aspect of the present application, there is provided a flow configuration method, including: the client side submits a flow configuration request to the server side; the server side calculates approval nodes and routing trends according to the process configuration request, and returns requested data to the client side; and the server side calls a preset flow operation service to drive the flow operation in the flow configuration request.
According to the method, all process services are managed in a centralized manner at the server side, the creation and maintenance of the processes are completed on line by the client side, the system risk caused by single process development is reduced, the operation and maintenance cost is decomposed, and the management risk is transferred and differentiated; in addition, the client and the server are completely separated, so that the client can be reused, and the operation and maintenance cost is further reduced.
In the method related to the present application, preferably, the flow configuration request includes a flow circulation manner and a flow authority.
In the method related in the present application, preferably, the submitting, by the client, the flow configuration request to the server includes: the client sends a web request to the server through ajax to send a process configuration request; the method for returning the requested data to the client by the server comprises the following steps: and the server returns the requested data to the client through the JSON.
In the method related to the present application, preferably, the calculating, by the server side, the approval node and the route trend for the process configuration request includes: and the server side calls a general processing program, finds a specific implementation class of the flow configuration request through reflection, converts the service data into entity data, and then calls a routing logic method to calculate the approver and the routing trend of the next link.
In the method according to the present application, preferably, the preset flow operation service includes a flow operation service of a flow service center.
According to a second aspect of the present application, there is provided a process configuration system comprising: the client is used for submitting a flow configuration request to the server; the server side is used for calculating approval nodes and route trends according to the process configuration request; calling a preset process operation service, driving the process operation in the process configuration request, and returning the requested data to the client; and calling a preset flow operation service to drive the flow operation in the flow configuration request.
In the system related by the application, all process services are managed in a centralized manner at the server side, and the creation and maintenance of the processes are completed on line by the client side, so that the system risk caused by single process development is reduced, the operation and maintenance cost is decomposed, and the management risk is transferred and differentiated; in addition, the client and the server are completely separated, so that the client can be reused, and the operation and maintenance cost is further reduced.
In the system related to the present application, preferably, the flow configuration request includes a flow circulation manner and a flow authority.
In the system related to the present application, preferably, the client is further configured to send a flow configuration request to the server through ajax; and the server is also used for returning the requested data to the client through JSON.
In the system related to the present application, preferably, the server is further configured to invoke a general processing program, find a specific implementation class of the process configuration request through reflection, convert the service data into entity data, and invoke a routing logic method to calculate an approver and a routing trend of a next link.
In the system related to the present application, preferably, the preset flow operation service includes a flow operation service of a flow service center.
Drawings
FIG. 1 is a flow chart of a method in one embodiment of the present application;
FIG. 2 is a flow chart of a method in another embodiment according to the first embodiment of the present application;
FIG. 3 is a schematic diagram of program modules of the system according to the second embodiment of the present application in one implementation;
fig. 4 is a schematic diagram of program modules of a system in an embodiment two of the present application in another implementation manner.
Detailed Description
The present invention will be described in further detail with reference to the following detailed description and accompanying drawings. The present application may be embodied in many different forms and is not limited to the embodiments described in the present embodiment. The following detailed description is provided to facilitate a more thorough understanding of the present disclosure, and the words used to indicate orientation, top, bottom, left, right, etc. are used solely to describe the illustrated structure in connection with the accompanying figures.
One skilled in the relevant art will recognize, however, that one or more of the specific details can be omitted, or other methods, components, or materials can be used. In some instances, some embodiments are not described or not described in detail.
The numbering of the components as such, e.g., "first", "second", etc., is used herein only to distinguish the objects as described, and does not have any sequential or technical meaning.
Furthermore, the technical features, aspects or characteristics described herein may be combined in any suitable manner in one or more embodiments. It will be readily appreciated by those of skill in the art that the order of the steps or operations of the methods associated with the embodiments provided herein may be varied. Thus, any sequence in the figures and examples is for illustrative purposes only and does not imply a requirement in a certain order unless explicitly stated to require a certain order.
The first embodiment is as follows:
as shown in fig. 1, one implementation of the flow configuration method of the present application includes the following steps:
step 102: and the client side submits a flow configuration request to the server side.
Step 104: and the server side calculates the examination and approval nodes and the routing trend aiming at the process configuration request, and returns the requested data to the client side.
Step 106: and the server side calls a preset flow operation service to drive the flow operation in the flow configuration request.
As shown in fig. 2, another implementation of the flow configuration method of the present application includes the following steps:
step 202: and filling process configuration information including a process flow transfer mode and process permission information into the form by the user.
Step 204: and (5) carrying out flow configuration simulation test by a user.
Step 206: if the test is not passed, the step 202 is returned; if the test is passed, step 208 is performed.
Step 208: and carrying out on-line examination and approval of the process.
Step 210: if the approval is not passed, returning to the step 202 to reconfigure the process; if the approval is passed, the process goes to step 212.
Step 212: and the user initiates a flow configuration request to the server.
When a user opens a form, a client web request is transmitted to a general processing program of a back-end application server through ajax (Asynchronous JavaScript And XML), a concrete implementation class is found through reflection, JSON (JavaScript Object Notation) data of a structured form is finally obtained And finally returned to the client, And the client performs page rendering through a JS frame And finally presents the page to the user. In this embodiment, the client uses html page + css (Cascading Style Sheets) + ajax, and the server uses httphondler + method reflection + concrete method.
Step 214: and the server side processes the flow configuration request.
And a server side application server generally processes a program, finds a specific implementation class through reflection, converts the service data into entity data, calls a rear-end routing logic method, finally calculates an approver and a related routing trend in the next link, and finally asynchronously calls a PSC flow operation service to drive the flow operation.
Step 216: and (5) related personnel approval process.
Step 218: and judging whether the process is carried out, if so, jumping to the step 214, and if not, ending.
The embodiment adopts a distributed architecture design, and the average response time is 1-2 s. The method has good compatibility, supports the compatibility of browsers such as IE8 and Google, Firefox and the like, and is simultaneously fully compatible with equipment such as a PC (personal computer), a mobile phone, a tablet personal computer and the like. The system has strong expandability, can realize process approval with other business systems through interfaces and write back related data to other business systems, namely, realizes flow circulation integration and integration of the processes. The embodiment is suitable for various fields of electric power, energy, finance, land and house industry, service, construction, production and manufacturing, education and training, retail sale, transportation, information technology and the like.
The flow configuration method provided by the embodiment provides a comprehensive flow service platform for the user, so that the user is more worry-saving and time-saving in flow implementation. The method is different from the traditional process development mode, and is mainly characterized in that zero-code process development is carried out, and through the design of a draggable form, the design of a process and the design of a report, the setting and the combination are carried out in a visual mode, so that the simultaneous use of the applications of terminals such as one-time creation, a PC (personal computer), a mobile phone, an iPad and the like is really realized.
Example two:
as shown in fig. 3, the process configuration system of the present application, in one embodiment, includes: a client 302 and a server 304. The client 302 is configured to submit a flow configuration request to the server 304. The server 304 is used for calculating approval nodes and route trends according to the process configuration request; calling a preset process operation service, driving the process operation in the process configuration request, and returning the requested data to the client 302; and calling a preset flow operation service to drive the flow operation in the flow configuration request.
As shown in fig. 4, another embodiment of the process configuration system of the present application includes: client 402 and server 404.
The client includes a flow configuration module 402a and a simulation test module 402 b. The process configuration module 402a is configured to fill process configuration information, including a process flow transfer mode and process permission information, in the form. The simulation test module 402b is used for simulation testing of the process configuration.
The server side 404 includes a translation module 404a, a routing logic module 404b, and a process run module 404 c. The conversion module 404a finds a specific implementation class by reflection, and converts the service data into entity data. The routing logic module 404b uses a routing logic method to finally calculate the next link approver and the related routing direction. The process operation module 404c asynchronously invokes the PSC process operation service to drive the process operation.
Those skilled in the art will appreciate that all or part of the steps of the various methods in the above embodiments may be implemented by instructions associated with hardware via a program, which may be stored in a computer-readable storage medium, and the storage medium may include: read-only memory, random access memory, magnetic or optical disk, and the like. The foregoing is a more detailed description of the present application in connection with specific embodiments thereof, and it is not intended that the present application be limited to the specific embodiments thereof. It will be apparent to those skilled in the art from this disclosure that many more simple derivations or substitutions can be made without departing from the spirit of the disclosure.

Claims (10)

1. A process configuration method, comprising:
the client side submits a flow configuration request to the server side;
the server side calculates examination and approval nodes and routing trends according to the process configuration request, and returns requested data to the client side;
and the server side calls a preset flow operation service to drive the flow operation in the flow configuration request.
2. The method of claim 1, wherein the flow configuration request includes a flow circulation style and flow permissions.
3. The method of claim 1, wherein the client submitting the flow configuration request to the server comprises: the client sends the process configuration request to the server through ajax;
the step of returning the requested data to the client by the server comprises the following steps: and the server returns the requested data to the client through JSON.
4. The method of claim 1, wherein the server side computing approval nodes and routing trends for the process configuration request comprises:
and the server side calls a general processing program, finds the specific implementation class of the flow configuration request through reflection, converts the service data into entity data, and then calls a routing logic method to calculate the approver and the routing trend of the next link.
5. The method according to any one of claims 1 to 4, wherein the predetermined process operation service includes a process operation service of a process service center.
6. A process configuration system, comprising:
the client is used for submitting a flow configuration request to the server;
the server side is used for calculating approval nodes and route trends according to the process configuration request; calling a preset process operation service, driving the process operation in the process configuration request, and returning the requested data to the client; and calling a preset process operation service to drive the process operation in the process configuration request.
7. The system of claim 6, wherein the process configuration request includes a process flow circulation mode and a process permission.
8. The system of claim 6, wherein the client is further configured to send the process configuration request to the server via ajax; and the server is also used for returning the requested data to the client through JSON.
9. The system of claim 6, wherein the server is further configured to invoke a general handler to find a specific implementation class of the process configuration request by reflection, convert business data into entity data, and invoke a routing logic method to compute a next link approver and a routing trend.
10. The system according to any one of claims 6 to 9, wherein the predetermined flow operation service includes a flow operation service of a flow service center.
CN201911422031.5A 2019-12-31 2019-12-31 Process configuration method and system Pending CN111224977A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911422031.5A CN111224977A (en) 2019-12-31 2019-12-31 Process configuration method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911422031.5A CN111224977A (en) 2019-12-31 2019-12-31 Process configuration method and system

Publications (1)

Publication Number Publication Date
CN111224977A true CN111224977A (en) 2020-06-02

Family

ID=70828040

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911422031.5A Pending CN111224977A (en) 2019-12-31 2019-12-31 Process configuration method and system

Country Status (1)

Country Link
CN (1) CN111224977A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112132548A (en) * 2020-09-28 2020-12-25 建信金融科技有限责任公司 Approval transfer method and device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101882255A (en) * 2009-05-07 2010-11-10 中兴通讯股份有限公司 Workflow device, system and configuration method based on service-oriented architecture
CN104580501A (en) * 2015-01-23 2015-04-29 广东能龙教育股份有限公司 Http interface dynamic publishing method and system based on reflex mechanism
CN106557860A (en) * 2015-09-30 2017-04-05 腾讯科技(深圳)有限公司 A kind of flow path processing method and device
CN106686023A (en) * 2015-11-05 2017-05-17 中兴通讯股份有限公司 Flow designing method, client machine, server side apparatus and system
CN107391123A (en) * 2017-07-01 2017-11-24 广东电网有限责任公司信息中心 A kind of method of self-service designing form and traffic flow replenishment system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101882255A (en) * 2009-05-07 2010-11-10 中兴通讯股份有限公司 Workflow device, system and configuration method based on service-oriented architecture
CN104580501A (en) * 2015-01-23 2015-04-29 广东能龙教育股份有限公司 Http interface dynamic publishing method and system based on reflex mechanism
CN106557860A (en) * 2015-09-30 2017-04-05 腾讯科技(深圳)有限公司 A kind of flow path processing method and device
CN106686023A (en) * 2015-11-05 2017-05-17 中兴通讯股份有限公司 Flow designing method, client machine, server side apparatus and system
CN107391123A (en) * 2017-07-01 2017-11-24 广东电网有限责任公司信息中心 A kind of method of self-service designing form and traffic flow replenishment system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112132548A (en) * 2020-09-28 2020-12-25 建信金融科技有限责任公司 Approval transfer method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN101169714B (en) System and method for accelerating application execution in computer environment
WO2020221158A1 (en) Method and device for sharing information in social application
Costa et al. Fasten iiot: An open real-time platform for vertical, horizontal and end-to-end integration
Chung et al. A framework of collaborative design environment for injection molding
Kale Guide to cloud computing for business and technology managers: from distributed computing to cloudware applications
CN110414149A (en) A kind of analytic method and system based on AutoCAD pel drawing
CN113704665B (en) Dynamic service release method and device, electronic equipment and storage medium
US20210090182A1 (en) Tensor-based predictions from analysis of time-varying graphs
CN105868954A (en) Raw material informatization management device
CN111224977A (en) Process configuration method and system
US20220067659A1 (en) Research and development system and method
Orozco et al. Arrangement of reinforcement in variable density timber slab systems for multi-story construction
CN112449010B (en) Block chain-based service realization method and device, block chain gateway and block chain link point
CN109840072B (en) Information processing method and device
Manos et al. Life or death decision-making: the medical case for large-scale, on-demand grid computing
Wang et al. RETRACTED: Strategy of library information resource construction based on FPGA and embedded system
Daraghmi et al. A multilayer data processing and aggregating fog-based framework for latency-sensitive iot services
Duan et al. Form specification of smart contract for intellectual property transaction based on blockchain
US9021349B1 (en) System, method, and computer program product for identifying differences in a EDA design
CN110555680A (en) Method and system for issuing and processing block chain application
Akhmatov et al. Novel harmonic distortion prediction methods for meshed transmission grids with large amount of underground cables
Norta et al. Designing a Contractual Choreography Language for Automating Cross-organizational Business Collaboration
CN107194783A (en) A kind of supply chain banking management system of SAAS patterns, method and apparatus
Zhang et al. Comprehensive collaborative integration method for high‐voltage coil manufacturing workshop based on industrial internet identification and resolution
CN117217182A (en) Report generation method, device, equipment and storage medium based on artificial intelligence

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200602