CN112487007B - Method, device and system for synchronously managing flow among multiple networks - Google Patents

Method, device and system for synchronously managing flow among multiple networks Download PDF

Info

Publication number
CN112487007B
CN112487007B CN202011385280.4A CN202011385280A CN112487007B CN 112487007 B CN112487007 B CN 112487007B CN 202011385280 A CN202011385280 A CN 202011385280A CN 112487007 B CN112487007 B CN 112487007B
Authority
CN
China
Prior art keywords
flow
file
synchronized
task
synchronization
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
CN202011385280.4A
Other languages
Chinese (zh)
Other versions
CN112487007A (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.)
Yinqing Technology Co ltd
Original Assignee
Yinqing 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 Yinqing Technology Co ltd filed Critical Yinqing Technology Co ltd
Priority to CN202011385280.4A priority Critical patent/CN112487007B/en
Publication of CN112487007A publication Critical patent/CN112487007A/en
Application granted granted Critical
Publication of CN112487007B publication Critical patent/CN112487007B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2372Updates performed during offline database operations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2365Ensuring data consistency and integrity

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application provides a method, a device and a system for synchronously managing a flow among multiple networks, wherein the method comprises the following steps: monitoring the process name of the process step change and generating a corresponding task ID; generating a file to be synchronized according to the task ID; and determining whether to perform flow synchronization or not by judging the relation between the updating time of the last flow in the local environment and the generation time of the file to be synchronized. The application determines the synchronization strategy of executing by judging the sequence between the updating time of the last flow in the local environment and the generating time of the same task ID in the file to be synchronized, thereby avoiding the problem of flow conflict during flow synchronization in the prior art, ensuring the integrity and consistency of the flow, and simultaneously solving the synchronization problem of the same flow single number during the flow occurrence in two sets of systems.

Description

