CN115935012B - Service processing method of flow visual markup language based on xml - Google Patents

Service processing method of flow visual markup language based on xml Download PDF

Info

Publication number
CN115935012B
CN115935012B CN202310139959.2A CN202310139959A CN115935012B CN 115935012 B CN115935012 B CN 115935012B CN 202310139959 A CN202310139959 A CN 202310139959A CN 115935012 B CN115935012 B CN 115935012B
Authority
CN
China
Prior art keywords
execution
attribute
sub
link
node
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
CN202310139959.2A
Other languages
Chinese (zh)
Other versions
CN115935012A (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.)
Yunzhu Information Technology Chengdu Co ltd
Original Assignee
Yunzhu Information Technology Chengdu 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 Yunzhu Information Technology Chengdu Co ltd filed Critical Yunzhu Information Technology Chengdu Co ltd
Priority to CN202310139959.2A priority Critical patent/CN115935012B/en
Publication of CN115935012A publication Critical patent/CN115935012A/en
Application granted granted Critical
Publication of CN115935012B publication Critical patent/CN115935012B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Devices For Executing Special Programs (AREA)

Abstract

The invention discloses a business processing method based on an xml flow visual markup language, which belongs to the technical field of big data, wherein the flow visual markup language not only inherits all characteristics of the xml and follows grammar rules of the xml, but also adds a plurality of grammars to maximally meet business processing and flow display, and more accurately and intuitively express business needs or quickly convert new business flows into executable programs and run on line.

Description

