CN111081356A - Method for flow management based on WEB - Google Patents

Method for flow management based on WEB Download PDF

Info

Publication number
CN111081356A
CN111081356A CN201911082194.3A CN201911082194A CN111081356A CN 111081356 A CN111081356 A CN 111081356A CN 201911082194 A CN201911082194 A CN 201911082194A CN 111081356 A CN111081356 A CN 111081356A
Authority
CN
China
Prior art keywords
flow
approval
node
setting
web
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
CN201911082194.3A
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.)
Fujian Ecan Information Technology Co ltd
Original Assignee
Fujian Ecan 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 Fujian Ecan Information Technology Co ltd filed Critical Fujian Ecan Information Technology Co ltd
Priority to CN201911082194.3A priority Critical patent/CN111081356A/en
Publication of CN111081356A publication Critical patent/CN111081356A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H40/00ICT specially adapted for the management or administration of healthcare resources or facilities; ICT specially adapted for the management or operation of medical equipment or devices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Abstract

The invention provides a method for flow management based on WEB, belonging to the field of hospital flow management, comprising the following steps: step S10, setting flow parameters, and creating a database table for storing the flow parameters; step S20, creating a flow template according to the flow parameters; step S30, setting flow nodes by combining the flow template with a service flow, and designing an operation form for each flow node; step S40, the server couples each process node with the service data; step S50, setting a process approval interface and a process interface; and step S60, dynamically updating and maintaining each flow node. The invention has the advantages that: the method realizes the on-line design of process definition, unified approval and the fusion of business data without installing an Activex plug-in unit, and further manages the approval process.

Description