Method, device and system for synchronously managing flow among multiple networks
Technical Field
The application belongs to the technical field of software, and particularly relates to a method, a device and a system for synchronously managing a flow among multiple networks.
Background
The process management platform has wide application in banking industry and financial science and technology fields. However, due to the influence of factors such as safety, network physical isolation is carried out between a process management platform deployed in the production network system and a process management platform deployed in the office network, and in general, only one set of process management platform is deployed in the production network environment in the industry, so that the circulation operation of a user on the process is required to be carried out in the production system, and the effective circulation of the process is influenced to a certain extent.
An effective solution is to build a set of same flow management platform in both the production network environment and the office network environment, and then to perform flow synchronization in both environments in an off-line synchronization mode. However, the existing offline synchronization method has the following problems:
1. Incremental synchronization is not supported;
2. with the increase of the system data volume, the total synchronous data volume is too huge;
3. The flow conflict cannot be solved during synchronization;
4. the problem of synchronization of the same process single number when the processes occur in both sets of systems cannot be solved.
Disclosure of Invention
The application provides a method, a device and a system for managing flow synchronization among multiple networks, which at least solve the problem that the current method for synchronizing the flow among the multiple networks cannot solve the flow conflict generated during synchronization.
According to one aspect of the present application, there is provided a method for managing synchronization of a flow between multiple networks, including:
Monitoring the process name of the process step change and generating a corresponding task ID;
generating a file to be synchronized according to the task ID;
And determining whether to perform flow synchronization or not by judging the relation between the updating time of the last flow in the local environment and the generation time of the file to be synchronized.
In an embodiment, generating the file to be synchronized according to the task ID includes:
sequentially inputting task IDs into a database table;
And exporting task IDs to be synchronized in a database table to generate a synchronization file.
In an embodiment, determining whether to perform the process synchronization by determining a relationship between an update time of a last process in the local environment and a generation time of the file to be synchronized includes:
if the updating time of the last flow in the local environment is later than the generating time of the file to be synchronized, the flow synchronization is not executed;
If the updating time of the last flow in the local environment is earlier than the generating time of the file to be synchronized, selecting whether to execute the flow synchronization or not in a corresponding mode according to the time relation.
In an embodiment, selecting whether to perform the process synchronization in a corresponding manner according to the time relationship includes:
If the update time of the last flow in the local environment is consistent with the generation time of the same task ID in the file to be synchronized, synchronizing all flows after the task ID;
If the update time of the last flow in the local environment is inconsistent with the generation time of the same task ID in the file to be synchronized, searching the task ID with the same update time in the file to be synchronized, deleting all flows after the task ID, and synchronizing.
According to another aspect of the present application, there is also provided a multi-network flow synchronization management apparatus, including:
the task ID generation unit is used for monitoring the process name with the changed process steps and generating a corresponding task ID;
The file to be synchronized generating unit is used for generating a file to be synchronized according to the task ID;
And the synchronization unit is used for determining whether to perform flow synchronization or not by judging the relation between the updating time of the last flow in the local environment and the generation time of the file to be synchronized.
In an embodiment, the file to be synchronized generating unit includes:
the ID input module is used for inputting task IDs into the database table in sequence;
and the export module is used for exporting the task ID to be synchronized in the database table to generate a synchronous file.
In an embodiment, the synchronization unit comprises:
The non-execution synchronization module is used for not executing the process synchronization if the update time of the last process in the local environment is later than the generation time of the file to be synchronized;
And the synchronous execution module is used for selecting whether to execute the process synchronization or not in a corresponding mode according to the time relationship if the updating time of the last process in the local environment is earlier than the generation time of the file to be synchronized.
In one embodiment, the synchronization execution module includes:
The first synchronization module is used for synchronizing all the processes after the task ID if the updating time of the last process in the local environment is consistent with the generating time of the same task ID in the file to be synchronized;
And the second synchronization module is used for searching the task ID with the same update time in the file to be synchronized and deleting all the processes after the task ID is deleted if the update time of the last process in the local environment is inconsistent with the generation time of the same task ID in the file to be synchronized.
According to another aspect of the present application, there is also provided a system for managing synchronization of a flow between multiple networks, including:
the flow platform authority management module is used for distributing corresponding authorities for login users according to the formulated authority management strategy;
the change flow processing module is used for updating the corresponding flow progress according to the change operation of the user on the flow;
the event flow processing module is used for updating the corresponding flow progress according to the event operation of the user on the flow;
the problem flow processing module is used for updating the corresponding flow progress according to the problem operation of the user on the flow;
The cross-center flow synchronization module is used for synchronizing data in the main database of the flow platform to the remote backup center in a cross-site manner;
and the flow sheet report export module is used for connecting the change flow processing module, the problem flow processing module and the time flow processing module and exporting the data.
In one embodiment, the system for managing synchronization of flows between multiple networks further comprises:
the personal to-be-processed condition display module and the reminding module;
the personal to-be-processed condition display module is connected with the change flow processing module, the problem flow processing module and the event flow processing module and is used for displaying to-be-processed problems, events and change conditions of a user;
and the reminding module is used for feeding back the to-be-processed problems, the events and the change conditions to related personnel.
The application determines the synchronization strategy of executing by judging the sequence between the updating time of the last flow in the local environment and the generating time of the same task ID in the file to be synchronized, thereby avoiding the problem of flow conflict during flow synchronization in the prior art, ensuring the integrity and consistency of the flow, and simultaneously solving the synchronization problem of the same flow single number during the flow occurrence in two sets of systems.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flowchart of a method for managing synchronization of a multi-network process according to the present application.
Fig. 2 is a flowchart of generating a file to be synchronized according to a task ID in an embodiment of the present application.
FIG. 3 is a flow chart illustrating the synchronization of the present application.
Fig. 4 is a schematic diagram of selecting whether to execute flow synchronization according to a time relationship in a corresponding manner in an embodiment of the present application.
Fig. 5 is a block diagram of a multi-network flow synchronization management device according to the present application.
Fig. 6 is a block diagram of a file generating unit to be synchronized according to the present application.
Fig. 7 is a block diagram of a synchronization unit according to the present application.
Fig. 8 is a block diagram of a synchronous execution module according to the present application.
Fig. 9 is a schematic diagram of a system for managing synchronization of a multi-network flow.
Fig. 10 is a schematic diagram of an embodiment of an electronic device according to the present application.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Based on the problems of the prior art in the background art, the present application provides a method for managing synchronization of a process between multiple networks, as shown in fig. 1, including:
s101: monitoring the process name of the process step change and generating a corresponding task ID.
S102: and generating a file to be synchronized according to the task ID.
In one embodiment, generating the file to be synchronized according to the task ID, as shown in fig. 2, includes:
s201: the task IDs are entered into the database table sequentially.
S202: and exporting task IDs to be synchronized in a database table to generate a synchronization file.
In a specific embodiment, when a process of a single number in a process management system changes to require double-network synchronization, firstly, a user operates the single number on a process platform, the single number flows in the process platform, the single number changes to generate a new task ID (task_id), and the system sequentially records the task_id of the operation step into a database table and then exports the task ID of the process requiring synchronization on a page to generate a file to be synchronized.
S103: and determining whether to perform flow synchronization or not by judging the relation between the updating time of the last flow in the local environment and the generation time of the file to be synchronized.
In one embodiment, determining whether to perform the process synchronization by determining the relationship between the update time of the last process in the local environment and the generation time of the file to be synchronized, as shown in fig. 3, includes:
s301: and if the updating time of the last flow in the local environment is later than the generation time of the file to be synchronized, not executing the flow synchronization.
S302: if the updating time of the last flow in the local environment is earlier than the generating time of the file to be synchronized, selecting whether to execute the flow synchronization or not in a corresponding mode according to the time relation.
In one embodiment, the exported file to be synchronized is uploaded to a designated directory of another system environment and process synchronization is initiated. And the system judges whether the updating time of the last flow in the local environment is later than the to-be-imported flow or not through the updating time, and if the last flow in the local environment is later than the to-be-imported flow, the importing flow is not executed.
In one embodiment, selecting whether to perform the process synchronization in a corresponding manner according to the time relationship, as shown in fig. 4, includes:
S401: if the update time of the last flow in the local environment is consistent with the generation time of the same task ID in the file to be synchronized, synchronizing all flows after the task ID.
S402: if the update time of the last flow in the local environment is inconsistent with the generation time of the same task ID in the file to be synchronized, searching the task ID with the same update time in the file to be synchronized, deleting all flows after the task ID, and synchronizing.
In one embodiment, if the last flow in the local environment is earlier than the to-be-imported flow, determining whether the update time of the last flow in the local environment is consistent with the update time of the flow with the same task_id in the to-be-imported flow; if the update time of the last flow in the local environment is consistent with the update time of the flow with the same task_id in the flow to be imported, directly importing the subsequent flow; if the update time of the last process in the local environment is inconsistent with the update time of the process with the same task_id in the process to be imported, searching in an inverted order according to the task_id until the task_id with the same update time is found, deleting all the tasks after the task_id number in the local environment, and importing the process to be imported.
Based on the same inventive concept, the present application also provides a multi-network flow synchronization management device, which can be used to implement the method described in the above embodiment, as described in the following embodiment. Because the principle of solving the problem of the multi-network flow synchronization management device is similar to that of the identification method, the implementation of the multi-network flow synchronization management device can refer to the implementation of the multi-network flow synchronization management method, and the repetition is omitted. The embodiments of the inter-network flow synchronization management device can refer to the embodiments of the inter-network flow synchronization management method, and the repetition is not repeated. The term "unit" or "module" as used below may be a combination of software and/or hardware that implements the intended function. While the system described in the following embodiments is preferably implemented in software, implementation in hardware, or a combination of software and hardware, is also possible and contemplated.
As shown in fig. 5, the present application provides a multi-network flow synchronization management device, which includes:
a task ID generating unit 501, configured to monitor a process name with a changed process step and generate a corresponding task ID;
A file to be synchronized generating unit 502, configured to generate a file to be synchronized according to the task ID;
The synchronization unit 503 is configured to determine whether to perform process synchronization by determining a relationship between an update time of a last process in the local environment and a generation time of the file to be synchronized.
In one embodiment, as shown in fig. 6, the file to be synchronized generating unit 502 includes:
the ID entry module 601 is configured to sequentially enter task IDs into a database table;
And the export module 602 is configured to export the task IDs to be synchronized in the database table to generate a synchronization file.
In one embodiment, as shown in fig. 7, the synchronization unit 503 includes:
the non-execution synchronization module 701 is configured to not execute the process synchronization if the update time of the last process in the local environment is later than the generation time of the file to be synchronized;
The synchronization execution module 702 is configured to select whether to execute the process synchronization according to the time relationship in a corresponding manner if the update time of the last process in the local environment is earlier than the generation time of the file to be synchronized.
In one embodiment, as shown in FIG. 8, the synchronization execution module 702 includes:
A first synchronization module 801, configured to synchronize all processes after the task ID if the update time of the last process in the local environment is consistent with the generation time of the same task ID in the file to be synchronized;
The second synchronization module 802 is configured to search for a task ID with the same update time in the file to be synchronized and delete all the processes after the task ID is deleted if the update time of the last process in the local environment is inconsistent with the generation time of the same task ID in the file to be synchronized.
As shown in fig. 9, a system for managing synchronization of a multi-network flow provided by the present application includes:
the flow platform authority management module is used for distributing corresponding authorities for login users according to the formulated authority management strategy;
the change flow processing module is used for updating the corresponding flow progress according to the change operation of the user on the flow;
the event flow processing module is used for updating the corresponding flow progress according to the event operation of the user on the flow;
the problem flow processing module is used for updating the corresponding flow progress according to the problem operation of the user on the flow;
The cross-center flow synchronization module is used for synchronizing data in the main database of the flow platform to the remote backup center in a cross-site manner;
and the flow sheet report export module is used for connecting the change flow processing module, the problem flow processing module and the time flow processing module and exporting the data.
In one embodiment, the system for managing synchronization of flows between multiple networks further comprises:
the personal to-be-processed condition display module and the reminding module;
the personal to-be-processed condition display module is connected with the change flow processing module, the problem flow processing module and the event flow processing module and is used for displaying to-be-processed problems, events and change conditions of a user;
and the reminding module is used for feeding back the to-be-processed problems, the events and the change conditions to related personnel.
In a specific embodiment, a process management platform supporting multi-network process synchronization across physical isolation includes a software portion and a hardware portion, the software portion includes a multi-network environment process synchronization module, the software portion further includes one or more of the following 14 modules, and the 14 modules are: the system comprises a front end page of a flow platform, a flow platform login module, a flow platform permission management module, a change flow processing module, a problem flow processing module, an event flow processing module, a drilling flow processing module, a cross-center flow synchronization module, a flow list effective processing quantity counting module, a newly built flow list month condition display module, a flow list report export module, a current date display module, a personal to-be-processed condition display module and a short message reminding module; the hardware part comprises a server and a short message sending platform;
the front end home page module of the flow platform is used for displaying a home page of the flow platform;
the flow platform login module is used for providing different users with login, and each user has corresponding operation rights;
the flow platform rights management module is used for distributing corresponding rights to the user according to the formulated rights management strategy, so that the user can access and only access the authorized resources;
The change flow processing module is used for updating the flow progress of the corresponding change list number according to the operation of the user on the change list;
the problem flow processing module is used for updating the flow progress of the corresponding problem list number according to the operation of the user on the problem list;
the event flow processing module is used for updating the flow progress of the corresponding event list number according to the operation of the user on the event list;
The exercise flow processing module is used for updating the flow progress of the corresponding exercise list number according to the operation of the user on the exercise list;
the cross-center flow synchronization module is used for synchronizing data of the flow platform main database to the remote backup center at a specific daily time point;
The flow list effective processing quantity counting module is connected with the change flow processing module, the problem flow processing module, the event flow processing module and the exercise flow processing module, can count and display flow lists effectively circulated in a period of time, is convenient to find out the number of the stagnation flow list, and improves the flow circulation efficiency;
The newly built flow single month condition display module is connected with the change flow processing module, the problem flow processing module, the event flow processing module and the exercise flow processing module, and can display the problems, the events, the changes and the exercise single conditions created in the current month according to the month, so that the system conditions can be conveniently analyzed according to the created trend of the flow single;
The process list report export module is connected with the change process processing module, the problem process processing module, the event process processing module and the exercise process processing module, and can select to export all problems, events, changes and exercise lists in a selected time period into excel;
The current item display module is connected with the change flow processing module, the problem flow processing module, the event flow processing module and the exercise flow processing module, and can display current problems, events, changes and exercise conditions;
the personal to-be-processed condition display module is connected with the change flow processing module, the problem flow processing module, the event flow processing module and the exercise flow processing module, and can display to-be-processed problems, events, changes and exercise conditions of the current user;
the short message reminding module is connected with the change flow processing module, the problem flow processing module, the event flow processing module and the exercise flow processing module, and can send daily and previous problems, events, changes and exercise conditions to appointed personnel through short messages.
The application determines the synchronization strategy of executing by judging the sequence between the updating time of the last flow in the local environment and the generating time of the same task ID in the file to be synchronized, thereby avoiding the problem of flow conflict during flow synchronization in the prior art, ensuring the integrity and consistency of the flow, and simultaneously solving the synchronization problem of the same flow single number during the flow occurrence in two sets of systems.
It will be appreciated by those skilled in the art that embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The principles and embodiments of the present invention have been described in detail with reference to specific examples, which are provided to facilitate understanding of the method and core ideas of the present invention; meanwhile, as those skilled in the art will have variations in the specific embodiments and application scope in accordance with the ideas of the present invention, the present description should not be construed as limiting the present invention in view of the above.
The embodiment of the present application further provides a specific implementation manner of an electronic device capable of implementing all the steps in the method in the foregoing embodiment, and referring to fig. 10, the electronic device specifically includes the following:
A processor 1001, a memory 1002, a communication interface (Communications Interface) 1003, a bus 1004, and a nonvolatile memory 1005;
wherein, the processor 1001, the memory 1002, and the communication interface 1003 complete communication with each other through the bus 1004;
The processor 1001 is configured to invoke the computer program in the memory 1002 and the nonvolatile memory 1005, where the processor executes the computer program to implement all the steps in the method in the foregoing embodiment, for example, the processor executes the computer program to implement the following steps:
s101: monitoring the process name of the process step change and generating a corresponding task ID.
S102: and generating a file to be synchronized according to the task ID.
S103: and determining whether to perform flow synchronization or not by judging the relation between the updating time of the last flow in the local environment and the generation time of the file to be synchronized.
An embodiment of the present application also provides a computer-readable storage medium capable of implementing all the steps of the method in the above embodiment, the computer-readable storage medium storing thereon a computer program that, when executed by a processor, implements all the steps of the method in the above embodiment, for example, the processor implements the following steps when executing the computer program:
s101: monitoring the process name of the process step change and generating a corresponding task ID.
S102: and generating a file to be synchronized according to the task ID.
S103: and determining whether to perform flow synchronization or not by judging the relation between the updating time of the last flow in the local environment and the generation time of the file to be synchronized.
In this specification, each embodiment is described in a progressive manner, and identical and similar parts of each embodiment are all referred to each other, and each embodiment mainly describes differences from other embodiments. In particular, for a hardware+program class embodiment, the description is relatively simple, as it is substantially similar to the method embodiment, as relevant see the partial description of the method embodiment. Although the present description provides method operational steps as described in the examples or flowcharts, more or fewer operational steps may be included based on conventional or non-inventive means. The order of steps recited in the embodiments is merely one way of performing the order of steps and does not represent a unique order of execution. When implemented in an actual device or end product, the instructions may be executed sequentially or in parallel (e.g., in a parallel processor or multi-threaded processing environment, or even in a distributed data processing environment) as illustrated by the embodiments or by the figures. The terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, it is not excluded that additional identical or equivalent elements may be present in a process, method, article, or apparatus that comprises a described element. For convenience of description, the above devices are described as being functionally divided into various modules, respectively. Of course, when implementing the embodiments of the present disclosure, the functions of each module may be implemented in the same or multiple pieces of software and/or hardware, or a module that implements the same function may be implemented by multiple sub-modules or a combination of sub-units, or the like. The above-described apparatus embodiments are merely illustrative, for example, the division of the units is merely a logical function division, and there may be additional divisions when actually implemented, for example, multiple units or components may be combined or integrated into another system, or some features may be omitted or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices or units, which may be in electrical, mechanical or other form. The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be appreciated by those skilled in the art that embodiments of the present description may be provided as a method, system, or computer program product. Accordingly, the present specification embodiments may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present description embodiments may take the form of a computer program product on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, etc.) having computer-usable program code embodied therein. In this specification, each embodiment is described in a progressive manner, and identical and similar parts of each embodiment are all referred to each other, and each embodiment mainly describes differences from other embodiments. In particular, for system embodiments, since they are substantially similar to method embodiments, the description is relatively simple, as relevant to see a section of the description of method embodiments. In the description of the present specification, a description referring to terms "one embodiment," "some embodiments," "examples," "specific examples," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the embodiments of the present specification.
In this specification, schematic representations of the above terms are not necessarily directed to the same embodiment or example. Furthermore, the different embodiments or examples described in this specification and the features of the different embodiments or examples may be combined and combined by those skilled in the art without contradiction. The foregoing is merely an example of an embodiment of the present disclosure and is not intended to limit the embodiment of the present disclosure. Various modifications and variations of the illustrative embodiments will be apparent to those skilled in the art. Any modification, equivalent replacement, improvement, or the like, which is within the spirit and principles of the embodiments of the present specification, should be included in the scope of the claims of the embodiments of the present specification.