Service processing method of flow visual markup language based on xml
Technical Field
The invention belongs to the technical field of big data, and particularly relates to a business processing method of a flow visual markup language based on xml.
Background
In modern application software, there are always systems with complex business logic that carry core business logic, almost every requirement is related to the core business, and the business logic of the core business is lengthy, involving internal logic operations, caching operations, persistence operations, external resource retrieval, remote procedure calls of other systems inside, and so on. The method has the advantages that the time is long, the project is easy to operate, the maintenance cost is higher and higher, various hard code judgment and branch conditions are more and more, the abstraction and multiplexing rate of codes are lower and lower, and the coupling degree between all modules is high; the variation of a small section of logic can affect other modules and needs to be verified by complete regression testing; if the sequence of the business flow is to be flexibly changed, the code is to be greatly changed to carry out an abstract and rewriting method. For this reason, real-time thermal modification of the business processes is almost impossible to implement.
The method is characterized in that the industry surrounds the complex business logic management practice of application software, creatively proposes a concept of flow arrangement based on a workbench mode, splits the complex business logic into small fragments according to the field cohesive principle, and defines a flow execution rule. Thus, all the components can dynamically perform complex circulation according to the configuration rules and in combination with the runtime parameters so as to process different business logic under different scenes.
However, there is a clear gap between the software execution flow for computer programs and the business flow for designers: on one hand, whether the current online software execution flow meets the current service requirement or not can be accurately and intuitively expressed in real time; on the other hand, how the new business process designed by the designer based on the user requirement is quickly converted into a computer executable program and is run online, and the user requirement is timely delivered. It is necessary to design a computer language that can satisfy the execution requirement of a computer program and can be quickly converted into a visual flow display diagram.
Therefore, the invention provides a business processing method based on xml flow visual mark language to solve at least some of the technical problems.
Disclosure of Invention
The invention aims to solve the technical problems that: the business processing method based on the xml flow visual markup language solves the existing technical problems.
In order to achieve the above purpose, the technical scheme adopted by the invention is as follows:
an xml-based business processing method of a flow visual markup language comprises the following steps:
s1, obtaining characteristics and grammar rules of xml;
step S2, defining sub-domains by using a label A, wherein each sub-domain has unique attribute, and each sub-domain internally comprises a plurality of nodes and executable paths; defining nodes by using labels B; defining execution flows by using a label C, wherein each execution flow comprises a plurality of execution links; defining execution links by using a label D, wherein each execution link comprises a plurality of nodes to be executed and an execution sequence;
s3, analyzing the node of the sub-domain to which the service to be executed belongs, and searching and calling the node of the sub-domain according to the label A and the label B;
and S4, analyzing an executable path of the sub-domain to which the service to be executed belongs, constructing an execution link according to the label C, determining the execution sequence of the execution link based on the label D, and finally operating the execution link according to the determined execution sequence.
Further, a sub-domain is defined using labels a, each sub-domain including a number of nodes and executable paths therein, the attributes of the sub-domain including attributes a representing namespaces, the attribute value of each attribute a being unique.
Further, the node is defined by using a label B, the attribute of the node comprises an attribute B1 representing the node identification, an attribute B2 representing the node name, and an attribute B3 representing the node type, the attribute B1 is used for computer program reference, and the attribute B2 is used for flow visualization presentation.
Further, the step S4 includes: analyzing the node of the sub-domain to which the service to be executed belongs, and searching and calling the node of the sub-domain from the computer program according to the attribute A of the label A and the attributes B1, B2 and B3 of the label B.
Further, an execution flow is defined by using a tag C, each execution flow includes a plurality of execution links, an attribute of the execution link includes an attribute C1 indicating an identification of the execution link, an attribute C2 indicating a name of the execution link, and an attribute C3 indicating a type of the execution link, the type of the execution link includes a normal execution link and a sub-execution link, the attribute C1 is used for a computer program reference, and the attribute C2 is used for a flow visualization presentation.
Further, the label D is used to define execution links, each execution link includes a plurality of nodes to be executed and an execution sequence, the attribute D1 is used to define a plurality of nodes to be executed, the attribute D2 is used to define the execution sequence of the nodes to be executed, and the execution sequence includes sequential execution, concurrent execution, selective execution and sub-link execution.
Further, the step S4 includes: analyzing executable paths of the sub-fields of the service to be executed, sequentially constructing each execution link in the execution flow according to the attribute C1, the attribute C2 and the attribute C3 of the label C, determining the execution sequence of each execution link based on the attribute D1 and the attribute D2 of the label D, and finally sequentially operating each execution link according to the determined execution sequence.
Further, step S5 is included to display the flow of the business processing and generate a flow display diagram.
Further, the step S5 includes: step S51, each node in the sub-field is converted into a corresponding graphic element, and an attribute value of the node attribute B2 is read as the name of the graphic element; step S52, converting the executable path of the sub-domain into a corresponding flowchart, where each graphic element is connected by a control flow arrow.
Further, the control flow arrow between graphic elements is determined by attribute D2 of tag D: when the attribute D2 indicates sequential execution, the control flow arrow between two graphic elements is a straight arrow; when the attribute D2 indicates that the selection is executed, a bifurcation arrow with a judging condition exists at two sides of the current graphic element, and two ends of the bifurcation arrow respectively point to the graphic element corresponding to whether the judging result is yes or not; when the attribute D2 indicates concurrent execution, a plurality of graphic elements are contained in a disordered element pool, and the previous graphic element points to the disordered element pool through a straight arrow; when the attribute D2 indicates that the sub-link is executed, a plurality of graphic elements of the sub-link are contained in an ordered element pool, the last graphic element of the last link points to the ordered element pool through a straight line arrow, and based on the subordinate attribute in the attribute D2, a straight line or a bifurcation arrow is selected to connect the plurality of graphic elements in the ordered element pool.
Compared with the prior art, the invention has the following beneficial effects:
the invention provides a business processing method of a flow visual mark language based on xml, which further inherits all characteristics of the xml, follows the grammar rule of the xml, and can more accurately and intuitively express business needs in real time or quickly convert new business flows into executable programs and run on line by adding grammars for meeting business processing and flow display, so that the business processing method can quickly convert the business needs into visual flow display diagrams while taking account of the execution needs of computer programs, and is simple in use and wider in application.
Drawings
FIG. 1 is a code diagram of an embodiment of the present invention.
Fig. 2 is a flow chart showing an embodiment of the present invention.
Description of the embodiments
The present invention will be described in further detail with reference to the accompanying drawings, in order to make the objects, technical solutions and advantages of the present invention more apparent. It will be apparent that the described embodiments are only some, but not all, embodiments of the invention. 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.
In the description of the present invention, it should be noted that the terms "a", "B", "C", "1", "2", "3", and the like are used for descriptive purposes only and are not to be construed as indicating or implying relative importance.
xml, which is known as "Extensible Markup Language", is an extensible markup language, a source language that allows users to define their own markup language. xml characteristics included the following 5 bars: 1) The declarative statements must be used to specify the xml specification version and character set, e.g., "1.0" for the specification version used by xml, "UTF-8" for the character set used, <; 2 nd), character case; 3) There is one and only one root element; 4) The attribute values of the elements need to be referenced by quotation marks; 5) All tags must have a corresponding end tag, including an empty tag. In practical use, a large amount of code is required to be spent on the server side and the client side to analyze xml, so that the codes of the server side and the client side become extremely complex and are not easy to maintain.
Therefore, the invention provides a business processing method based on an xml flow visual markup language, which not only inherits all characteristics of the xml and follows grammar rules of the xml, but also comprises the following newly added grammar: defining sub-domains by using a label A, wherein each sub-domain comprises a plurality of nodes and executable paths; defining nodes by using a label B, wherein each execution flow comprises a plurality of execution links; the label D is used for defining execution links, and each execution link comprises a plurality of nodes to be executed and an execution sequence. And then carrying out service processing based on the newly added grammar, specifically: searching and calling the nodes of the sub-domain according to the label A and the label B, constructing an execution link according to the label C, determining the execution sequence of the execution link based on the label D, and finally operating the execution link according to the determined execution sequence.
Preferably, the visual markup language of the flow is named as 'Yula', and the Chinese name is 'You La'.
In some embodiments, a sphere tag is used to define a sub-domain, each sub-domain internally including several nodes, and executable paths. The attributes of the sub-fields include a namespace attribute representing a namespace, each having a unique attribute value. For example, define a sub-domain "naspace 1" using the process visualization markup language: < sphere nacespace= "nacespace 1" >/sphere >.
In some embodiments, a node is defined using a point tag, and the attributes of the node include an id attribute representing the identity of the node, a name attribute representing the name of the node, and a type attribute representing the type of the node. The node types include a normal type (normal) representing a normal node, a parallel type (parallel) representing a parallel execution node, and a condition type (condition) representing a condition node. For example, a generic node identified as "a", named "a", is defined using the process visualization markup language: < point id= "a" name= "a" type= "normal" >/point >.
In some embodiments, execution flows are defined using route tags, each execution flow containing several execution links, the attributes of the execution links including an id attribute representing the identification of the execution link, a name attribute representing the name of the execution link, and a type attribute representing the type of the execution link, the execution link type including a normal execution link (normal) and a sub-execution link (sub), attribute C1 being used for computer program reference, and attribute C2 being used for flow visualization presentation. For example, a generic execution link identified as "route1", named "execution link 1", is defined using the flow visualization markup language: < route id= "route1" name= "execution link 1" type= "normal" >.
In some embodiments, execution links are defined using execution tags, each execution link includes a number of nodes to be executed and an execution order, a number of nodes to be executed is defined using nodes attribute, an execution order of nodes to be executed is defined using type attribute, and an execution order includes sequential execution (normal), concurrent execution (condition), selective execution (condition), and sub-link execution (condition). For example, the process visualization markup language is used to define the execution procedure that two nodes "a" and "b" execute sequentially: < execution nodes= "a, b" type= "normal" >/execution >. In particular, the conditional order is, for example, a [ b ] c ], indicating that the b node or the c node is executed according to the judgment result of the a node.
The method and the device are used for coding the flow visual markup language, and carrying out business processing and flow display based on the flow visual markup language. When used for traffic handling: 1) The developer needs to realize each node by himself, and the flow visual markup language does not limit the implementation mode of the node and can be a section of script, a method or a class; for example, defining a class of A.java as an A node; 2) The node must be named as a combination of sphere-nacispace plus "," plus point-id to ensure that the designated node is looked up and call execution is performed in the application global; 3) The execution order of the nodes is specified by attribute D2 of tag D: when the execution order is sequential execution (normal), the current node must execute sequentially; when the execution sequence is concurrent execution (current), all the current nodes are executed simultaneously, and no sequence is required; when the execution sequence is conditional execution (condition), the current conditional node should be executed first, and which node should be executed next is determined according to the execution result of the conditional node; 4) When the script, method or class changes, the system business processing logic should change accordingly. When used for flow presentation: 1) Each node corresponds to a graphic element, and the implementation mode of the element is not limited by the flow visual markup language, and the flow visual markup language can be a square frame, a circle or even a three-dimensional graphic; 2) The name (point-name) of the node is used as the display name of the graphic element, and the type (point-type) of the node is used for prompting the type of the current graphic element; 3) The execution order is determined by the attribute D2 of the tag D: when the attribute D2 indicates sequential execution, the control flow arrow between two graphic elements is a straight arrow; when the attribute D2 indicates that the selection is executed, a bifurcation arrow with a judging condition exists at two sides of the current graphic element, and two ends of the bifurcation arrow respectively point to the graphic element corresponding to whether the judging result is yes or not; when the attribute D2 indicates concurrent execution, a plurality of graphic elements are contained in a disordered element pool, and the previous graphic element points to the disordered element pool through a straight arrow; when the attribute D2 represents the execution of the sub-link, a plurality of graphic elements of the sub-link are contained in an ordered element pool, the last graphic element of the last link points to the ordered element pool through a straight line arrow, and based on subordinate attributes in the attribute D2, the subordinate attributes comprise subordinate execution sequences, subordinate selection sequences and subordinate concurrency sequences, and the straight line or bifurcation arrow is selected to connect the plurality of graphic elements in the ordered element pool according to the corresponding subordinate attributes. 4) The process visual markup language supports hot loading including forward read, reverse write, and run-time, which is not limited by the process visual markup language as long as the application allows.
Examples
As shown in FIG. 1, the process visual markup language of the invention is adopted for code writing, and business processing and process display are carried out based on the process visual markup language. The code is as follows:
Figure SMS_1
in this embodiment, analyzing a namespace attribute of a service, acquiring a corresponding sub-domain name 1 and an a-I node of the sub-domain name 1, and searching and calling from a computer program based on attributes of a node identifier point id, a node name and a node type corresponding to each node; analyzing the attributes of an execution link identifier route id, an execution link name route name and an execution link type of an execution link in the sub-field nasesace 1, acquiring the execution link 1 and the sub-link 1, determining the execution sequence of the execution link 1 and the sub-link 1 based on the attributes of a plurality of nodes to be executed and the execution sequence of the nodes to be executed in each link, and finally operating the execution link 1 and the sub-link 1 in sequence according to the determined execution sequence. The method comprises the following steps: the program starts, the A node is sequentially executed to the B node, then the C node and the D node are concurrently executed, and then the E node is executed; judging the execution result of the E node according to the condition, if yes, executing the F node, if no, executing the G node; and F node or G node execution is completed and all enter a sub-link 1, namely H node and I node are sequentially executed in turn, and the program is ended. The flow chart corresponding to the specific embodiment is shown in fig. 2.
Finally, it should be noted that: the above embodiments are merely preferred embodiments of the present invention for illustrating the technical solution of the present invention, but not limiting the scope of the present invention; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some or all of the technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit of the corresponding technical solutions; that is, even though the main design concept and spirit of the present invention is modified or finished in an insubstantial manner, the technical problem solved by the present invention is still consistent with the present invention, and all the technical problems are included in the protection scope of the present invention; in addition, the technical scheme of the invention is directly or indirectly applied to other related technical fields, and the technical scheme is included in the scope of the invention.