Method for flow management based on WEB
Technical Field
The invention relates to the field of hospital process management, in particular to a method for process management based on WEB.
Background
The main customers of the hospital resource planning system (HRP system) are managers of provincial hospitals, county hospitals and intermediate hospitals, and due to the fact that the management modes of each hospital are different, the examination and approval processes of all functional departments are different for the examination and approval of documents of the same type, and therefore the hospital resource planning system is required to be capable of conducting personalized definition according to the examination and approval processes of all hospitals, namely the hospital resource planning system is required to be capable of designing process definition, conducting unified examination and approval, fusing business data and the like on line, and further conducting management on the examination and approval processes.
For the definition of the approval process, there are conventionally several methods as follows:
the method comprises the following steps: the approval process is defined through a process design plug-in of the Activiti, the Activiti Designer is an Eclipse-based visual process Designer matched with an Activiti process engine, is developed by an Activiti team, is closely attached to BPMN2.0 specification and extension elements of the Activiti, can pack process resource files (including BPMN, png and jar) besides visual design, and is convenient for designing a process diagram in the Eclipse; the method has the following disadvantages: the process is designed in a local editor, and after the design is finished, the process file is transmitted to a server through a code stream scheme, so that the process design can only be adjusted by developers, and both client personnel and maintenance personnel can not adjust the existing process in time; if the uploaded flow files are not the configuration flow of the hospital, the setting of the flow is easily covered when the flow is updated, and the use of the user is messy.
The second method comprises the following steps: defining an approval process through GooFlow, wherein the GooFlow is a UI component for designing a flow chart at a Web webpage end, and can be used for designing various flow charts, logic flow charts, data flow charts or functional applications needing to be run in a certain system; the method has the advantages that the method has a region division function, so that a user can intuitively know which nodes and the mutual conversion of the nodes, and has an operation transaction sequence control function, various effective operations in a working region can be recorded in a stack, and then undo or redo can be performed; the method has the following disadvantages: since the GooFlow is foreign software, there are many situations that are not in accordance with the Chinese national conditions, i.e. the behavior habit and the uncontrollable property of the code bottom layer, and the compatibility, stability, difficult integration and other aspects of each version have problems, which will bring unnecessary loss to the project or customer in the implementation process and later period.
The third method comprises the following steps: the definition of the approval process is carried out through the Strawberry, the Strawberry is a Web solution which can enable a user to dynamically make a Web topological diagram (a process designer), the Strawberry is developed based on Web technologies such as JavaScript, VML and SVG and supports a mainstream browser, and the Strawberry does not contain a third-party plug-in or a business project needing authorization, so that a client does not need to install any plug-in, is convenient and simple, and can be applied to the process definition and design of a simple project; the method has the following disadvantages: the HPR of the hospital cannot be divided into different warehouse management according to different attributes, such as equipment warehouse, general service warehouse, and information warehouse, by combining with the service system.
Therefore, how to provide a method for flow management based on WEB to realize online design of flow definition, unified approval and integration of business data without installing an Activex plug-in unit, and further manage the approval flow becomes a problem to be solved urgently.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a method for flow management based on WEB, which can realize on-line design of flow definition, unified approval and fusion of service data without installing an Activex plug-in unit, and further manage the approval flow.
The invention is realized by the following steps: a method for flow management based on WEB comprises the following steps:
step S10, setting flow parameters, and creating a database table for storing the flow parameters;
step S20, creating a flow template according to the flow parameters;
step S30, setting flow nodes by combining the flow template with a service flow, and designing an operation form for each flow node;
step S40, the server couples each process node with the service data;
step S50, setting a process approval interface and a process interface;
and step S60, dynamically updating and maintaining each flow node.
Further, the step S10 is specifically:
setting flow parameters, and creating a database table in a server for storing the flow parameters; the process parameters at least comprise process definition, process examples, example task nodes, examination and approval states of the task nodes, an approver and examination and approval custom data.
Further, the step S20 is specifically:
according to the flow parameters, creating a flow template based on a JavaScript flow designer; the process template comprises the association and the trend of a starting node and an ending node of the process nodes and each process node; the process template supports serial, parallel, branch, tag, aggregation, multiple aggregation, return operation and circulation of process definition, and the operation supports dragging, pulling and dragging of a mouse.
Further, the step S30 is specifically:
step S31, combining the process template with the business process, setting an operation form of the process node, an approval person of each process node, a front operation before approval of the process node and a rear operation after approval of the process node; the prepositive operation is recording an approval process log, and the postpositive operation is a state of dynamically updating service data;
and step S32, designing and adjusting HTML elements of the operation form through a hectometer UEditor, and storing the HTML elements in the database table.
Further, the step S40 is specifically:
the server couples each process node with the service data, and the service data is driven to flow among the process nodes through the unified process.
Further, the step S50 is specifically:
the first-level menu for setting the process approval interface at least comprises a process name, process time, an approver, approval quantity, approval amount and specific items;
and setting a process interface as an API (application programming interface) interface for initiating a process approval request.
Further, the step S60 is specifically:
and dynamically updating and maintaining the process nodes according to the change of the process, and setting a version number for each update, wherein the version number is used for distinguishing the operation and approval of a new process and an old process.
The invention has the advantages that:
1. by adopting JavaScript and HTTP protocols, no ActiveX plug-in is required to be installed and loaded, so that the deployment of a program and the use of a client are facilitated, and various damages and slow browser dragging caused by the plug-in are avoided; the method supports the operation on main stream browsers such as IE, Microsoft Edge, FireFox, Chrome, Safari, Opera and the like by operating in a pure WEB environment, does not depend on any third-party JS frame, can realize good operation in various operating environments, supports a B/S system developed by any language, and directly draws flow charts such as workflow, data flow, service flow, logic flow and the like in browsers with different kernels; the method realizes the online design of process definition, unified approval and service data fusion without installing an Activex plug-in unit, and further manages the approval process.
2. By setting the flow engine to be a lightweight embeddable type, and supporting embedding various flow engines, the portability and expandability of the flow are strong, and the coupling with the background is low.
3. By providing rich API interfaces, the operations of starting, stopping, jumping, circulation, transfer and the like of the process engine can be carried out, and particularly, the function of returning any node meets the business handling requirement.
4. The primary menu of the process approval interface at least comprises a process name, process time, an approver, approval quantity, approval amount and specific items, so that the interface can display more necessary information while keeping concise and attractive appearance, the user experience is improved, developers and users can maintain online, and the requirements of more potential clients are met.
5. The definition of the flow is designed by supporting a visual flow designer, the Web pure JS flow designer does not need programming and is completely finished by the modes of dragging, pulling and dragging a mouse, and the flow design method supports serial, parallel, branching, exclusive or branching, M taking N branches, countersigning, aggregation, multiple aggregation, returning, circulation and the like, and can be very conveniently and quickly realized, so that maintenance personnel and clients can directly modify a flow design template, and the effects of online design and timely preview are realized.
6. The system management personnel can also adjust the process nodes at any time according to the service condition, when the process changes greatly, the new process and the old process are mutually isolated and do not affect each other, and the intelligent process version management function is realized.
7. The embedded system can be quickly and flexibly embedded into a target application system and can be integrated with a third-party development framework, such as Asp.Net, JavaEE or traditional Web Form; the access party system organization architecture is intelligently identified through an intelligent organization model interface, and the method can be quickly applied to any WEB-based management system.
Drawings
The invention will be further described with reference to the following examples with reference to the accompanying drawings.
FIG. 1 is a flow chart of a method for flow management based on WEB according to the present invention.
Detailed Description
Referring to fig. 1, a preferred embodiment of a method for performing process management based on WEB according to the present invention includes the following steps:
step S10, setting flow parameters, and creating a database table for storing the flow parameters;
step S20, creating a flow template according to the flow parameters; the process template comprises a key business process template, an administrative management process template, a personnel management process template and a financial management process template; the key business comprises orders, quotation processing, purchase processing, contract checking, supply chain management and consumable material examination and approval; the administrative management comprises business trip application, overtime application, leave application and office supply purchase application; personnel management comprises staff training arrangement, performance appraisal, position change processing and staff archive information change management; the financial management comprises payment request, accounts receivable processing, daily reimbursement processing and business reimbursement;
step S30, setting flow nodes by combining the flow template with a service flow, and designing an operation form for each flow node;
step S40, the server couples each process node with the service data;
step S50, setting a process approval interface and a process interface;
and step S60, dynamically updating and maintaining each flow node.
The method also comprises the process approval treatment, namely coupling each process node with the service data, clicking a specific process approval sheet, and acquiring a corresponding service document number and a URL (uniform resource locator) display address of the data through an instance ID (identity) number of the process approval sheet; the display address of the URL can be dynamically and custom-specified in step S20, so that the display of the flow form is more flexible and convenient, and if a new approval display interface is required, only a new display interface needs to be redesigned, and the URL address in the flow node needs to be changed, and dynamic switching can be performed without recoding the program.
The step S10 specifically includes:
setting flow parameters, and creating a database table in a server for storing the flow parameters; the process parameters at least comprise process definition, process examples, example task nodes, examination and approval states of the task nodes, an approver and examination and approval custom data.
The step S20 specifically includes:
according to the flow parameters, creating a flow template based on a JavaScript flow designer; the process template comprises the association and the trend of a starting node and an ending node of the process nodes and each process node; the process template supports serial, parallel, branch, tag, aggregation, multiple aggregation, return operation and circulation of process definition, and the operation supports dragging, pulling and dragging of a mouse. The method comprises the steps of realizing a dragging function through JQueryUI, realizing graphical design of a flow through jsplumb, realizing design of a flow form page through Bootstrap, realizing analysis of a flow engine and node rotation of the flow through Snaker, and storing node information of each flow and information of an approval role and an approval person through XML.
The step S30 specifically includes:
step S31, combining the process template with the business process, setting an operation form of the process node, an approval person of each process node, a front operation before approval of the process node and a rear operation after approval of the process node; the prepositive operation is recording an approval process log, and the postpositive operation is a state of dynamically updating service data;
through the interface scheme of high cohesion, low coupling with the participant with the personnel of the organizational structure of HRP bind, convenience of customers self-maintains the personnel of approving, the system provides static personnel to set for simultaneously and dynamic personnel's settlement scheme, is fit for in the node approval process, the personnel of approving of dynamic settlement node, for example: and $ variable name of the approver.
And step S32, designing and adjusting HTML elements of the operation form through a hectometer UEditor, and storing the HTML elements in the database table.
Each flow supports serial, parallel, conditional flow, jump, return, withdrawal and self-loop processing; each process node supports a bill-up node, an end node, a normal node, a countersign start node, a countersign end node, a divergence start node, a divergence end node, a sub-process node (process nesting), a self-loop node, an automatic node, and a grouping panel.
The step S40 specifically includes:
the server couples each process node with the service data, and the service data is driven to flow among the process nodes through the unified process. By coupling each process node with the business data, specific business data and business documents can be checked in the process approval, and meanwhile, the process approval state of the documents can be checked in the business documents. And the unified processing flow approval and the business data circulation processing are facilitated.
The step S50 specifically includes:
the first-level menu for setting the process approval interface at least comprises a process name, process time, an approver, approval quantity, approval amount and specific items;
in a unified flow approval interface, a traditional flow engine such as a JPBM (Java peripheral component parts) and other components can only display a flow name, flow time, a flow approver and the like, but in an actual scene, a client more hopes to display data fused with flow and service data, such as the number, amount, specific matters and the like of approval, centralize all document approval into the unified approval interface, do not need to open a primary menu, and better accord with the definition of function requirements of a unified service flow;
and setting a process interface as an API (application programming interface) interface for initiating a process approval request.
The step S60 specifically includes:
and dynamically updating and maintaining the process nodes according to the change of the process, and setting a version number for each update, wherein the version number is used for distinguishing the operation and approval of a new process and an old process.
The invention can seamlessly integrate the embedded workflow engine, enhances the resource integration and processing capability of the process design engine and the business system, improves the efficiency of the business system in the aspects of process development, change, release, maintenance and the like, reduces the development difficulty of the business system and enables professional matters to be completed by professional process engine components.
In summary, the invention has the advantages that:
1. by adopting JavaScript and HTTP protocols, no ActiveX plug-in is required to be installed and loaded, so that the deployment of a program and the use of a client are facilitated, and various damages and slow browser dragging caused by the plug-in are avoided; the method supports the operation on main stream browsers such as IE, Microsoft Edge, FireFox, Chrome, Safari, Opera and the like by operating in a pure WEB environment, does not depend on any third-party JS frame, can realize good operation in various operating environments, supports a B/S system developed by any language, and directly draws flow charts such as workflow, data flow, service flow, logic flow and the like in browsers with different kernels; the method realizes the online design of process definition, unified approval and service data fusion without installing an Activex plug-in unit, and further manages the approval process.
2. By setting the flow engine to be a lightweight embeddable type, and supporting embedding various flow engines, the portability and expandability of the flow are strong, and the coupling with the background is low.
3. By providing rich API interfaces, the operations of starting, stopping, jumping, circulation, transfer and the like of the process engine can be carried out, and particularly, the function of returning any node meets the business handling requirement.
4. The primary menu of the process approval interface at least comprises a process name, process time, an approver, approval quantity, approval amount and specific items, so that the interface can display more necessary information while keeping concise and attractive appearance, the user experience is improved, developers and users can maintain online, and the requirements of more potential clients are met.
5. The definition of the flow is designed by supporting a visual flow designer, the Web pure JS flow designer does not need programming and is completely finished by the modes of dragging, pulling and dragging a mouse, and the flow design method supports serial, parallel, branching, exclusive or branching, M taking N branches, countersigning, aggregation, multiple aggregation, returning, circulation and the like, and can be very conveniently and quickly realized, so that maintenance personnel and clients can directly modify a flow design template, and the effects of online design and timely preview are realized.
6. The system management personnel can also adjust the process nodes at any time according to the service condition, when the process changes greatly, the new process and the old process are mutually isolated and do not affect each other, and the intelligent process version management function is realized.
7. The embedded system can be quickly and flexibly embedded into a target application system and can be integrated with a third-party development framework, such as Asp.Net, JavaEE or traditional Web Form; the access party system organization architecture is intelligently identified through an intelligent organization model interface, and the method can be quickly applied to any WEB-based management system.
Although specific embodiments of the invention have been described above, it will be understood by those skilled in the art that the specific embodiments described are illustrative only and are not limiting upon the scope of the invention, and that equivalent modifications and variations can be made by those skilled in the art without departing from the spirit of the invention, which is to be limited only by the appended claims.