Claims (10)

1. The method for synchronously managing the flow among multiple networks is characterized by comprising the following steps:
Monitoring the process name of the process step change and generating a corresponding task ID;
generating a file to be synchronized according to the task ID;
Determining whether to perform flow synchronization by judging the relation between the updating time of the last flow in the local environment and the generation time of the file to be synchronized, wherein,
If the update time of the last flow in the local environment is consistent with the generation time of the same task ID in the file to be synchronized, synchronizing all flows after the task ID;
If the update time of the last flow in the local environment is inconsistent with the generation time of the same task ID in the file to be synchronized, searching according to the task ID flashback until the task ID which is the same as the update time in the file to be synchronized is found, deleting all tasks after the task ID in the local environment, and importing the file to be synchronized.
2. The method for managing synchronization of multiple internetwork flows according to claim 1, wherein the generating the file to be synchronized according to the task ID comprises:
sequentially inputting the task IDs into a database table;
and exporting the task ID to be synchronized in a database table to generate the synchronous file.
3. The method for managing multi-network process synchronization according to claim 1, wherein determining whether to perform process synchronization by determining a relationship between an update time of a last process in a local environment and a generation time of the file to be synchronized comprises:
If the updating time of the last flow in the local environment is later than the generating time of the file to be synchronized, not executing the flow synchronization;
if the updating time of the last flow in the local environment is earlier than the generating time of the file to be synchronized, selecting whether to execute the flow synchronization or not in a corresponding mode according to the time relation.
4. A multi-network flow synchronization management device, comprising:
the task ID generation unit is used for monitoring the process name with the changed process steps and generating a corresponding task ID;
The file to be synchronized generating unit is used for generating a file to be synchronized according to the task ID;
And the synchronization unit is used for determining whether to perform flow synchronization or not by judging the relation between the updating time of the last flow in the local environment and the generating time of the file to be synchronized, if the updating time of the last flow in the local environment is inconsistent with the generating time of the same task ID in the file to be synchronized, searching according to the task ID flashback until the task ID which is the same as the updating time in the file to be synchronized is found out, deleting all tasks after the task ID in the local environment, and importing the file to be synchronized.
5. The apparatus according to claim 4, wherein the file to be synchronized generating unit includes:
The ID input module is used for inputting the task IDs into a database table in sequence;
And the export module is used for exporting the task IDs to be synchronized in a database table to generate the synchronous file.
6. The apparatus according to claim 4, wherein the synchronization unit includes:
the non-execution synchronization module is used for not executing the process synchronization if the update time of the last process in the local environment is later than the generation time of the file to be synchronized;
And the synchronous execution module is used for selecting whether to execute the process synchronization or not in a corresponding mode according to the time relationship if the updating time of the last process in the local environment is earlier than the generation time of the file to be synchronized.
7. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of multi-network flow synchronization management of any one of claims 1 to 3 when the program is executed by the processor.
8. A computer-readable storage medium, on which a computer program is stored, characterized in that the computer program, when executed by a processor, implements the multi-network flow synchronization management method of any one of claims 1 to 3.
9. A multi-network flow synchronization management system, comprising:
the flow platform authority management module is used for distributing corresponding authorities for login users according to the formulated authority management strategy;
the change flow processing module is used for updating the corresponding flow progress according to the change operation of the user on the flow;
the event flow processing module is used for updating the corresponding flow progress according to the event operation of the user on the flow;
the problem flow processing module is used for updating the corresponding flow progress according to the problem operation of the user on the flow;
The cross-center flow synchronization module is used for synchronizing data in a main database of a flow platform to a remote backup center in a cross-site manner, and comprises the following steps: determining whether to perform flow synchronization by judging the relation between the updating time of the last flow in the local environment and the generation time of the file to be synchronized, wherein,
If the update time of the last flow in the local environment is consistent with the generation time of the same task ID in the file to be synchronized, synchronizing all flows after the task ID;
If the update time of the last flow in the local environment is inconsistent with the generation time of the same task ID in the file to be synchronized, searching according to the task ID flashback until the task ID which is the same as the update time in the file to be synchronized is found out, deleting all tasks after the task ID in the local environment, and importing the file to be synchronized;
and the flow sheet report export module is used for connecting the change flow processing module, the problem flow processing module and the time flow processing module and exporting the data.
10. The multi-network flow synchronization management system of claim 9, further comprising:
the personal to-be-processed condition display module and the reminding module;
The personal to-be-processed condition display module is connected with the change flow processing module, the problem flow processing module and the event flow processing module and is used for displaying to-be-processed problems, events and change conditions of a user;
the reminding module is used for feeding back the to-be-processed problems, events and changing conditions to related personnel.
CN202011385280.4A 2020-12-01 2020-12-01 Method, device and system for synchronously managing flow among multiple networks Active CN112487007B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011385280.4A CN112487007B (en) 2020-12-01 2020-12-01 Method, device and system for synchronously managing flow among multiple networks

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011385280.4A CN112487007B (en) 2020-12-01 2020-12-01 Method, device and system for synchronously managing flow among multiple networks