Claims (5)

1. The business processing method based on the xml flow visual mark language is characterized by comprising the following steps:
s1, obtaining characteristics and grammar rules of xml;
step S2, defining sub-domains by using a label A, wherein each sub-domain has unique attribute, and each sub-domain internally comprises a plurality of nodes and executable paths; defining nodes by using labels B; defining execution flows by using a label C, wherein each execution flow comprises a plurality of execution links; defining execution links by using a label D, wherein each execution link comprises a plurality of nodes to be executed and an execution sequence;
s3, analyzing the node of the sub-domain to which the service to be executed belongs, and searching and calling the node of the sub-domain according to the label A and the label B;
s4, analyzing executable paths of the sub-fields of the service to be executed, constructing an execution link according to the label C, determining the execution sequence of the execution link based on the label D, and finally operating the execution link according to the determined execution sequence;
defining execution flows by using a label C, wherein each execution flow comprises a plurality of execution links, the attributes of the execution links comprise an attribute C1 representing the identification of the execution link, an attribute C2 representing the name of the execution link and an attribute C3 representing the type of the execution link, the type of the execution link comprises a common execution link and a sub-execution link, the attribute C1 is used for computer program reference, and the attribute C2 is used for flow visualization display;
defining execution links by using a label D, wherein each execution link comprises a plurality of nodes to be executed and an execution sequence, defining the plurality of nodes to be executed by using an attribute D1, and defining the execution sequence of the nodes to be executed by using an attribute D2, wherein the execution sequence comprises sequential execution, concurrent execution, selective execution and sub-link execution;
the step S4 includes: analyzing executable paths of the sub-fields of the service to be executed, sequentially constructing each execution link in the execution flow according to the attribute C1, the attribute C2 and the attribute C3 of the tag C, determining the execution sequence of each execution link based on the attribute D1 and the attribute D2 of the tag D, and finally sequentially operating each execution link according to the determined execution sequence;
s5, displaying the flow of the business processing and generating a flow display diagram;
the step S5 includes: step S51, each node in the sub-field is converted into a corresponding graphic element, and an attribute value of the node attribute B2 is read as the name of the graphic element; step S52, converting the executable path of the sub-domain into a corresponding flowchart, where each graphic element is connected by a control flow arrow.
2. The xml-based business processing method of a process visualization markup language according to claim 1, wherein a sub-domain is defined using a tag a, each sub-domain internally comprising a plurality of nodes and executable paths, and an attribute of the sub-domain comprises an attribute a representing a namespace, and an attribute value of each attribute a is unique.
3. The xml-based business processing method of a process visualization markup language according to claim 2, wherein a node is defined using a tag B, and the attributes of the node include an attribute B1 representing a node identification, an attribute B2 representing a node name, and an attribute B3 representing a node type, the attribute B1 being used for computer program reference, the attribute B2 being used for process visualization presentation.
4. A business processing method based on xml flow visual markup language according to claim 3, wherein said step S4 comprises: analyzing the node of the sub-domain to which the service to be executed belongs, and searching and calling the node of the sub-domain from the computer program according to the attribute A of the label A and the attributes B1, B2 and B3 of the label B.
5. The xml-based business processing method of the process visualization markup language according to claim 1, wherein the control flow arrow between the graphic elements is determined by an attribute D2 of the tag D: when the attribute D2 indicates sequential execution, the control flow arrow between two graphic elements is a straight arrow; when the attribute D2 indicates that the selection is executed, a bifurcation arrow with a judging condition exists at two sides of the current graphic element, and two ends of the bifurcation arrow respectively point to the graphic element corresponding to whether the judging result is yes or not; when the attribute D2 indicates concurrent execution, a plurality of graphic elements are contained in a disordered element pool, and the previous graphic element points to the disordered element pool through a straight arrow; when the attribute D2 indicates that the sub-link is executed, a plurality of graphic elements of the sub-link are contained in an ordered element pool, the last graphic element of the last link points to the ordered element pool through a straight line arrow, and based on the subordinate attribute in the attribute D2, a straight line or a bifurcation arrow is selected to connect the plurality of graphic elements in the ordered element pool.
CN202310139959.2A 2023-02-21 2023-02-21 Service processing method of flow visual markup language based on xml Active CN115935012B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310139959.2A CN115935012B (en) 2023-02-21 2023-02-21 Service processing method of flow visual markup language based on xml

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310139959.2A CN115935012B (en) 2023-02-21 2023-02-21 Service processing method of flow visual markup language based on xml