Claims (7)

1. A method for flow management based on WEB is characterized in that: the method comprises the following steps:
step S10, setting flow parameters, and creating a database table for storing the flow parameters;
step S20, creating a flow template according to the flow parameters;
step S30, setting flow nodes by combining the flow template with a service flow, and designing an operation form for each flow node;
step S40, the server couples each process node with the service data;
step S50, setting a process approval interface and a process interface;
and step S60, dynamically updating and maintaining each flow node.
2. The WEB-based process management method of claim 1, wherein: the step S10 specifically includes:
setting flow parameters, and creating a database table in a server for storing the flow parameters; the process parameters at least comprise process definition, process examples, example task nodes, examination and approval states of the task nodes, an approver and examination and approval custom data.
3. The WEB-based process management method of claim 2, wherein: the step S20 specifically includes:
according to the flow parameters, creating a flow template based on a JavaScript flow designer; the process template comprises the association and the trend of a starting node and an ending node of the process nodes and each process node; the process template supports serial, parallel, branch, tag, aggregation, multiple aggregation, return operation and circulation of process definition, and the operation supports dragging, pulling and dragging of a mouse.
4. The WEB-based process management method of claim 1, wherein: the step S30 specifically includes:
step S31, combining the process template with the business process, setting an operation form of the process node, an approval person of each process node, a front operation before approval of the process node and a rear operation after approval of the process node; the prepositive operation is recording an approval process log, and the postpositive operation is a state of dynamically updating service data;
and step S32, designing and adjusting HTML elements of the operation form through a hectometer UEditor, and storing the HTML elements in the database table.
5. The WEB-based process management method of claim 1, wherein: the step S40 specifically includes:
the server couples each process node with the service data, and the service data is driven to flow among the process nodes through the unified process.
6. The WEB-based process management method of claim 1, wherein: the step S50 specifically includes:
the first-level menu for setting the process approval interface at least comprises a process name, process time, an approver, approval quantity, approval amount and specific items;
and setting a process interface as an API (application programming interface) interface for initiating a process approval request.
7. The WEB-based process management method of claim 1, wherein: the step S60 specifically includes:
and dynamically updating and maintaining the process nodes according to the change of the process, and setting a version number for each update, wherein the version number is used for distinguishing the operation and approval of a new process and an old process.
CN201911082194.3A 2019-11-07 2019-11-07 Method for flow management based on WEB Pending CN111081356A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911082194.3A CN111081356A (en) 2019-11-07 2019-11-07 Method for flow management based on WEB

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911082194.3A CN111081356A (en) 2019-11-07 2019-11-07 Method for flow management based on WEB