Publications (2)

Publication Number Publication Date
CN112487007A CN112487007A (en) 2021-03-12
CN112487007B true CN112487007B (en) 2024-05-10

Family

ID=74938559

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011385280.4A Active CN112487007B (en) 2020-12-01 2020-12-01 Method, device and system for synchronously managing flow among multiple networks

Country Status (1)

Country Link
CN (1) CN112487007B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101901399A (en) * 2009-05-27 2010-12-01 北京正辰科技发展有限责任公司 Operation management platform
CN106156094A (en) * 2015-04-01 2016-11-23 阿里巴巴集团控股有限公司 The teledata synchronous method of a kind of data base and device
CN106254094A (en) * 2016-07-19 2016-12-21 中国银联股份有限公司 A kind of method of data synchronization and system
CN106878365A (en) * 2016-06-08 2017-06-20 阿里巴巴集团控股有限公司 A kind of method of data synchronization and equipment
CN106874328A (en) * 2016-07-08 2017-06-20 阿里巴巴集团控股有限公司 A kind of data processing method and equipment
CN106897193A (en) * 2017-02-28 2017-06-27 郑州云海信息技术有限公司 A kind of monitoring and operation managing system of the cloud data center based on ITIL
WO2017114199A1 (en) * 2015-12-31 2017-07-06 阿里巴巴集团控股有限公司 Data synchronisation method and apparatus
CN110674156A (en) * 2019-09-27 2020-01-10 掌阅科技股份有限公司 Multi-machine room data synchronization method, computing equipment and computer storage medium
CN110912979A (en) * 2019-11-16 2020-03-24 杭州安恒信息技术股份有限公司 Method for solving multi-server resource synchronization conflict

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7606881B2 (en) * 2002-04-25 2009-10-20 Oracle International Corporation System and method for synchronization of version annotated objects
KR100986108B1 (en) * 2005-09-29 2010-10-08 리서치 인 모션 리미티드 Efficient database synchronization by comparing representative information
US9229890B2 (en) * 2011-04-28 2016-01-05 Sandeep Jain Method and a system for integrating data from a source to a destination

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101901399A (en) * 2009-05-27 2010-12-01 北京正辰科技发展有限责任公司 Operation management platform
CN106156094A (en) * 2015-04-01 2016-11-23 阿里巴巴集团控股有限公司 The teledata synchronous method of a kind of data base and device
WO2017114199A1 (en) * 2015-12-31 2017-07-06 阿里巴巴集团控股有限公司 Data synchronisation method and apparatus
CN106878365A (en) * 2016-06-08 2017-06-20 阿里巴巴集团控股有限公司 A kind of method of data synchronization and equipment
CN106874328A (en) * 2016-07-08 2017-06-20 阿里巴巴集团控股有限公司 A kind of data processing method and equipment
CN106254094A (en) * 2016-07-19 2016-12-21 中国银联股份有限公司 A kind of method of data synchronization and system
CN106897193A (en) * 2017-02-28 2017-06-27 郑州云海信息技术有限公司 A kind of monitoring and operation managing system of the cloud data center based on ITIL
CN110674156A (en) * 2019-09-27 2020-01-10 掌阅科技股份有限公司 Multi-machine room data synchronization method, computing equipment and computer storage medium
CN110912979A (en) * 2019-11-16 2020-03-24 杭州安恒信息技术股份有限公司 Method for solving multi-server resource synchronization conflict

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
云中心IT运维管理系统规划设计方法研究;卢乐天;罗世雄;;电信技术(第03期);全文 *