Publications (2)

Publication Number Publication Date
CN115935012A CN115935012A (en) 2023-04-07
CN115935012B true CN115935012B (en) 2023-06-23

Family

ID=86656069

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310139959.2A Active CN115935012B (en) 2023-02-21 2023-02-21 Service processing method of flow visual markup language based on xml

Country Status (1)

Country Link
CN (1) CN115935012B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6874141B1 (en) * 2000-06-29 2005-03-29 Microsoft Corporation Method of compiling schema mapping
CN1828532A (en) * 2006-04-17 2006-09-06 莱瑞世(北京)软件有限公司 Method for transforming operation procedure to executing language
CN103325001A (en) * 2013-01-06 2013-09-25 北京慧正通软科技有限公司 Process asynchronous submitting method
CN106202006A (en) * 2016-06-27 2016-12-07 北京百度网讯科技有限公司 Document generating method and device
CN107491478A (en) * 2017-07-03 2017-12-19 广东南方数码科技股份有限公司 Data processing method, electronic equipment and storage medium based on flow chart directly perceived
CN111104122A (en) * 2019-12-24 2020-05-05 联通(江苏)产业互联网有限公司 Method for mapping xml service logic to java service logic
CN113885745A (en) * 2021-09-16 2022-01-04 杭州安恒信息技术股份有限公司 Visual flow chart arranging method and device, readable medium and computer equipment

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
HK1060410A1 (en) * 2000-08-02 2004-08-06 Philipp Kutter Xml-robot
US7512840B2 (en) * 2004-10-01 2009-03-31 Diebold, Incorporated System and method for providing graphical representation and development of a processing application
CN101267452B (en) * 2008-02-27 2011-02-16 华为技术有限公司 A conversion method and application server for WEB service mixing scheme
JP2013161182A (en) * 2012-02-02 2013-08-19 Ntt Data Corp Test item generation device and test item generation method
CN103942055A (en) * 2014-04-30 2014-07-23 北京邮电大学 Development system and method for fusion network mixing service process programming language
CN106126416B (en) * 2016-06-16 2018-12-07 北京航空航天大学 A kind of service combination path derivation method based on process layout
CN107704235A (en) * 2017-09-22 2018-02-16 深圳航天科技创新研究院 The analytic method of data flowchart, system and storage medium in mathematics library
CN111694563B (en) * 2019-03-11 2021-08-06 西北大学 Visual design system and method for user interface mode
CN110032371A (en) * 2019-04-17 2019-07-19 杭州玳数科技有限公司 A kind of method and device storing offline task workflow using XML
CN112801464A (en) * 2021-01-07 2021-05-14 北京创仕科锐信息技术有限公司 Process management method and system

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6874141B1 (en) * 2000-06-29 2005-03-29 Microsoft Corporation Method of compiling schema mapping
CN1828532A (en) * 2006-04-17 2006-09-06 莱瑞世(北京)软件有限公司 Method for transforming operation procedure to executing language
CN103325001A (en) * 2013-01-06 2013-09-25 北京慧正通软科技有限公司 Process asynchronous submitting method
CN106202006A (en) * 2016-06-27 2016-12-07 北京百度网讯科技有限公司 Document generating method and device
CN107491478A (en) * 2017-07-03 2017-12-19 广东南方数码科技股份有限公司 Data processing method, electronic equipment and storage medium based on flow chart directly perceived
CN111104122A (en) * 2019-12-24 2020-05-05 联通(江苏)产业互联网有限公司 Method for mapping xml service logic to java service logic
CN113885745A (en) * 2021-09-16 2022-01-04 杭州安恒信息技术股份有限公司 Visual flow chart arranging method and device, readable medium and computer equipment