Publications (1)

Publication Number Publication Date
CN111081356A true CN111081356A (en) 2020-04-28

Family

ID=70310944

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911082194.3A Pending CN111081356A (en) 2019-11-07 2019-11-07 Method for flow management based on WEB

Country Status (1)

Country Link
CN (1) CN111081356A (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111582827A (en) * 2020-05-11 2020-08-25 安徽亘达信息科技有限公司 Approval process control method and system
CN111833030A (en) * 2020-09-16 2020-10-27 四川鱼鳞图信息技术股份有限公司 Data submission method and system of land information management system
CN111863162A (en) * 2020-08-04 2020-10-30 四川互慧软件有限公司 Adverse event reporting method capable of self-defining programming control
CN111930372A (en) * 2020-08-06 2020-11-13 科大国创云网科技有限公司 Service arrangement solution method and system realized through draggable flow chart
CN112036824A (en) * 2020-08-27 2020-12-04 北京新橙科技有限公司 Business approval method, system, storage medium and electronic equipment
CN112257008A (en) * 2020-12-22 2021-01-22 北京宇信科技集团股份有限公司 Online custom flow operation system, method, medium and server
CN112347160A (en) * 2020-11-13 2021-02-09 广州太信信息科技有限公司 Work order management method, system and storage medium based on call center system
CN112433702A (en) * 2020-12-19 2021-03-02 合肥汉腾信息技术有限公司 Lightweight process design system and method
CN112486998A (en) * 2020-12-14 2021-03-12 北京航空航天大学 BPMN-based micro-service work flow importing method
CN112700219A (en) * 2020-12-31 2021-04-23 宝付网络科技(上海)有限公司 ACTIVITI-based process management platform
CN113609831A (en) * 2021-08-05 2021-11-05 北京金堤科技有限公司 Method and device for generating product delivery flow template
CN113807987A (en) * 2021-07-29 2021-12-17 卡斯柯信号有限公司 Parameter dynamic calculation method and device based on CTC simulation training process

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050256882A1 (en) * 2004-05-14 2005-11-17 Able Steve L Systems and methods for web service function, definition, implementation, and/or execution
US20080209392A1 (en) * 2007-02-26 2008-08-28 Able Steve L Systems and Methods for Definition and Execution of Batch Processing Services
CN106548322A (en) * 2016-09-29 2017-03-29 中工国际工程股份有限公司 Project examination system
CN107330062A (en) * 2017-06-29 2017-11-07 广西电网有限责任公司 Management and running panorama display systems based on GIS
CN108647277A (en) * 2018-05-03 2018-10-12 山东师范大学 A kind of mobile campus comprehensive service platform and its working method
CN109034602A (en) * 2018-07-23 2018-12-18 北京中泰合信管理顾问有限公司 It is a kind of using process structure as the Discussion on domestic system management method of core
CN109669693A (en) * 2017-10-16 2019-04-23 航天信息股份有限公司 A kind of method and system generating forms pages based on dynamic page

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050256882A1 (en) * 2004-05-14 2005-11-17 Able Steve L Systems and methods for web service function, definition, implementation, and/or execution
US20080209392A1 (en) * 2007-02-26 2008-08-28 Able Steve L Systems and Methods for Definition and Execution of Batch Processing Services
CN106548322A (en) * 2016-09-29 2017-03-29 中工国际工程股份有限公司 Project examination system
CN107330062A (en) * 2017-06-29 2017-11-07 广西电网有限责任公司 Management and running panorama display systems based on GIS
CN109669693A (en) * 2017-10-16 2019-04-23 航天信息股份有限公司 A kind of method and system generating forms pages based on dynamic page
CN108647277A (en) * 2018-05-03 2018-10-12 山东师范大学 A kind of mobile campus comprehensive service platform and its working method
CN109034602A (en) * 2018-07-23 2018-12-18 北京中泰合信管理顾问有限公司 It is a kind of using process structure as the Discussion on domestic system management method of core

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
殷旭等: "基于组件的工作流表单权限的柔性建模", 《北京信息科技大学学报(自然科学版)》 *

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111582827B (en) * 2020-05-11 2023-06-20 安徽亘达信息科技有限公司 Approval process control method and system
CN111582827A (en) * 2020-05-11 2020-08-25 安徽亘达信息科技有限公司 Approval process control method and system
CN111863162A (en) * 2020-08-04 2020-10-30 四川互慧软件有限公司 Adverse event reporting method capable of self-defining programming control
CN111930372B (en) * 2020-08-06 2022-09-20 科大国创云网科技有限公司 Service arrangement solution method and system realized through draggable flow chart
CN111930372A (en) * 2020-08-06 2020-11-13 科大国创云网科技有限公司 Service arrangement solution method and system realized through draggable flow chart
CN112036824A (en) * 2020-08-27 2020-12-04 北京新橙科技有限公司 Business approval method, system, storage medium and electronic equipment
CN111833030A (en) * 2020-09-16 2020-10-27 四川鱼鳞图信息技术股份有限公司 Data submission method and system of land information management system
CN112347160A (en) * 2020-11-13 2021-02-09 广州太信信息科技有限公司 Work order management method, system and storage medium based on call center system
CN112486998A (en) * 2020-12-14 2021-03-12 北京航空航天大学 BPMN-based micro-service work flow importing method
CN112486998B (en) * 2020-12-14 2023-07-14 北京航空航天大学 Micro-service workflow importing method based on BPMN
CN112433702A (en) * 2020-12-19 2021-03-02 合肥汉腾信息技术有限公司 Lightweight process design system and method
CN112257008A (en) * 2020-12-22 2021-01-22 北京宇信科技集团股份有限公司 Online custom flow operation system, method, medium and server
CN112700219A (en) * 2020-12-31 2021-04-23 宝付网络科技(上海)有限公司 ACTIVITI-based process management platform
CN113807987A (en) * 2021-07-29 2021-12-17 卡斯柯信号有限公司 Parameter dynamic calculation method and device based on CTC simulation training process
WO2023004970A1 (en) * 2021-07-29 2023-02-02 卡斯柯信号有限公司 Method and device for dynamic calculation of parameters based on ctc simulation training process
CN113609831A (en) * 2021-08-05 2021-11-05 北京金堤科技有限公司 Method and device for generating product delivery flow template

Similar Documents

Publication Publication Date Title
CN111081356A (en) Method for flow management based on WEB
US7925985B2 (en) Methods and apparatus for process thumbnail view
US8090611B2 (en) System, method, and computer program product for enabling workflow applications
Hill et al. Beyond predictable workflows: Enhancing productivity in artful business processes
US20120260254A1 (en) Visual scripting of web services for task automation
US8239226B2 (en) Methods and apparatus for combining properties and methods from a plurality of different data sources
US8799796B2 (en) System and method for generating graphical dashboards with drill down navigation
US20090070744A1 (en) CRM SYSTEM AND METHOD HAVING DRILLDOWNS, ACLs, SHARED FOLDERS, A TRACKER AND A MODULE BUILDER
WO2011083302A1 (en) A method and system for implenting definable actions
CN1936943A (en) Method and system for dynamically configuring a role-based collaborative space
US20110145326A1 (en) WORKFLOW CUSTOMIZATION METHOD IN SaaS ENVIRONMENT
US20070136675A1 (en) Methods and apparatus for updating a plurality of data fields in an elecronic form
US20070027909A1 (en) Methods and apparatus for comparison of projects
US20070136358A1 (en) Methods and apparatus for storing data associated with an electronic form
US9710232B2 (en) Computer-aided method for producing a software-based analysis module
JP2015184723A (en) document creation support system
US20070143305A1 (en) Methods and apparatus for storing functions associated with an electronic form
Bozzon et al. A conceptual modeling approach to business service mashup development
WO2011116140A1 (en) Business software application system and method with productivity bar and expression engine
US20070143711A1 (en) Methods and apparatus for displaying a setup sequence
US10908917B1 (en) System and method for managing cloud-based infrastructure
Mili et al. E-Tourism portal: a case study in ontology-driven development
US20070136367A1 (en) Methods and apparatus for dynamically modifying a business object definition
US20070130138A1 (en) Methods and apparatus for storing a collaboratively designed workflow process
JP2001306718A (en) Enterprise system for providing business related to information while using computer and communication technology

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

Application publication date: 20200428

RJ01 Rejection of invention patent application after publication