Also Published As

Publication number Publication date
CN112487007A (en) 2021-03-12

Similar Documents

Publication Publication Date Title
CN104376017B (en) The method and system of data synchronization are carried out between database
CN105005532B (en) A kind of system and method for automatic test application programming interfaces stability
US9432455B2 (en) Synchronizing events between mobile devices and servers
CN103581231A (en) UGC primary standby data synchronization method and system thereof
CN109857527A (en) A kind of distributed task dispatching method, system, distributed devices and Redis database
CN109189431A (en) A kind of client side upgrading method, device, equipment and readable storage medium storing program for executing
CN110018993A (en) A kind of data analysis system, method and monitoring analysis system
CN113094406A (en) Power marketing data management method and system
CN112487007B (en) Method, device and system for synchronously managing flow among multiple networks
CN113076186A (en) Task processing method and device, electronic equipment and storage medium
CN109725884A (en) Air control ' In System Reconfiguration Method, device, equipment and readable storage medium storing program for executing
CN115510832B (en) Information synchronous processing method, system, device, electronic equipment and storage medium
CN110225077A (en) Synchronous method, device, computer equipment and the computer storage medium of change supply data
CN105871659A (en) Monitoring method and device of newly added server
CN102929744B (en) A kind of Local Area Network real-time database date storage method and system
EP2391089B1 (en) Configuration management
CN113595810B (en) Interactive testing method and system suitable for power distribution network information
CN117149728B (en) Online synchronization method and system for multi-node data of upper computer of trusted distributed control system
CN110609734A (en) Method and device for scheduling timed tasks
CN116560722B (en) Operation and maintenance flow processing method and device, electronic equipment and storage medium
CN109446359A (en) A kind of graph data base construction method and terminal device
CN112100495B (en) Distributed-based one-stop acquisition method and acquisition system
KR20130033495A (en) System for synchronizing data between members of the group
CN110363489B (en) Remote collaboration system and method for spacecraft final assembly data
Yi et al. CoFM: a web-based collaborative feature modeling system for internetware requirements' gathering and continual evolution

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
GR01 Patent grant
GR01 Patent grant