Also Published As

Publication number Publication date
CN115935012A (en) 2023-04-07

Similar Documents

Publication Publication Date Title
US9021440B1 (en) System and method for automated test script generation
CN106371825B (en) A kind of mobile terminal application interface list dynamic creation method and device
US8321834B2 (en) Framework for automatically merging customizations to structured code that has been refactored
US7168077B2 (en) System and method of executing and controlling workflow processes
US7870482B2 (en) Web browser extension for simplified utilization of web services
CN106528129A (en) Web application interface generation system and method
US20150161098A1 (en) Opaque Message Parsing
CN112860260B (en) Web-based cross-platform application construction tool and method in college scene
JPH08314836A (en) Managing service object providing method
CN111124379B (en) Page generation method and device, electronic equipment and storage medium
CN109460220A (en) The predefined code generating method of message, device, electronic equipment and storage medium
CN112926008B (en) Method, device, electronic equipment and storage medium for generating form page
CN108664546B (en) XML data structure conversion method and device
EP1936494B1 (en) Method for runtime execution of one or more tasks defined in a workflow process language
CN114594927A (en) Low code development method, device, system, server and storage medium
CN110704394B (en) Report configuration modification method and device
CN112100984A (en) Data conversion method and system from EBOM to SBOM
CN111104181A (en) Webpage data filling system for visually editing task flow
US8700374B1 (en) System and method of using an active link in a state programming environment to locate an element in a graphical programming environment
CN113919158A (en) Simulation method and device for flight control panel and storage medium
CN115935012B (en) Service processing method of flow visual markup language based on xml
CN112860584A (en) Test method and device based on workflow model
US8607201B2 (en) Augmenting visualization of a call stack
CN114757124B (en) CFD workflow modeling method and device based on XML, computer and storage medium
CN109117207B (en) Data processing method of business process model

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