CN113741965A - Method, device and equipment for arranging flow chart and storage medium - Google Patents

Method, device and equipment for arranging flow chart and storage medium Download PDF

Info

Publication number
CN113741965A
CN113741965A CN202111003785.4A CN202111003785A CN113741965A CN 113741965 A CN113741965 A CN 113741965A CN 202111003785 A CN202111003785 A CN 202111003785A CN 113741965 A CN113741965 A CN 113741965A
Authority
CN
China
Prior art keywords
target
flowchart
component
node
user
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
CN202111003785.4A
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.)
OneConnect Smart Technology Co Ltd
OneConnect Financial Technology Co Ltd Shanghai
Original Assignee
OneConnect Financial Technology Co Ltd Shanghai
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 OneConnect Financial Technology Co Ltd Shanghai filed Critical OneConnect Financial Technology Co Ltd Shanghai
Priority to CN202111003785.4A priority Critical patent/CN113741965A/en
Publication of CN113741965A publication Critical patent/CN113741965A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/72Code refactoring
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/20Drawing from basic elements, e.g. lines or circles
    • G06T11/206Drawing of charts or graphs

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

本发明涉及人工智能领域,公开了一种流程图的编排方法、装置、设备及存储介质,该方法包括:通过画布组件,响应于用户绘制操作,在画布区域内显示绘制得到的目标流程图,通过交互组件,将用户配置信息加入至目标流程图的流程图数据结构中;通过弹窗组件,将目标通用节点的节点配置页面中不同层级的配置子页面进行渲染显示,以指导用户在不同配置子页面中输入匹配的用户配置信息;通过主业务组件,响应于针对目标流程图的目标流程图处理指令,将目标流程图的流程图数据结构发送至与目标流程图处理指令匹配的底层接口。本发明实施例的技术方案,实现了流程图实现架构的逻辑分层,增强了流程图实现代码的编排灵活性,降低了实现代码的维护成本。

Figure 202111003785

The invention relates to the field of artificial intelligence, and discloses a method, device, device and storage medium for arranging a flowchart. The method includes: displaying a drawn target flowchart in a canvas area through a canvas component in response to a user drawing operation; Through the interactive component, the user configuration information is added to the flow chart data structure of the target flow chart; through the pop-up window component, the configuration sub-pages at different levels in the node configuration page of the target general node are rendered and displayed to guide the user in different configurations. Input matching user configuration information in the sub-page; through the main business component, in response to the target flowchart processing instruction for the target flowchart, the flowchart data structure of the target flowchart is sent to the underlying interface matching the target flowchart processing instruction. The technical solution of the embodiment of the present invention realizes the logical layering of the flow chart implementation architecture, enhances the flexibility of the arrangement of the flow chart implementation code, and reduces the maintenance cost of the implementation code.

Figure 202111003785

Description

一种流程图的编排方法、装置、设备及存储介质A method, device, device and storage medium for arranging a flowchart

技术领域technical field

本发明实施例涉及人工智能技术领域,尤其涉及一种流程图的编排方法、装置、设备及存储介质。The embodiments of the present invention relate to the technical field of artificial intelligence, and in particular, to a method, apparatus, device, and storage medium for arranging a flowchart.

背景技术Background technique

目前,用户可以在一个统一的服务平台中,使用服务平台所提供的各种通用功能组件,自定义搭建得到各种个性化服务流程,例如,自动审批产品的流程和基于人工智能的数据处理流程等。其中,在使用不同类型的功能组件(例如,例如,轮询组件、循环执行组件或者条件判断组件),进行自定义服务流程的个性化搭建时,需要对所使用的各种功能组件进行自定义配置。对于一些需要复杂配置的功能组件,可能需要进行多个层级的用户配置。At present, users can use various general functional components provided by the service platform in a unified service platform to customize and build various personalized service processes, such as the process of automatic approval of products and the data processing process based on artificial intelligence. Wait. Among them, when using different types of functional components (for example, polling components, loop execution components or condition judgment components) to carry out the personalized construction of custom service processes, it is necessary to customize the various functional components used. configuration. For some functional components that require complex configuration, multiple levels of user configuration may be required.

为了实现上述个性化服务流程的搭建功能,编程人员需要相应构建该服务平台的实现代码。发明人在实现本发明的过程中发现:现有技术所构建的服务平台的实现代码,没有进行合理的代码编排,会把各种代码融合在一起,造成代码难以维护的困局,同时,当需要在该服务平台中增加新的功能组件,或者新的功能组件配置页面时,需要对原有的实现代码进行很大的修改,修改工作量大,牵一发而动全身。In order to realize the construction function of the above-mentioned personalized service process, the programmer needs to construct the implementation code of the service platform accordingly. In the process of realizing the present invention, the inventor found that: the implementation code of the service platform constructed by the prior art did not carry out reasonable code arrangement, and would fuse various codes together, causing the dilemma that the code was difficult to maintain. When a new functional component needs to be added to the service platform, or a new functional component configuration page, the original implementation code needs to be greatly modified, and the modification workload is large, which affects the whole body.

发明内容SUMMARY OF THE INVENTION

本发明实施例提供一种流程图的编排方法、装置、设备及存储介质,可以实现对流程图实现代码的逻辑分层,增强流程图实现代码的编排灵活性,减少实现代码的维护工作量。Embodiments of the present invention provide a method, device, device and storage medium for arranging flowcharts, which can implement logical layering of flowchart implementation codes, enhance the arranging flexibility of flowchart implementation codes, and reduce the maintenance workload of implementation codes.

第一方面,本发明实施例提供了一种流程图的编排方法,包括:In a first aspect, an embodiment of the present invention provides a method for arranging a flowchart, including:

通过画布组件,响应于用户绘制操作,在画布区域内显示绘制得到的目标流程图,目标流程图中包括多个具有连接关系的通用节点;Through the canvas component, in response to the user's drawing operation, the drawn target flow chart is displayed in the canvas area, and the target flow chart includes a plurality of general nodes with connection relationships;

通过交互组件,响应于针对目标流程图中目标通用节点的节点配置页面的配置信息输入指令,将针对所述节点配置页面输入的用户配置信息加入至目标流程图的流程图数据结构中;Through the interaction component, in response to the input instruction for the configuration information of the node configuration page of the target general node in the target flow chart, the user configuration information input for the node configuration page is added to the flow chart data structure of the target flow chart;

通过弹窗组件,将目标通用节点的节点配置页面中不同层级的配置子页面进行渲染显示,以指导用户在不同配置子页面中输入匹配的用户配置信息;Through the pop-up window component, the configuration sub-pages of different levels in the node configuration page of the target general node are rendered and displayed, so as to guide the user to input matching user configuration information in different configuration sub-pages;

通过主业务组件,响应于针对目标流程图的目标流程图处理指令,将目标流程图的流程图数据结构发送至与目标流程图处理指令匹配的底层接口。Through the main service component, in response to the target flowchart processing instruction for the target flowchart, the flowchart data structure of the target flowchart is sent to the underlying interface matching the target flowchart processing instruction.

第二方面,本发明实施例还提供了一种流程图的编排装置,包括:In a second aspect, an embodiment of the present invention further provides an apparatus for arranging a flowchart, including:

目标流程图绘制模块,用于通过画布组件,响应于用户绘制操作,在画布区域内显示绘制得到的目标流程图,目标流程图中包括多个具有连接关系的通用节点;The target flowchart drawing module is used to display the target flowchart obtained by drawing in the canvas area in response to the user's drawing operation through the canvas component, and the target flowchart includes a plurality of general nodes with connection relationships;

通用节点配置模块,用于通过交互组件,响应于针对目标流程图中目标通用节点的节点配置页面的配置信息输入指令,将针对所述节点配置页面输入的用户配置信息加入至目标流程图的流程图数据结构中;The general node configuration module is used for adding the user configuration information input for the node configuration page to the flow of the target flow chart through the interaction component in response to the input instruction for the configuration information of the node configuration page of the target general node in the target flow chart In the graph data structure;

配置子页面渲染显示模块,用于通过弹窗组件,将目标通用节点的节点配置页面中不同层级的配置子页面进行渲染显示,以指导用户在不同配置子页面中输入匹配的用户配置信息;The configuration sub-page rendering and display module is used to render and display the configuration sub-pages of different levels in the node configuration page of the target general node through the pop-up window component, so as to guide the user to input matching user configuration information in the different configuration sub-pages;

底层接口调用模块,用于通过主业务组件,响应于针对目标流程图的目标流程图处理指令,将目标流程图的流程图数据结构发送至与目标流程图处理指令匹配的底层接口。The bottom layer interface calling module is used for sending the flowchart data structure of the target flowchart to the bottom layer interface matching the target flowchart processing instruction in response to the target flowchart processing instruction for the target flowchart through the main business component.

第三方面,本发明实施例还提供了一种计算机设备,该计算机设备包括:In a third aspect, an embodiment of the present invention further provides a computer device, the computer device comprising:

处理器;processor;

存储装置,用于存储程序;a storage device for storing programs;

当所述程序被所述处理器执行,使得所述处理器执行本发明任意实施例提供的流程图的编排方法。When the program is executed by the processor, the processor executes the method for arranging the flowchart provided by any embodiment of the present invention.

第四方面,本发明实施例还提供了一种计算机可读存储介质,该存储介质上存储有计算机程序,该程序被处理器执行时实现本发明任意实施例提供的流程图的编排方法。In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, the storage medium stores a computer program, and when the program is executed by a processor, implements the method for arranging the flowchart provided by any embodiment of the present invention.

本发明实施例提供的技术方案,通过对流程图服务平台的实现代码进行架构分层,以获取画布组件、交互组件、弹窗组件和主业务组件,并响应于用户的不同操作,通过匹配的功能组件,实现对流程图的绘制,提供了一种架构分层的解决方案,实现了服务平台合理的代码编排,增强了流程图实现代码的编排灵活性;同时,在新增功能组件,或者功能组件配置页面时,只需针对匹配的组件进行修改,不会影响服务平台实现代码的整体架构,极大降低了实现代码的后期维护成本和维护工作量。The technical solution provided by the embodiment of the present invention obtains the canvas component, the interactive component, the pop-up window component and the main business component by layering the implementation code of the flowchart service platform, and responds to different operations of the user through matching The functional component realizes the drawing of the flow chart, provides a solution of layered architecture, realizes the reasonable code arrangement of the service platform, and enhances the flexibility of the arrangement of the flow chart implementation code; When configuring the page of functional components, you only need to modify the matching components, which will not affect the overall architecture of the service platform implementation code, which greatly reduces the post-maintenance cost and maintenance workload of the implementation code.

附图说明Description of drawings

图1A是本发明一实施例中的一种流程图的编排方法的流程图;1A is a flowchart of a method for arranging a flowchart in an embodiment of the present invention;

图1B是本发明一实施例中的一种配置子页面的示意图;1B is a schematic diagram of a configuration sub-page in an embodiment of the present invention;

图1C是本发明一实施例中的一种弹窗页面的示意图;1C is a schematic diagram of a pop-up window page in an embodiment of the present invention;

图1D是本发明一实施例中的一种弹窗页面的示意图;1D is a schematic diagram of a pop-up window page in an embodiment of the present invention;

图1E是本发明一实施例中的一种弹窗页面的示意图;1E is a schematic diagram of a pop-up window page in an embodiment of the present invention;

图2是本发明另一实施例中的一种流程图的编排方法的流程图;2 is a flowchart of a method for arranging a flowchart in another embodiment of the present invention;

图3A是本发明另一实施例中的一种流程图的编排方法的流程图;3A is a flowchart of a method for arranging a flowchart in another embodiment of the present invention;

图3B是本发明另一实施例中的一种流程图服务平台的页面示意图;3B is a schematic page diagram of a flowchart service platform in another embodiment of the present invention;

图3C是本发明另一实施例中的一种服务平台实现代码的架构示意图;3C is a schematic diagram of the architecture of a service platform implementation code in another embodiment of the present invention;

图4是本发明另一实施例中的一种流程图的编排装置的结构示意图;4 is a schematic structural diagram of an apparatus for arranging a flowchart according to another embodiment of the present invention;

图5是本发明另一实施例中的一种计算机设备的结构示意图。FIG. 5 is a schematic structural diagram of a computer device in another embodiment of the present invention.

具体实施方式Detailed ways

下面将参照附图更详细地描述本发明的实施例。虽然附图中显示了本发明的某些实施例,然而应当理解的是,本发明可以通过各种形式来实现,而且不应该被解释为限于这里阐述的实施例,相反提供这些实施例是为了更加透彻和完整地理解本发明。应当理解的是,本发明的附图及实施例仅用于示例性作用,并非用于限制本发明的保护范围。Embodiments of the present invention will be described in more detail below with reference to the accompanying drawings. While certain embodiments of the invention are shown in the drawings, it should be understood that the invention may be embodied in various forms and should not be construed as limited to the embodiments set forth herein, but rather are provided for the purpose of A more thorough and complete understanding of the present invention. It should be understood that the drawings and embodiments of the present invention are only used for exemplary purposes, and are not used to limit the protection scope of the present invention.

应当理解,本发明的方法实施方式中记载的各个步骤可以按照不同的顺序执行,和/或并行执行。此外,方法实施方式可以包括附加的步骤和/或省略执行示出的步骤。本发明的范围在此方面不受限制。It should be understood that the various steps described in the method embodiments of the present invention may be performed in different orders and/or in parallel. Furthermore, method embodiments may include additional steps and/or omit performing the illustrated steps. The scope of the present invention is not limited in this regard.

本文使用的术语“包括”及其变形是开放性包括,即“包括但不限于”。术语“基于”是“至少部分地基于”。术语“一个实施例”表示“至少一个实施例”;术语“另一实施例”表示“至少一个另外的实施例”;术语“一些实施例”表示“至少一些实施例”。其他术语的相关定义将在下文描述中给出。As used herein, the term "including" and variations thereof are open-ended inclusions, ie, "including but not limited to". The term "based on" is "based at least in part on." The term "one embodiment" means "at least one embodiment"; the term "another embodiment" means "at least one additional embodiment"; the term "some embodiments" means "at least some embodiments". Relevant definitions of other terms will be given in the description below.

需要注意,本发明中提及的“第一”、“第二”等概念仅用于对不同的装置、模块或单元进行区分,并非用于限定这些装置、模块或单元所执行的功能的顺序或者相互依存关系。It should be noted that concepts such as "first" and "second" mentioned in the present invention are only used to distinguish different devices, modules or units, and are not used to limit the order of functions performed by these devices, modules or units or interdependence.

需要注意,本发明中提及的“一个”、“多个”的修饰是示意性而非限制性的,本领域技术人员应当理解,除非在上下文另有明确指出,否则应该理解为“一个或多个”。It should be noted that the modifications of "a" and "a plurality" mentioned in the present invention are illustrative rather than restrictive, and those skilled in the art should understand that unless the context clearly indicates otherwise, they should be understood as "one or a plurality of" multiple".

本发明实施方式中的多个装置之间所交互的消息或者信息的名称仅用于说明性的目的,而并不是用于对这些消息或信息的范围进行限制。The names of messages or information exchanged between multiple devices in the embodiments of the present invention are only used for illustrative purposes, and are not used to limit the scope of these messages or information.

本发明实施例可以对人工智能技术的数据处理流程进行编排。其中,人工智能(Artificial Intelligence,AI)是利用数字计算机或者数字计算机控制的机器模拟、延伸和扩展人的智能,感知环境、获取知识并使用知识获得最佳结果的理论、方法、技术及应用系统。The embodiments of the present invention can arrange the data processing flow of the artificial intelligence technology. Among them, artificial intelligence (AI) is a theory, method, technology and application system that uses digital computers or machines controlled by digital computers to simulate, extend and expand human intelligence, perceive the environment, acquire knowledge and use knowledge to obtain the best results. .

人工智能基础技术一般包括如传感器、专用人工智能芯片、云计算、分布式存储、大数据处理技术、操作/交互系统、机电一体化等技术。人工智能软件技术主要包括计算机视觉技术、机器人技术、生物识别技术、语音处理技术、自然语言处理技术以及机器学习/深度学习等几大方向。The basic technologies of artificial intelligence generally include technologies such as sensors, special artificial intelligence chips, cloud computing, distributed storage, big data processing technology, operation/interaction systems, and mechatronics. Artificial intelligence software technology mainly includes computer vision technology, robotics technology, biometrics technology, speech processing technology, natural language processing technology, and machine learning/deep learning.

图1A为本发明一实施例提供的一种流程图的编排方法的流程图,本发明实施例可适用于通过对流程图服务平台实现代码进行架构分层,实现对流程图的绘制的情况,该方法可以由流程图的编排装置来执行,该装置可由硬件和/或软件组成,并一般可集成在用于提供流程图绘制服务的计算机设备中。如图1A所示,该方法具体包括如下步骤:FIG. 1A is a flowchart of a method for arranging a flowchart according to an embodiment of the present invention. The embodiment of the present invention is applicable to the case where the flowchart is drawn by layering the architecture of the flowchart service platform implementation code, The method may be performed by means of compiling flowcharts, which may consist of hardware and/or software, and may generally be integrated in computer equipment for providing flowchart drawing services. As shown in Figure 1A, the method specifically includes the following steps:

S110、通过画布组件,响应于用户绘制操作,在画布区域内显示绘制得到的目标流程图。S110. Display the target flowchart obtained by drawing in the canvas area in response to the user's drawing operation through the canvas component.

其中,画布组件,为封装后的,用于响应用户流程图绘制操作的代码程序;典型的,画布组件可以基于现有的Gojs组件实现,Gojs组件,是一种基于JavaScript的流程图构建组件,具备流程图绘制、连线、删除、撤销以及重做等功能,具有功能强大、快速以及轻量级的特点。Among them, the canvas component is an encapsulated code program used to respond to the user's flowchart drawing operation; typically, the canvas component can be implemented based on the existing Gojs component, and the Gojs component is a JavaScript-based flowchart construction component. With functions such as flowchart drawing, connection, deletion, undo and redo, it is powerful, fast and lightweight.

在本实施例中,通过画布组件,可以实现对整体目标流程图的绘制,以及对绘制完成的目标流程图的展示。In this embodiment, the canvas component can be used to draw the overall target flow chart and display the drawn target flow chart.

在本实施例中,目标流程图中包括多个具有连接关系的通用节点;其中,通用节点,用于实现预设的最小流程处理功能;通用节点,可以包括轮询节点、条件控制节点和循环执行节点等。通过为每个通用节点设置匹配的自定义参数,并按照预设的连接关系将各个通用节点进行连接得到目标流程图后,通过触发目标流程图中的各通用节点按照节点连接关系顺序执行不同的流程处理功能,最终可以实现出各种用户自定义的,且功能复杂的流程处理功能,也即,一个目标流程图由多个预先编排执行顺序的多个通用节点构成,以实现匹配流程处理功能。In this embodiment, the target flow chart includes a plurality of general nodes with a connection relationship; wherein, the general node is used to realize the preset minimum process processing function; the general node may include a polling node, a condition control node and a loop Execute nodes, etc. By setting matching custom parameters for each general node, and connecting each general node according to the preset connection relationship to obtain the target flow chart, each general node in the target flow chart is triggered to execute different functions in the order of the node connection relationship. The process processing function can finally realize various user-defined and complex process processing functions, that is, a target flowchart is composed of multiple general nodes whose execution order is pre-arranged to realize the matching process processing function. .

需要说明的是,用户的绘制操作,可以是用户将通用节点库中的通用节点拖拽至画布中的拖拽指令,用户对通用节点库中的通用节点的选择指令,用户对画布中的两个通用节点执行的连线指令,用户针对设定拖拽指令或连线指令的撤销指令、用户针对画布中设定通用节点或者连线的删除指令,以及用户针对当前绘制中的流程图执行的重做指令等,本实施例对此并不进行限制。It should be noted that, the user's drawing operation may be a drag instruction for the user to drag a common node in the common node library to the canvas, a user's selection instruction for the common node in the common node library, A connection command executed by a general node, the user's undo command for setting a drag command or a connection command, a user's delete command for setting a general node or connection in the canvas, and the user's execution for the current drawing flowchart. Redo instructions, etc., are not limited in this embodiment.

S120、通过交互组件,响应于针对目标流程图中目标通用节点的节点配置页面的配置信息输入指令,将针对所述节点配置页面输入的用户配置信息加入至目标流程图的流程图数据结构中。S120. Through the interaction component, in response to the input instruction for the configuration information on the node configuration page of the target general node in the target flowchart, add the user configuration information input on the node configuration page to the flowchart data structure of the target flowchart.

其中,交互组件,为封装完成的,支持实现流程图中包括的各通用节点的信息配置的代码程序;配置信息输入指令,为用户在节点配置页面输入配置信息的命令信息,例如,用户对节点配置页面中信息项的点击操作。用户配置信息,为用户针对目标流程图中包括的一个或者多个目标通用节点设置的个性化的特征信息;用户配置信息,可以包括目标通用节点输入或者输出的数据类型,例如,常量、变量和函数等。Among them, the interactive component is a code program that is packaged and supports the information configuration of each general node included in the flow chart; the configuration information input instruction is the command information for the user to input the configuration information on the node configuration page, The click action of the information item in the configuration page. User configuration information, which is personalized feature information set by the user for one or more target general nodes included in the target flow chart; user configuration information can include the data type of input or output of the target general node, such as constants, variables and function etc.

在本实施例的一个可选的实施方式中,用户在完成对目标流程图的绘制后,可以通过单击、双击或者长按的方式,在目标流程图中选择需要进行用户自定义配置的目标通用节点,此时,会触发激活该交互组件,该交互组件会相应弹出与该目标通用节点匹配的节点配置页面,并通过该节点配置页面,接收用户针对该目标通用节点配置的一项或者多项用户配置信息。In an optional implementation of this embodiment, after the user completes the drawing of the target flowchart, the user can select the target that needs to be user-defined configuration in the target flowchart by single-clicking, double-clicking or long-pressing General node, at this time, it will trigger the activation of the interactive component, the interactive component will correspondingly pop up the node configuration page that matches the target general node, and through the node configuration page, receive one or more configurations configured by the user for the target general node Item user configuration information.

具体的,目标流程图包括的一个或者多个通用节点中,可以包括可配置参数的默认配置值,当用户选择不对某一个通用节点,或者通用节点中的某一项配置参数进行配置时,该通用节点可以直接使用相应配置参数的默认配置值;或者,目标流程图中包括的一个或者多个通用节点中,可以包括必填配置参数,为了保证该目标流程图能够正常执行,用户必须为上述通用节点的必填配置参数,配置匹配的配置值。Specifically, one or more general nodes included in the target flow chart may include default configuration values of configurable parameters. When the user chooses not to configure a certain general node or a certain configuration parameter in the general node, the The general node can directly use the default configuration value of the corresponding configuration parameter; or, one or more general nodes included in the target flow chart may include required configuration parameters. In order to ensure that the target flow chart can be executed normally, the user must Required configuration parameters for common nodes, configure matching configuration values.

其中,目标流程图与一个流程图数据结构相对应,在该流程图数据结构中包括目标流程图中全部通用节点所实现的流程处理功能的实现代码。典型的,该流程图数据结构中可能包括一个或者多个待填充的空白数据区域,或者待更新数据区域,用于使用用户针对一个或者多个目标通用节点输入的用户配置信息,对应填充于空白数据区域内,或者对待更新数据区域内的数据进行更新存储。The target flow chart corresponds to a flow chart data structure, and the flow chart data structure includes the realization codes of the flow processing functions implemented by all general nodes in the target flow chart. Typically, the flowchart data structure may include one or more blank data areas to be filled, or data areas to be updated, for using user configuration information input by the user for one or more target general nodes, corresponding to the blank data areas filled in. In the data area, or update and store the data in the data area to be updated.

在本实施例中,在获取到绘制完成的目标流程图后,服务平台通过交互组件,根据目标用户对目标通用节点的选择指令,向目标用户展示与目标通用节点匹配的节点配置页面,并根据目标用户在节点配置页面的配置信息输入指令,将目标通用节点对应的用户配置信息,填充至目标流程图的流程图数据结构中,实现对目标通用节点的自定义配置。In this embodiment, after obtaining the target flow chart that has been drawn, the service platform displays the node configuration page matching the target general node to the target user through the interactive component and according to the target user's selection instruction on the target general node, and according to The target user enters an instruction in the configuration information of the node configuration page, and fills the user configuration information corresponding to the target general node into the flow chart data structure of the target flow chart to realize the custom configuration of the target general node.

需要说明的是,目标流程图中不同通用节点对应的节点配置页面相同或者不同,对应的目标用户针对不同通用节点配置的用户配置信息也可能会存在区别;典型的,不同通用节点可以对应不同层级的节点配置页面,或者对应相同层级,但对应层级对应不同的信息配置项。在本实施例中,通过交互组件为目标流程图中各通用节点配置对应的用户配置信息,可以实现在绘制个性化目标流程图的基础上,对目标流程图中各通用节点的个性化配置。It should be noted that the node configuration pages corresponding to different general nodes in the target flow chart are the same or different, and the user configuration information configured by the corresponding target users for different general nodes may also be different; typically, different general nodes may correspond to different levels. The node configuration page of , or corresponding to the same level, but the corresponding level corresponds to different information configuration items. In this embodiment, by configuring the corresponding user configuration information for each general node in the target flow chart through the interaction component, the personalized configuration of each general node in the target flow chart can be realized on the basis of drawing the personalized target flow chart.

S130、通过弹窗组件,将目标通用节点的节点配置页面中不同层级的配置子页面进行渲染显示,以指导用户在不同配置子页面中输入匹配的用户配置信息。S130. Render and display the configuration sub-pages of different levels in the node configuration page of the target general node through the pop-up window component, so as to instruct the user to input matching user configuration information in the different configuration sub-pages.

其中,弹窗组件,为用于实现节点配置页面,以及对应配置子页面显示的代码程序;在本实施例中,节点配置页面和配置子页面可以均以弹窗的形式显示,且不同通用节点的节点配置页面可以对应不同层级的配置子页面。Among them, the pop-up window component is a code program used to realize the node configuration page and the corresponding configuration sub-page display; in this embodiment, the node configuration page and the configuration sub-page can both be displayed in the form of pop-up windows, and different common nodes The node configuration page can correspond to configuration sub-pages at different levels.

此外,可选的,在各配置子页面的基础上,可以根据用户在配置子页面中选择的配置信息项,通过弹窗组件进一步展示不同层级的弹窗页面,以实现对通用节点更深层次的自定义设置。In addition, optionally, on the basis of each configuration sub-page, according to the configuration information item selected by the user in the configuration sub-page, different levels of pop-up window pages can be further displayed through the pop-up window component, so as to realize a deeper level of common nodes. Customize settings.

如图1B所示,以Calling Node通用节点为例,其节点配置页面包括BasicInformation、Model Configuration、I/O Parameter和Code Confirmation四层配置子页面;其中,以I/O Parameter配置子页面为例,其包括Advanced配置信息项,而Advanced配置信息项需要进行高级配置,故需要进一步展示弹窗页面,如图1C所示,Advanced配置信息项对应的弹窗页面包括Constant、Variable、Calculation、Function和Jugement五个类型的配置信息;进一步以Function配置信息为例,其对应的进一步弹窗页面如图1D所示,而当用户选择其中的Add Variable选项时,又会显示进一步的弹窗,如图1E所示,使用户选择具体的变量值;故在I/O Parameter配置子页面弹窗的基础上,进一步显示了三层弹窗页面。As shown in Figure 1B, taking the general node of Calling Node as an example, its node configuration page includes four-layer configuration sub-pages of BasicInformation, Model Configuration, I/O Parameter and Code Confirmation; among them, taking the I/O Parameter configuration sub-page as an example, It includes the Advanced configuration information item, and the Advanced configuration information item requires advanced configuration, so it is necessary to further display the pop-up window page, as shown in Figure 1C, the pop-up window page corresponding to the Advanced configuration information item includes Constant, Variable, Calculation, Function and Jugement Five types of configuration information; further take the Function configuration information as an example, the corresponding further pop-up page is shown in Figure 1D, and when the user selects the Add Variable option, a further pop-up window will be displayed, as shown in Figure 1E As shown, the user can select the specific variable value; therefore, based on the pop-up window of the I/O Parameter configuration sub-page, a three-layer pop-up window page is further displayed.

值的注意的是,不同节点配置页面中不同配置子页面的显示内容和显示时机,由弹窗组件触发控制。具体的,目标用户在节点配置页面中输入对应的用户配置信息后,通过弹窗组件,根据用户配置信息确定对应的配置子页面,并按照预设默认展示顺序,对各层级的配置子页面进行渲染显示,以获取目标用户在各层级配置子页面输入的用户配置信息。It is worth noting that the display content and display timing of different configuration sub-pages in different node configuration pages are triggered and controlled by the pop-up window component. Specifically, after the target user enters the corresponding user configuration information in the node configuration page, the corresponding configuration sub-page is determined according to the user configuration information through the pop-up window component, and the configuration sub-pages of each level are displayed according to the preset default display order. Render the display to obtain the user configuration information entered by the target user on the configuration sub-pages at various levels.

在本实施例中,通过弹窗组件对目标通用节点的节点配置页面对应的各层级配置子页面进行渲染显示,实现了目标用户对目标通用节点的多层级配置信息的自定义设置,使得目标通用节点可以表达更加复杂的逻辑,适应更加复杂的场景。In this embodiment, each level configuration sub-page corresponding to the node configuration page of the target general node is rendered and displayed by the pop-up window component, so that the target user can customize the multi-level configuration information of the target general node and make the target general Nodes can express more complex logic and adapt to more complex scenes.

S140、通过主业务组件,响应于针对目标流程图的目标流程图处理指令,将目标流程图的流程图数据结构发送至与目标流程图处理指令匹配的底层接口。S140. Through the main service component, in response to the target flowchart processing instruction for the target flowchart, send the flowchart data structure of the target flowchart to the underlying interface matching the target flowchart processing instruction.

其中,主业务组件,为支持实现对目标流程图的数据结构操作的代码程序。目标流程图处理指令,为目标用户发送的,针对目标流程图的操作命令信息;目标流程图处理指令,可以包括:保存、发布、仿真以及执行的操作指令;且不同流程图处理指令关联不同的底层接口,不同的底层接口用于具体实现不同的操作功能。Among them, the main business component is a code program that supports the realization of the data structure operation on the target flow chart. The target flowchart processing instruction is the operation command information for the target flowchart sent by the target user; the target flowchart processing instruction may include: operation instructions for saving, publishing, emulating and executing; and different flowchart processing instructions are associated with different The underlying interface, different underlying interfaces are used to implement different operational functions.

具体的,承载画布和通用节点库的页面上还包括各种功能控件,用户在完成对目标流程图的绘制后,可以点击选择对应的功能控件,以触发生成对应的目标流程图处理指令;例如,点击保存功能控件,以发布目标流程图保存指令;进而流程图绘制服务平台在接收到目标用户的目标流程图处理指令时,调用主业务组件,将目标流程图的流程图数据结构发送至对应的底层接口。其中,底层接口用于执行与目标流程图处理指令匹配的操作。Specifically, the page carrying the canvas and the general node library also includes various functional controls. After the user completes the drawing of the target flowchart, the user can click to select the corresponding functional control to trigger the generation of the corresponding target flowchart processing instruction; for example; , click the save function control to issue the target flowchart save instruction; then the flowchart drawing service platform calls the main business component when receiving the target user's target flowchart processing instruction, and sends the flowchart data structure of the target flowchart to the corresponding the underlying interface. The underlying interface is used to perform operations matching the processing instructions of the target flowchart.

在本实施例中,通过主业务组件,对绘制完成的目标流程图执行对应的操作,可以实现对目标流程图的仿真执行,以及最终的保存等操作。In this embodiment, by executing the corresponding operation on the drawn target flow chart through the main service component, the simulation execution of the target flow chart and the final saving and other operations can be realized.

需要说明的是,由于将流程图的实现代码划分为对应的功能组件,故在上述功能组件的基础上,可以根据任务需求,对组件进行新增,或者适应性修改,且不需要对现有的实现代码架构进行全局调整,可以降低功能拓展的工作量,进而可以降低流程图实现代码的维护成本。It should be noted that, since the implementation code of the flowchart is divided into corresponding functional components, on the basis of the above functional components, components can be added or modified adaptively according to task requirements, and there is no need to modify existing components. The overall adjustment of the implementation code structure of the system can reduce the workload of function expansion, which in turn can reduce the maintenance cost of the flowchart implementation code.

在本实施例中,可选的,通过主业务组件,响应于针对目标流程图的目标流程图处理指令,将目标流程图的流程图数据结构发送至与目标流程图处理指令匹配的底层接口,可以包括:In this embodiment, optionally, through the main business component, in response to the target flowchart processing instruction for the target flowchart, the flowchart data structure of the target flowchart is sent to the underlying interface that matches the target flowchart processing instruction, Can include:

通过主业务组件,获取与所述目标流程图处理指令匹配的底层接口;通过主业务组件,如果确定所述底层接口与所述流程图数据结构不匹配,则对所述流程图数据结构进行格式转换,并将格式转换结果发送至所述底层接口进行处理;通过主业务组件,如果接收到所述底层接口反馈的数据处理结果,则将所述数据处理结果进行逆向格式转换;通过主业务组件,将逆向格式转换结果提供给所述画布组件,以触发画布组件在画布区域中对所述逆向格式转换结果进行回显。Through the main business component, the underlying interface matching the target flowchart processing instruction is obtained; through the main business component, if it is determined that the underlying interface does not match the flowchart data structure, the flowchart data structure is formatted conversion, and send the format conversion result to the underlying interface for processing; through the main business component, if the data processing result fed back by the underlying interface is received, the data processing result is reversely formatted; through the main business component , providing the inverse format conversion result to the canvas component, so as to trigger the canvas component to echo the inverse format conversion result in the canvas area.

其中,不同的底层接口,用于执行不同目标流程图处理指令对应的目标流程图处理操作;可选的,在交互组件中,预先存储目标流程图处理指令与底层接口的映射关系;故在获取到目标用户的目标流程图处理指令后,根据目标流程图处理指令,查找预先存储的映射关系,以获取匹配的底层接口,可以实现对匹配底层接口的准确确定。Among them, different underlying interfaces are used to execute target flowchart processing operations corresponding to different target flowchart processing instructions; optionally, in the interaction component, the mapping relationship between the target flowchart processing instructions and the underlying interfaces is pre-stored; After reaching the target flow chart processing instruction of the target user, according to the target flow chart processing instruction, the pre-stored mapping relationship is searched to obtain the matching underlying interface, which can realize the accurate determination of the matching underlying interface.

需要说明的是,底层接口对应可处理的数据格式为预先设定,一个底层接口可以对应多种数据格式;故交互组件在确定与目标流程图处理指令对应的底层接口后,需要进一步判断流程图数据结构是否符合匹配底层接口的预设可处理数据格式;若确定不符合,则对流程图数据结构进行对应的格式转换,以通过底层接口对格式转换后的流程图数据结构进行处理。It should be noted that the data format corresponding to the underlying interface is preset, and one underlying interface can correspond to multiple data formats; therefore, after determining the underlying interface corresponding to the target flowchart processing instruction, the interactive component needs to further determine the flowchart. Whether the data structure conforms to the preset processable data format matching the underlying interface; if it is determined not to conform, the corresponding format conversion is performed on the flowchart data structure to process the format-converted flowchart data structure through the underlying interface.

其次,主业务组件在接收到底层接口的反馈的数据处理结果时,例如,目标流程图处理指令为仿真指令,则仿真结束后,会生成对应的仿真结果。具体的,如果该数据处理结果的数据格式与画布区域能显示的数据格式不同,则对数据处理结果进行对应的逆向格式转换,并将逆向格式转换结果发送至画布组件,以通过画布组件对逆向格式转换结果进行显示。Secondly, when the main service component receives the data processing result fed back by the underlying interface, for example, the target flowchart processing instruction is a simulation instruction, and the simulation is completed, a corresponding simulation result will be generated. Specifically, if the data format of the data processing result is different from the data format that can be displayed in the canvas area, the corresponding reverse format conversion is performed on the data processing result, and the reverse format conversion result is sent to the canvas component, so that the reverse format can be reversed through the canvas component. The format conversion result is displayed.

在本实施例中,画布组件、交互组件、弹窗组件以及主业务组件独立封装于不同的类中,实现了架构的逻辑分层,当编程人员选择添加一个通用节点时,只需要对应更新画布组件中的相关逻辑即可;当编程人员选择更新一个节点配置页面时,只需要对应更新弹窗组件中的相关逻辑即可,其他部分的代码均无需修改,大大节省了编程人员的代码维护的工作量。In this embodiment, the canvas component, the interactive component, the pop-up window component and the main business component are independently encapsulated in different classes, which realizes the logical layering of the architecture. When the programmer chooses to add a common node, he only needs to update the canvas accordingly. The relevant logic in the component is enough; when the programmer chooses to update a node configuration page, he only needs to update the relevant logic in the pop-up window component accordingly, and other parts of the code do not need to be modified, which greatly saves the programmer's code maintenance. workload.

本发明实施例提供的技术方案,通过对流程图服务平台的实现代码进行架构分层,以获取画布组件、交互组件、弹窗组件和主业务组件,并响应于用户的不同操作,通过匹配的功能组件,实现对流程图的绘制,提供了一种架构分层的解决方案,实现了服务平台合理的代码编排,增强了流程图实现代码的编排灵活性;同时,在新增功能组件,或者功能组件配置页面时,只需针对匹配的组件进行修改,不会影响服务平台实现代码的整体架构,极大降低了实现代码的后期维护成本和维护工作量。The technical solution provided by the embodiment of the present invention obtains the canvas component, the interactive component, the pop-up window component and the main business component by layering the implementation code of the flowchart service platform, and responds to different operations of the user through matching The functional component realizes the drawing of the flow chart, provides a solution of layered architecture, realizes the reasonable code arrangement of the service platform, and enhances the flexibility of the arrangement of the flow chart implementation code; When configuring the page of functional components, you only need to modify the matching components, which will not affect the overall architecture of the service platform implementation code, which greatly reduces the post-maintenance cost and maintenance workload of the implementation code.

本发明又一实施例提供了一种流程图的编排方法,本实施例以上述实施例为基础,具体介绍通过画布组件,响应于用户对通用节点的操作,在画布区域内显示绘制得到的目标流程图。Another embodiment of the present invention provides a method for arranging a flow chart. Based on the above-mentioned embodiments, this embodiment specifically introduces that the drawn object is displayed in the canvas area in response to the user's operation on the general node through the canvas component. flow chart.

图2为本发明又一实施例提供的流程图的编排方法的流程图,本实施例以上述技术方案为基础,提供了一种流程图的编排方法,该方法包括:FIG. 2 is a flowchart of a method for arranging a flowchart provided by another embodiment of the present invention. Based on the above technical solution, this embodiment provides a method for arranging a flowchart, and the method includes:

S210、响应于流程图绘制指令,触发调用画布组件。S210. In response to the flowchart drawing instruction, trigger the calling of the canvas component.

其中,流程图绘制指令,为目标用户发送的,流程图绘制的起始命令信息,可以包括流程图新建指令;服务平台在接收到流程图绘制指令后,则自动触发对画布组件的调用操作,可以实现对目标用户后续流程图绘制的支持。The flowchart drawing instruction is sent by the target user, and the starting command information for flowchart drawing may include a flowchart creation instruction; after receiving the flowchart drawing instruction, the service platform automatically triggers the calling operation of the canvas component. Support for subsequent flowchart drawing of target users can be realized.

S220、通过画布组件,对通用节点库进行用户展示,并初始化构建与所述目标流程图匹配的流程图数据结构。S220 , displaying the general node library to the user through the canvas component, and initializing and constructing a flowchart data structure matching the target flowchart.

其中,通用节点预先关联一个预先封装的,用于实现设定流程处理功能的组件数据结构;通用节点库包括至少一个通用节点。Wherein, the general node is pre-associated with a pre-packaged component data structure for realizing the function of setting the process; the general node library includes at least one general node.

在本实施例中,服务平台在接收到流程图绘制指令,实现对画布组件的调用触发后,进一步的,通过画布组件对通用节点库进行展示;典型的,通用节点库可以在画布区域的左侧或右侧进行展示,以及可以采用树状结构进行展示,本实施例对通用节点库的展示位置及展示形式不作具体限定。In this embodiment, after receiving the flowchart drawing instruction and triggering the call to the canvas component, the service platform further displays the general node library through the canvas component; typically, the general node library can be displayed on the left side of the canvas area. It can be displayed on the side or the right side, and can be displayed in a tree structure. This embodiment does not specifically limit the display position and display form of the general node library.

其次,在对通用节点库进行展示的同时,构建与目标流程图对应的初始化流程图数据结构;初始化流程图数据结构,可以是对应预设配置信息的流程图数据结构,也可以是对应配置信息为空的流程图数据结构。通过预先初始化构建与目标流程图对应的流程图数据结构,后续对目标流程图配置信息进行自定义设置时,只需在初始化流程图数据结构的基础上进行修改,可以提升目标流程图的自定义配置效率。Secondly, while displaying the general node library, construct an initialization flow chart data structure corresponding to the target flow chart; the initialization flow chart data structure may be a flow chart data structure corresponding to preset configuration information, or a corresponding configuration information An empty flowchart data structure. By pre-initializing and constructing a flowchart data structure corresponding to the target flowchart, when you customize the configuration information of the target flowchart, you only need to modify it on the basis of the initialized flowchart data structure, which can improve the customization of the target flowchart. Configuration efficiency.

S230、通过画布组件,响应于用户绘制操作,在画布区域内显示绘制得到的目标流程图。S230 , through the canvas component, in response to the user's drawing operation, display the drawn target flowchart in the canvas area.

其中,目标流程图中包括多个具有连接关系的通用节点。Wherein, the target flow chart includes a plurality of general nodes with a connection relationship.

在本实施例的一个具体实施方式中,目标用户可以通过在通用节点库中点击选择需要使用的通用节点,以实现对流程图的绘制;例如,用户可以鼠标点击通用节点库中的目标通用节点,并对目标通用节点进行复制,将复制的目标通用节点粘贴至画布区域内的对应位置,进而通过多个通用节点的组合与连接,最终实现对目标流程图的绘制。In a specific implementation of this embodiment, the target user can click and select the general node to be used in the general node library to realize the drawing of the flowchart; for example, the user can click the target general node in the general node library with the mouse , and copy the target general node, paste the copied target general node to the corresponding position in the canvas area, and then combine and connect multiple general nodes to finally realize the drawing of the target flowchart.

在本实施例中,可选的,通过画布组件,响应于用户绘制操作,在画布区域内显示绘制得到的目标流程图,可以包括:In this embodiment, optionally, through the canvas component, in response to the user's drawing operation, displaying the target flowchart obtained by drawing in the canvas area, which may include:

通过所述画布组件,响应于针对通用节点库中的第一通用节点的拖拽操作,将所述第一通用节点在画布区域内进行拖拽显示;通过所述画布组件,将与第一通用节点匹配的组件数据结构加入至所述流程图数据结构中。Through the canvas component, in response to the drag operation for the first general node in the general node library, the first general node is dragged and displayed in the canvas area; The node-matched component data structure is added to the flowchart data structure.

其中,每个通用节点都预先关联一个预先封装的,用于实现设定流程处理功能的组件数据结构。Wherein, each common node is pre-associated with a pre-packaged component data structure for realizing the setting process processing function.

需要说明的是,画布组件还支持目标用户使用拖拽的方式,对通用节点进行选择;具体的,将目标用户的点击选择的通用节点作为第一通用节点,并将画布区域内鼠标释放位置,作为第一通用节点显示位置,实现对第一通用节点的显示;同时,将与第一通用节点匹配的组件数据结构添加至初始构建的流程图数据结构中。It should be noted that the canvas component also supports the target user to select the general node by dragging and dropping; specifically, the general node selected by the target user's click is used as the first general node, and the mouse is released in the canvas area. As the display position of the first general node, the display of the first general node is realized; at the same time, the component data structure matching the first general node is added to the initially constructed flowchart data structure.

此外,可选的,画布组件还可以支持用户在通用节点库中同时选择多个第一通用节点,以及将多个通用节点同步拖拽至画布区域内进行显示,可以提升流程图绘制的效率。In addition, optionally, the canvas component can also support the user to select multiple first common nodes in the common node library at the same time, and synchronously drag and drop multiple common nodes to the canvas area for display, which can improve the efficiency of flowchart drawing.

在本实施例中,可选的,通过画布组件,响应于用户绘制操作,在画布区域内显示绘制得到的目标流程图,还可以包括:通过所述画布组件,响应于针对画布区域内第二通用节点和第三通用节点的连线指令,根据所述连线指令中的连线方向,在所述画布区域内生成并显示连接第二通用节点和第三通用节点的连接线;通过所述画布组件,将所述第二通用节点和第三通用节点之间的连线关系加入至所述流程图数据结构中。In this embodiment, optionally, by using the canvas component, in response to the user's drawing operation, displaying the target flowchart obtained by drawing in the canvas area, it may further include: using the canvas component, in response to the target flow chart in the canvas area, in response to The connection instruction of the general node and the third general node, according to the connection direction in the connection instruction, generate and display the connection line connecting the second general node and the third general node in the canvas area; The canvas component adds the connection relationship between the second general node and the third general node to the flowchart data structure.

具体的,服务平台在通过画布组件实现对通用节点的选择和显示后,进一步通过画布组件,根据目标用户的连线指令,在对应的通用节点之间显示对应的连接线;同时,通过画布组件,将连接线对应的连接关系添加至对应的流程图数据结构中,实现了对流程图整体架构的搭建。Specifically, after the service platform realizes the selection and display of common nodes through the canvas component, it further displays the corresponding connecting lines between the corresponding common nodes through the canvas component and according to the connection instruction of the target user; at the same time, through the canvas component , the connection relationship corresponding to the connection line is added to the corresponding flow chart data structure, and the construction of the overall structure of the flow chart is realized.

当用户选择将一个或者多个通用节点拖拽至画布区域时,该画布组件会相应将上述各通用节点的组件数据结构进行组合,加入至与该目标流程图对应的流程图数据结构中。同时,根据用户对各通用节点执行的连线操作,可以进一步将各个通用节点之间的连线关系,加入至该流程图数据结构中;例如,用户执行通用节点A到通用节点B的连线操作,则可生成对应的连接关系From A to B添加至对应的流程图数据结构中。When the user chooses to drag and drop one or more general nodes to the canvas area, the canvas component will correspondingly combine the component data structures of the above general nodes and add them to the flow chart data structure corresponding to the target flow chart. At the same time, according to the connection operation performed by the user on each general node, the connection relationship between each general node can be further added to the flowchart data structure; for example, the user performs the connection from general node A to general node B operation, the corresponding connection relationship From A to B can be generated and added to the corresponding flowchart data structure.

S240、通过交互组件,响应于针对目标流程图中目标通用节点的节点配置页面的配置信息输入指令,将针对所述节点配置页面输入的用户配置信息加入至目标流程图的流程图数据结构中。S240. Through the interaction component, in response to the input instruction for the configuration information on the node configuration page of the target general node in the target flowchart, add the user configuration information input on the node configuration page to the flowchart data structure of the target flowchart.

对应的,将用户配置信息填充至目标通用节点的组件数据结构中的至少一个空白填充项中,以实现对通用节点的自定义配置。Correspondingly, the user configuration information is filled into at least one blank filling item in the component data structure of the target general node, so as to realize the custom configuration of the general node.

在本实施例的一个可选实施方式中,通过交互组件,响应于针对目标流程图中目标通用节点的节点配置页面的配置信息输入指令,将针对所述节点配置页面输入的用户配置信息加入至目标流程图的流程图数据结构中,可以包括:In an optional implementation of this embodiment, the user configuration information input for the node configuration page is added to the node configuration page in response to the input instruction for the configuration information of the node configuration page of the target general node in the target flowchart through the interaction component. The flowchart data structure of the target flowchart can include:

通过交互组件,获取与所述目标通用节点对应的节点类型,并对与所述节点类型匹配的节点配置页面进行展示;通过交互组件,将用户在所述节点配置页面中输入的用户配置信息,对应填充至所述流程图数据结构中,与所述目标通用节点匹配的空白填充区域内。Through the interactive component, the node type corresponding to the target general node is obtained, and the node configuration page matching the node type is displayed; through the interactive component, the user configuration information input by the user in the node configuration page is displayed, Correspondingly fill in the blank filling area matching the target general node in the flowchart data structure.

其中,在通用节点的组件数据结构中包括至少一个空白填充区域,用于实现对通用节点的自定义配置;通过在各通用节点的组件数据结构中预留空白区域,可以在接收到用户的自定义配置信息后,直接添加至对应的预留空白填充区域,可以避免对组件数据结构其他部分的修改,提升通用节点的自定义配置效率。Among them, at least one blank padding area is included in the component data structure of the general node, which is used to realize the custom configuration of the general node; by reserving a blank area in the component data structure of each general node, you can After the configuration information is defined, it is directly added to the corresponding reserved blank padding area, which can avoid modification of other parts of the component data structure and improve the custom configuration efficiency of common nodes.

具体的,通用节点的类型(轮询、循环或者条件等)不同,相应的自定义配置页面的结构也不同。目标用户在目标流程图中选择目标通用节点,并向服务平台发送包括目标通用节点标识的节点配置请求;服务平台在通过交互组件接收到目标用户的节点配置请求后,根据目标通用节点标识,确定与当前目标通用节点匹配的节点类型,并对与节点类型对应的节点配置页面进行展示。进一步的,目标用户在展示的节点配置页面中输入配置信息,而服务平台通过交互组件获取用户的用户配置信息后,将用户配置信息填充至与目标通用节点匹配的空白填充区域内,实现了对目标通用节点的自定义配置。Specifically, the types of common nodes (polling, looping, or conditions, etc.) are different, and the structures of the corresponding custom configuration pages are also different. The target user selects the target general node in the target flow chart, and sends a node configuration request including the target general node identifier to the service platform; after receiving the target user's node configuration request through the interactive component, the service platform determines the target general node identifier according to the target general node identifier. The node type that matches the current target general node, and the node configuration page corresponding to the node type is displayed. Further, the target user enters the configuration information in the displayed node configuration page, and after the service platform obtains the user's user configuration information through the interactive component, it fills the user configuration information into the blank filling area matching the target general node, realizing the Custom configuration for the target generic node.

S250、通过弹窗组件,将目标通用节点的节点配置页面中不同层级的配置子页面进行渲染显示,以指导用户在不同配置子页面中输入匹配的用户配置信息。S250. Render and display the configuration sub-pages at different levels in the node configuration page of the target general node through the pop-up window component, so as to instruct the user to input matching user configuration information in the different configuration sub-pages.

S260、通过主业务组件,响应于针对目标流程图的目标流程图处理指令,将目标流程图的流程图数据结构发送至与目标流程图处理指令匹配的底层接口。S260. Through the main service component, in response to the target flowchart processing instruction for the target flowchart, send the flowchart data structure of the target flowchart to the underlying interface matching the target flowchart processing instruction.

本发明实施例提供的技术方案,在用户执行流程图绘制操作之前,服务平台根据用户的流程图绘制指令,执行调用画布组件的触发操作,并通过画布组件,实现对通用节点库的展示,以及流程图数据结构的初始化构建;进一步的,通过各功能组件分别响应目标用户对应的操作指令,提升了流程图的编排效率;同时,通过在通用节点的组件数据结构中预留空白填充区域,以在获取到用户的配置信息时,通过交互组件将用户配置信息直接添加至对应的空白填充区域,提升了通用节点的自定义配置效率。According to the technical solution provided by the embodiment of the present invention, before the user performs the flowchart drawing operation, the service platform executes the trigger operation of calling the canvas component according to the user's flowchart drawing instruction, and realizes the display of the general node library through the canvas component, and Initialization and construction of the flowchart data structure; further, through each functional component responding to the corresponding operation instructions of the target user, the efficiency of the flowchart layout is improved; When the user's configuration information is obtained, the user's configuration information is directly added to the corresponding blank fill area through the interactive component, which improves the custom configuration efficiency of the general node.

本发明又一实施例提供了一种流程图的编排方法,本实施例以上述实施例为基础,具体介绍将用户配置信息加入至目标流程图的流程图数据结构中之后,通过交互组件对目标通用节点与用户配置信息进行数据绑定,并在配置完成时,对用户配置信息进行回显。Another embodiment of the present invention provides a method for arranging a flowchart. Based on the above-mentioned embodiments, this embodiment specifically introduces that after adding user configuration information to the flowchart data structure of the target flowchart, the target The general node is data bound with the user configuration information, and when the configuration is completed, the user configuration information is echoed back.

图3A为本发明又一实施例提供的流程图的编排方法的流程图,本实施例以上述技术方案为基础,提供了一种流程图的编排方法,该方法包括:3A is a flowchart of a method for arranging a flowchart provided by another embodiment of the present invention. Based on the above technical solution, this embodiment provides a method for arranging a flowchart, and the method includes:

S310、响应于流程图绘制指令,触发调用画布组件。S310. In response to the flowchart drawing instruction, trigger calling of the canvas component.

S320、通过画布组件,对通用节点库进行用户展示,并初始化构建与所述目标流程图匹配的流程图数据结构。S320 , displaying the general node library to the user through the canvas component, and initializing and constructing a flowchart data structure matching the target flowchart.

其中,通用节点预先关联一个预先封装的,用于实现设定流程处理功能的组件数据结构。The general node is pre-associated with a pre-packaged component data structure for realizing the setting process processing function.

S330、通过画布组件,响应于用户绘制操作,在画布区域内显示绘制得到的目标流程图。S330 , through the canvas component, in response to the user's drawing operation, display the drawn target flowchart in the canvas area.

其中,目标流程图中包括多个具有连接关系的通用节点。Wherein, the target flow chart includes a plurality of general nodes with a connection relationship.

S340、通过交互组件,响应于针对目标流程图中目标通用节点的节点配置页面的配置信息输入指令,将针对所述节点配置页面输入的用户配置信息加入至目标流程图的流程图数据结构中。S340. Through the interaction component, in response to the input instruction for the configuration information on the node configuration page of the target general node in the target flowchart, add the user configuration information input on the node configuration page to the flowchart data structure of the target flowchart.

S350、通过交互组件,响应于针对所述节点配置页面的配置信息输入指令,进行所述目标通用节点与所述节点配置页面输入的用户配置信息之间的数据绑定关系。S350. Through the interaction component, in response to the input instruction for the configuration information on the node configuration page, perform a data binding relationship between the target general node and the user configuration information input on the node configuration page.

具体的,服务平台在根据接收的用户针对目标流程图中目标通用节点的节点配置页面的配置信息输入指令,通过交互组件将用户在节点配置页面输入的配置信息添加至目标流程图的流程图数据结构中后,进一步通过交互组件,对目标通用节点与用户配置信息进行数据绑定,以获取目标通用节点与用户配置信息间的映射关系。Specifically, the service platform adds the configuration information input by the user on the node configuration page to the flow chart data of the target flow chart through the interactive component according to the received user input command for the configuration information of the node configuration page of the target general node in the target flow chart. After the structure is in place, data binding is further performed on the target general node and the user configuration information through the interaction component, so as to obtain the mapping relationship between the target general node and the user configuration information.

S360、通过交互组件,响应于与所述目标通用节点匹配的配置完成指令,根据数据绑定关系,将所述用户配置信息,回显至所述画布区域中与所述目标通用节点匹配的显示区域内。S360. Through the interaction component, in response to the configuration completion instruction matching the target general node, according to the data binding relationship, echo the user configuration information to the display matching the target general node in the canvas area within the area.

在本实施例中,服务平台在接收到目标用户发送的针对目标通用节点的配置完成指令时,通过交互组件,根据记录的目标通用节点与用户配置信息的数据绑定关系,将用户配置信息显示到与目标通用节点匹配的画布区域的显示区域中,实现了根据用户配置信息,对目标流程图的自定义修改与补充。In this embodiment, when receiving the configuration completion instruction for the target general node sent by the target user, the service platform displays the user configuration information through the interactive component according to the recorded data binding relationship between the target general node and the user configuration information In the display area of the canvas area that matches the target general node, the customized modification and supplement of the target flowchart is realized according to the user configuration information.

S370、通过交互组件,响应于对完成信息配置的目标通用节点的再配置指令,根据数据绑定关系,将所述用户配置信息回显至所述目标通用节点的节点配置页面中匹配的用户信息输入位置处。S370. Through the interaction component, in response to the reconfiguration instruction on the target general node that has completed the information configuration, according to the data binding relationship, echo the user configuration information to the matching user information on the node configuration page of the target general node Enter the location.

其中,当目标用户需要对目标通用节点的配置信息进行修改时,可以向服务平台发送再配置指令,例如,再次点击画布区域中的该目标通用节点;服务平台在接收到目标用户的再配置指令时,通过交互组件根据存储的数据绑定关系,将此前用户自定义的用户配置信息,显示至与目标通用节点对应的节点配置页面中匹配的用户信息输入位置处,以实现对当前节点配置页面的显示,便于目标用户对节点配置页面中的用户配置信息进行修改。Wherein, when the target user needs to modify the configuration information of the target general node, it can send a reconfiguration instruction to the service platform, for example, click the target general node in the canvas area again; the service platform receives the reconfiguration instruction from the target user. At the time, through the interaction component, according to the stored data binding relationship, the user configuration information previously defined by the user is displayed to the matching user information input position in the node configuration page corresponding to the target general node, so as to realize the configuration page of the current node. is displayed, which is convenient for the target user to modify the user configuration information in the node configuration page.

S380、通过弹窗组件,将目标通用节点的节点配置页面中不同层级的配置子页面进行渲染显示,以指导用户在不同配置子页面中输入匹配的用户配置信息。S380. Render and display the configuration sub-pages at different levels in the node configuration page of the target general node through the pop-up window component, so as to instruct the user to input matching user configuration information in the different configuration sub-pages.

S390、通过主业务组件,响应于针对目标流程图的目标流程图处理指令,将目标流程图的流程图数据结构发送至与目标流程图处理指令匹配的底层接口。S390 , through the main service component, in response to the target flowchart processing instruction for the target flowchart, send the flowchart data structure of the target flowchart to the underlying interface matching the target flowchart processing instruction.

在本实施例的一个具体实施方式中,流程图服务平台的页面,如图3B所示,页面左侧为画布区域,右侧为通用节点库,上部为服务功能区,用于发布流程图处理指令,例如,Start、Save和Publish等。服务平台实现代码的整体架构如图3C所示,图中,flow.vue,表示主业务组件,DataDiagramZoom.vue,表示交互组件,GoDiagram.vue,表示画布组件,NodeInfo.vue、CustomDomain和CustomDrawerInput,表示弹窗组件;其中,NodeInfo.vue,为弹窗组件的第一层,用于对各层级的配置子页面进行渲染显示;CustomDomain,为弹窗组件第二层,用于定义高级配置信息;CustomDrawerInput,为弹窗组件第三层,用于确定下一层级的配置子页面。In a specific implementation of this embodiment, on the page of the flowchart service platform, as shown in FIG. 3B , the left side of the page is the canvas area, the right side is the general node library, and the upper part is the service function area, which is used for publishing flowchart processing Commands such as Start, Save, and Publish. The overall architecture of the service platform implementation code is shown in Figure 3C. In the figure, flow.vue represents the main business component, DataDiagramZoom.vue represents the interactive component, GoDiagram.vue represents the canvas component, and NodeInfo.vue, CustomDomain and CustomDrawerInput represent the Pop-up window component; among them, NodeInfo.vue is the first layer of the pop-up window component, which is used to render and display the configuration sub-pages at each level; CustomDomain is the second layer of the pop-up window component, which is used to define advanced configuration information; CustomDrawerInput , is the third layer of the pop-up window component, and is used to determine the configuration sub-page of the next level.

当用户需要为通用节点进行自定义配置时,可以点击选择画布区域中目标流程图的通用节点,弹窗组件将通用节点对应的节点配置页面和不同层级的配置子页面进行渲染显示。进一步的,用户在节点配置页面和各配置子页面中输入用户配置信息,服务平台通过交互组件将用户配置信息添加至流程图的流程图数据结构中,可以实现对目标通用节点的自定义设置。最终,用户通过点击服务平台的服务功能区中的操作按键,发布针对目标流程图的目标流程图处理指令;对应的,服务平台通过主业务组件将目标流程图的流程图数据结构发送至对应的底层接口,以通过底层接口执行对应的流程图处理操作。When the user needs to customize the configuration for the general node, he can click to select the general node of the target flowchart in the canvas area, and the pop-up window component will render and display the node configuration page corresponding to the general node and the configuration sub-pages at different levels. Further, the user inputs the user configuration information on the node configuration page and each configuration sub-page, and the service platform adds the user configuration information to the flowchart data structure of the flowchart through the interactive component, so as to realize the custom setting of the target general node. Finally, the user issues the target flowchart processing instruction for the target flowchart by clicking the operation button in the service function area of the service platform; correspondingly, the service platform sends the flowchart data structure of the target flowchart to the corresponding flowchart through the main business component. The underlying interface is used to perform corresponding flowchart processing operations through the underlying interface.

本发明实施例提供的技术方案,服务平台通过交互组件,进行目标通用节点与用户配置信息的数据绑定关系,并在接收到配置完成指令时,通过交互组件将数据绑定关系中的用户配置信息,显示在目标通用节点对应的显示区域,实现了根据用户配置信息,对目标流程图的自定义修改与调整;进一步的,服务平台在接收到目标通用节点的再配置指令时,根据数据绑定关系,对节点配置页面进行显示,提升了用户的目标通用节点的再配置效率。In the technical solution provided by the embodiment of the present invention, the service platform performs the data binding relationship between the target general node and the user configuration information through the interaction component, and when receiving the configuration completion instruction, configures the user in the data binding relationship through the interaction component The information is displayed in the display area corresponding to the target general node, which realizes the customized modification and adjustment of the target flowchart according to the user configuration information; further, when the service platform receives the reconfiguration instruction of the target general node, it binds according to the data. The node configuration page is displayed on the node configuration page, which improves the reconfiguration efficiency of the user's target general node.

图4为本发明另一实施例提供的一种流程图的编排装置的结构示意图。如图4所示,该装置包括:目标流程图绘制模块410、通用节点配置模块420、配置子页面渲染显示模块430和底层接口调用模块440。其中,FIG. 4 is a schematic structural diagram of an apparatus for arranging a flowchart according to another embodiment of the present invention. As shown in FIG. 4 , the apparatus includes: a target flowchart drawing module 410 , a general node configuration module 420 , a configuration sub-page rendering and display module 430 and a bottom-level interface calling module 440 . in,

目标流程图绘制模块410,用于通过画布组件,响应于用户绘制操作,在画布区域内显示绘制得到的目标流程图,目标流程图中包括多个具有连接关系的通用节点;The target flowchart drawing module 410 is used to display the target flowchart obtained by drawing in the canvas area in response to the user's drawing operation through the canvas component, and the target flowchart includes a plurality of general nodes with connection relationships;

通用节点配置模块420,用于通过交互组件,响应于针对目标流程图中目标通用节点的节点配置页面的配置信息输入指令,将针对所述节点配置页面输入的用户配置信息加入至目标流程图的流程图数据结构中;The general node configuration module 420 is configured to, through the interaction component, in response to the input instruction for the configuration information of the node configuration page of the target general node in the target flow chart, add the user configuration information input for the node configuration page to the target flow chart. In the flowchart data structure;

配置子页面渲染显示模块430,用于通过弹窗组件,将目标通用节点的节点配置页面中不同层级的配置子页面进行渲染显示,以指导用户在不同配置子页面中输入匹配的用户配置信息;The configuration sub-page rendering and display module 430 is used to render and display the configuration sub-pages of different levels in the node configuration page of the target general node through the pop-up window component, so as to guide the user to input matching user configuration information in the different configuration sub-pages;

底层接口调用模块440,用于通过主业务组件,响应于针对目标流程图的目标流程图处理指令,将目标流程图的流程图数据结构发送至与目标流程图处理指令匹配的底层接口。The bottom layer interface calling module 440 is configured to send the flowchart data structure of the target flowchart to the bottom layer interface matching the target flowchart processing instruction in response to the target flowchart processing instruction for the target flowchart through the main service component.

本发明实施例提供的技术方案,通过对流程图服务平台的实现代码进行架构分层,以获取画布组件、交互组件、弹窗组件和主业务组件,并响应于用户的不同操作,通过匹配的功能组件,实现对流程图的绘制,提供了一种架构分层的解决方案,实现了服务平台合理的代码编排,增强了流程图实现代码的编排灵活性;同时,在新增功能组件,或者功能组件配置页面时,只需针对匹配的组件进行修改,不会影响服务平台实现代码的整体架构,极大降低了实现代码的后期维护成本和维护工作量。The technical solution provided by the embodiment of the present invention obtains the canvas component, the interactive component, the pop-up window component and the main business component by layering the implementation code of the flowchart service platform, and responds to different operations of the user through matching The functional component realizes the drawing of the flow chart, provides a solution of layered architecture, realizes the reasonable code arrangement of the service platform, and enhances the flexibility of the arrangement of the flow chart implementation code; When configuring the page of functional components, you only need to modify the matching components, which will not affect the overall architecture of the service platform implementation code, which greatly reduces the post-maintenance cost and maintenance workload of the implementation code.

可选的,在上述技术方案的基础上,所述流程图的编排装置,还包括:Optionally, on the basis of the above technical solution, the device for arranging the flowchart further includes:

画布组件触发模块,用于响应于流程图绘制指令,触发调用画布组件;The canvas component triggering module is used to trigger the calling of the canvas component in response to the flowchart drawing instruction;

通用节点库展示模块,用于通过画布组件,对通用节点库进行用户展示,并初始化构建与所述目标流程图匹配的流程图数据结构;The general node library display module is used to display the general node library to the user through the canvas component, and initializes and constructs a flow chart data structure matching the target flow chart;

其中,通用节点预先关联一个预先封装的,用于实现设定流程处理功能的组件数据结构。The general node is pre-associated with a pre-packaged component data structure for realizing the setting process processing function.

可选的,在上述技术方案的基础上,目标流程图绘制模块410,包括:Optionally, on the basis of the above technical solution, the target flowchart drawing module 410 includes:

拖拽操作响应单元,用于通过所述画布组件,响应于针对通用节点库中的第一通用节点的拖拽操作,将所述第一通用节点在画布区域内进行拖拽显示;A drag-and-drop operation response unit, used for dragging and displaying the first generic node in the canvas area in response to the drag-and-drop operation for the first generic node in the generic node library through the canvas component;

组件数据结构加入单元,用于通过所述画布组件,将与第一通用节点匹配的组件数据结构加入至所述流程图数据结构中。The component data structure adding unit is configured to add the component data structure matching the first general node to the flowchart data structure through the canvas component.

可选的,在上述技术方案的基础上,目标流程图绘制模块410,还包括:Optionally, on the basis of the above technical solution, the target flowchart drawing module 410 further includes:

连线指令响应单元,用于通过所述画布组件,响应于针对画布区域内第二通用节点和第三通用节点的连线指令,根据所述连线指令中的连线方向,在所述画布区域内生成并显示连接第二通用节点和第三通用节点的连接线;A connection instruction response unit, configured to respond to the connection instruction for the second general node and the third general node in the canvas area through the canvas component, according to the connection direction in the connection instruction, in the canvas Generate and display the connection line connecting the second general node and the third general node in the area;

连线关系加入单元,用于通过所述画布组件,将所述第二通用节点和第三通用节点之间的连线关系加入至所述流程图数据结构中。The connection relationship adding unit is configured to add the connection relationship between the second general node and the third general node to the flowchart data structure through the canvas component.

可选的,在上述技术方案的基础上,通用节点配置模块420,包括:Optionally, on the basis of the above technical solution, the general node configuration module 420 includes:

节点配置页面展示单元,用于通过交互组件,获取与所述目标通用节点对应的节点类型,并对与所述节点类型匹配的节点配置页面进行展示;a node configuration page display unit, configured to obtain the node type corresponding to the target general node through the interactive component, and display the node configuration page matching the node type;

用户配置信息填充单元,用于通过交互组件,将用户在所述节点配置页面中输入的用户配置信息,对应填充至所述流程图数据结构中,与所述目标通用节点匹配的空白填充区域内;The user configuration information filling unit is used to fill the user configuration information input by the user in the node configuration page into the flowchart data structure through the interactive component, corresponding to the blank filling area matched with the target general node ;

其中,在通用节点的组件数据结构中包括至少一个空白填充区域,用于实现对通用节点的自定义配置。Wherein, at least one blank padding area is included in the component data structure of the general node, which is used to realize the custom configuration of the general node.

可选的,在上述技术方案的基础上,所述流程图的编排装置,还包括:Optionally, on the basis of the above technical solution, the device for arranging the flowchart further includes:

数据绑定关系模块,用于通过交互组件,响应于针对所述节点配置页面的配置信息输入指令,进行所述目标通用节点与所述节点配置页面输入的用户配置信息之间的数据绑定关系;A data binding relationship module, configured to perform a data binding relationship between the target general node and the user configuration information input on the node configuration page through the interaction component in response to the input instruction for the configuration information on the node configuration page ;

用户配置信息回显模块,用于通过交互组件,响应于与所述目标通用节点匹配的配置完成指令,根据数据绑定关系,将所述用户配置信息,回显至所述画布区域中与所述目标通用节点匹配的显示区域内;The user configuration information echoing module is used to echo the user configuration information to the canvas area in response to the configuration completion instruction matched with the target general node through the interaction component and according to the data binding relationship. within the display area matched by the target general node;

再配置指令响应模块,用于通过交互组件,响应于对完成信息配置的目标通用节点的再配置指令,根据数据绑定关系,将所述用户配置信息回显至所述目标通用节点的节点配置页面中匹配的用户信息输入位置处。The reconfiguration instruction response module is used for echoing the user configuration information to the node configuration of the target general node according to the data binding relationship in response to the reconfiguration instruction to the target general node that completes the information configuration through the interactive component Where the matching user information is entered in the page.

可选的,在上述技术方案的基础上,底层接口调用模块440,包括:Optionally, on the basis of the above technical solution, the underlying interface calling module 440 includes:

底层接口获取单元,用于通过主业务组件,获取与所述目标流程图处理指令匹配的底层接口;an underlying interface acquiring unit, configured to acquire an underlying interface matching the processing instruction of the target flowchart through the main business component;

格式转换单元,用于通过主业务组件,如果确定所述底层接口与所述流程图数据结构不匹配,则对所述流程图数据结构进行格式转换,并将格式转换结果发送至所述底层接口进行处理;A format conversion unit, configured to perform format conversion on the flowchart data structure through the main service component if it is determined that the underlying interface does not match the flowchart data structure, and send the format conversion result to the underlying interface to process;

逆向格式转换单元,用于通过主业务组件,如果接收到所述底层接口反馈的数据处理结果,则将所述数据处理结果进行逆向格式转换;a reverse format conversion unit, configured to perform reverse format conversion on the data processing result if the data processing result fed back by the underlying interface is received through the main service component;

逆向格式转换结果回显单元,用于通过主业务组件,将逆向格式转换结果提供给所述画布组件,以触发画布组件在画布区域中对所述逆向格式转换结果进行回显。The reverse format conversion result echoing unit is configured to provide the reverse format conversion result to the canvas component through the main business component, so as to trigger the canvas component to echo the reverse format conversion result in the canvas area.

上述装置可执行本发明前述所有实施例所提供的方法,具备执行上述方法相应的功能模块和有益效果。未在本发明实施例中详尽描述的技术细节,可参见本发明前述所有实施例所提供的方法。The above-mentioned apparatus can execute the methods provided by all the foregoing embodiments of the present invention, and has corresponding functional modules and beneficial effects for executing the above-mentioned methods. For technical details not described in detail in the embodiments of the present invention, reference may be made to the methods provided by all the foregoing embodiments of the present invention.

图5为本发明另一实施例提供的一种计算机设备的结构示意图,如图5所示,该计算机设备包括处理器510、存储器520、输入装置530和输出装置540;计算机设备中处理器510的数量可以是一个或多个,图5中以一个处理器510为例;计算机设备中的处理器510、存储器520、输入装置530和输出装置540可以通过总线或其他方式连接,图5中以通过总线连接为例。存储器520作为一种计算机可读存储介质,可用于存储软件程序、计算机可执行程序以及模块,如本发明任意实施例中的一种流程图的编排方法对应的程序指令/模块(例如,一种流程图的编排装置中的目标流程图绘制模块410、通用节点配置模块420、配置子页面渲染显示模块430和底层接口调用模块440)。处理器510通过运行存储在存储器520中的软件程序、指令以及模块,从而执行计算机设备的各种功能应用以及数据处理,即实现上述的一种流程图的编排方法。也即,该程序被处理器执行时实现:FIG. 5 is a schematic structural diagram of a computer device according to another embodiment of the present invention. As shown in FIG. 5 , the computer device includes a processor 510, a memory 520, an input device 530, and an output device 540; the processor 510 in the computer device The number can be one or more, and a processor 510 is taken as an example in FIG. 5; the processor 510, the memory 520, the input device 530 and the output device 540 in the computer equipment can be connected by a bus or other means, and in FIG. Connecting via a bus is an example. As a computer-readable storage medium, the memory 520 can be used to store software programs, computer-executable programs, and modules, such as program instructions/modules (for example, a program instruction/module corresponding to a method for arranging a flowchart in any embodiment of the present invention). The target flowchart drawing module 410, the general node configuration module 420, the configuration sub-page rendering and display module 430, and the underlying interface calling module 440) in the flowchart arrangement apparatus. The processor 510 executes various functional applications and data processing of the computer device by running the software programs, instructions and modules stored in the memory 520, ie, implements the above-mentioned method for arranging a flowchart. That is, when the program is executed by the processor, it implements:

通过画布组件,响应于用户绘制操作,在画布区域内显示绘制得到的目标流程图,目标流程图中包括多个具有连接关系的通用节点;Through the canvas component, in response to the user's drawing operation, the drawn target flow chart is displayed in the canvas area, and the target flow chart includes a plurality of general nodes with connection relationships;

通过交互组件,响应于针对目标流程图中目标通用节点的节点配置页面的配置信息输入指令,将针对所述节点配置页面输入的用户配置信息加入至目标流程图的流程图数据结构中;Through the interaction component, in response to the input instruction for the configuration information of the node configuration page of the target general node in the target flow chart, the user configuration information input for the node configuration page is added to the flow chart data structure of the target flow chart;

通过弹窗组件,将目标通用节点的节点配置页面中不同层级的配置子页面进行渲染显示,以指导用户在不同配置子页面中输入匹配的用户配置信息;Through the pop-up window component, the configuration sub-pages of different levels in the node configuration page of the target general node are rendered and displayed, so as to guide the user to input matching user configuration information in different configuration sub-pages;

通过主业务组件,响应于针对目标流程图的目标流程图处理指令,将目标流程图的流程图数据结构发送至与目标流程图处理指令匹配的底层接口。Through the main service component, in response to the target flowchart processing instruction for the target flowchart, the flowchart data structure of the target flowchart is sent to the underlying interface matching the target flowchart processing instruction.

存储器520可主要包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需的应用程序;存储数据区可存储根据终端的使用所创建的数据等。此外,存储器520可以包括高速随机存取存储器,还可以包括非易失性存储器,例如至少一个磁盘存储器件、闪存器件、或其他非易失性固态存储器件。在一些实例中,存储器520可进一步包括相对于处理器510远程设置的存储器,这些远程存储器可以通过网络连接至计算机设备。上述网络的实例包括但不限于互联网、企业内部网、局域网、移动通信网及其组合。输入装置530可用于接收输入的数字或字符信息,以及产生与计算机设备的用户设置以及功能控制有关的键信号输入,可以包括键盘和鼠标等。输出装置540可包括显示屏等显示设备。The memory 520 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. Additionally, memory 520 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid-state storage device. In some instances, memory 520 may further include memory located remotely from processor 510, which may be connected to the computer device through a network. Examples of such networks include, but are not limited to, the Internet, an intranet, a local area network, a mobile communication network, and combinations thereof. The input device 530 may be used to receive input numerical or character information, and generate key signal input related to user settings and function control of the computer device, and may include a keyboard, a mouse, and the like. The output device 540 may include a display device such as a display screen.

可选的,该计算机设备可以为服务器,服务器可以是独立的服务器,也可以是提供云服务、云数据库、云计算、云函数、云存储、网络服务、云通信、中间件服务、域名服务、安全服务、内容分发网络(Content Delivery Network,CDN)、以及大数据和人工智能平台等基础云计算服务的云服务器。Optionally, the computer device can be a server, and the server can be an independent server, or can provide cloud services, cloud databases, cloud computing, cloud functions, cloud storage, network services, cloud communications, middleware services, domain name services, Cloud servers for security services, Content Delivery Network (CDN), and basic cloud computing services such as big data and artificial intelligence platforms.

本发明实施例还提供一种计算机可读存储介质,其上存储有计算机程序,该程序被处理器执行时实现本发明任意实施例所述方法。当然,本发明实施例所提供的一种计算机可读存储介质,其可以执行本发明任意实施例所提供的一种流程图的编排方法中的相关操作。也即,该程序被处理器执行时实现:Embodiments of the present invention further provide a computer-readable storage medium, on which a computer program is stored, and when the program is executed by a processor, implements the method described in any embodiment of the present invention. Certainly, a computer-readable storage medium provided by an embodiment of the present invention can perform related operations in a method for arranging a flowchart provided by any embodiment of the present invention. That is, when the program is executed by the processor, it implements:

通过画布组件,响应于用户绘制操作,在画布区域内显示绘制得到的目标流程图,目标流程图中包括多个具有连接关系的通用节点;Through the canvas component, in response to the user's drawing operation, the drawn target flow chart is displayed in the canvas area, and the target flow chart includes a plurality of general nodes with connection relationships;

通过交互组件,响应于针对目标流程图中目标通用节点的节点配置页面的配置信息输入指令,将针对所述节点配置页面输入的用户配置信息加入至目标流程图的流程图数据结构中;Through the interaction component, in response to the input instruction for the configuration information of the node configuration page of the target general node in the target flow chart, the user configuration information input for the node configuration page is added to the flow chart data structure of the target flow chart;

通过弹窗组件,将目标通用节点的节点配置页面中不同层级的配置子页面进行渲染显示,以指导用户在不同配置子页面中输入匹配的用户配置信息;Through the pop-up window component, the configuration sub-pages of different levels in the node configuration page of the target general node are rendered and displayed, so as to guide the user to input matching user configuration information in different configuration sub-pages;

通过主业务组件,响应于针对目标流程图的目标流程图处理指令,将目标流程图的流程图数据结构发送至与目标流程图处理指令匹配的底层接口。Through the main service component, in response to the target flowchart processing instruction for the target flowchart, the flowchart data structure of the target flowchart is sent to the underlying interface matching the target flowchart processing instruction.

通过以上关于实施方式的描述,所属领域的技术人员可以清楚地了解到,本发明可借助软件及必需的通用硬件来实现,当然也可以通过硬件实现,但很多情况下前者是更佳的实施方式。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品可以存储在计算机可读存储介质中,如计算机的软盘、只读存储器(Read-Only Memory,ROM)、随机存取存储器(RandomAccess Memory,RAM)、闪存(FLASH)、硬盘或光盘等,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本发明各个实施例所述的方法。From the above description of the embodiments, those skilled in the art can clearly understand that the present invention can be realized by software and necessary general-purpose hardware, and of course can also be realized by hardware, but in many cases the former is a better embodiment . Based on such understanding, the technical solutions of the present invention can be embodied in the form of software products in essence or the parts that make contributions to the prior art, and the computer software products can be stored in a computer-readable storage medium, such as a floppy disk of a computer , read-only memory (Read-Only Memory, ROM), random access memory (Random Access Memory, RAM), flash memory (FLASH), hard disk or CD, etc., including several instructions to make a computer device (which can be a personal computer, A server, or a network device, etc.) executes the methods described in the various embodiments of the present invention.

值得注意的是,上述一种流程图的编排装置的实施例中,所包括的各个单元和模块只是按照功能逻辑进行划分的,但并不局限于上述的划分,只要能够实现相应的功能即可;另外,各功能单元的具体名称也只是为了便于相互区分,并不用于限制本发明的保护范围。It is worth noting that, in the embodiment of the above-mentioned apparatus for arranging a flowchart, the units and modules included are only divided according to functional logic, but are not limited to the above-mentioned division, as long as the corresponding functions can be realized ; In addition, the specific names of the functional units are only for the convenience of distinguishing from each other, and are not used to limit the protection scope of the present invention.

注意,上述仅为本发明的较佳实施例及所运用技术原理。本领域技术人员会理解,本发明不限于这里所述的特定实施例,对本领域技术人员来说能够进行各种明显的变化、重新调整和替代而不会脱离本发明的保护范围。因此,虽然通过以上实施例对本发明进行了较为详细的说明,但是本发明不仅仅限于以上实施例,在不脱离本发明构思的情况下,还可以包括更多其他等效实施例,而本发明的范围由所附的权利要求范围决定。Note that the above are only preferred embodiments of the present invention and applied technical principles. Those skilled in the art will understand that the present invention is not limited to the specific embodiments described herein, and various obvious changes, readjustments and substitutions can be made by those skilled in the art without departing from the protection scope of the present invention. Therefore, although the present invention has been described in detail through the above embodiments, the present invention is not limited to the above embodiments, and can also include more other equivalent embodiments without departing from the concept of the present invention. The scope is determined by the scope of the appended claims.

Claims (10)

1.一种流程图的编排方法,其特征在于,包括:1. a method for arranging a flowchart, comprising: 通过画布组件,响应于用户绘制操作,在画布区域内显示绘制得到的目标流程图,目标流程图中包括多个具有连接关系的通用节点;Through the canvas component, in response to the user's drawing operation, the drawn target flow chart is displayed in the canvas area, and the target flow chart includes a plurality of general nodes with connection relationships; 通过交互组件,响应于针对目标流程图中目标通用节点的节点配置页面的配置信息输入指令,将针对所述节点配置页面输入的用户配置信息加入至目标流程图的流程图数据结构中;Through the interaction component, in response to the input instruction for the configuration information of the node configuration page of the target general node in the target flow chart, the user configuration information input for the node configuration page is added to the flow chart data structure of the target flow chart; 通过弹窗组件,将目标通用节点的节点配置页面中不同层级的配置子页面进行渲染显示,以指导用户在不同配置子页面中输入匹配的用户配置信息;Through the pop-up window component, the configuration sub-pages of different levels in the node configuration page of the target general node are rendered and displayed, so as to guide the user to input matching user configuration information in different configuration sub-pages; 通过主业务组件,响应于针对目标流程图的目标流程图处理指令,将目标流程图的流程图数据结构发送至与目标流程图处理指令匹配的底层接口。Through the main service component, in response to the target flowchart processing instruction for the target flowchart, the flowchart data structure of the target flowchart is sent to the underlying interface matching the target flowchart processing instruction. 2.根据权利要求1所述的方法,其特征在于,在通过画布组件,响应于用户绘制操作,在画布区域内显示绘制得到的目标流程图之前,还包括:2. The method according to claim 1, characterized in that, before displaying the target flowchart obtained by drawing in the canvas area in response to the user's drawing operation by the canvas component, it also comprises: 响应于流程图绘制指令,触发调用画布组件;In response to the flowchart drawing instruction, trigger the call to the canvas component; 通过画布组件,对通用节点库进行用户展示,并初始化构建与所述目标流程图匹配的流程图数据结构;Through the canvas component, the general node library is displayed to the user, and the flow chart data structure matching the target flow chart is initialized and constructed; 其中,通用节点预先关联一个预先封装的,用于实现设定流程处理功能的组件数据结构。The general node is pre-associated with a pre-packaged component data structure for realizing the setting process processing function. 3.根据权利要求2所述的方法,其特征在于,通过画布组件,响应于用户绘制操作,在画布区域内显示绘制得到的目标流程图,包括:3. method according to claim 2, is characterized in that, by canvas component, in response to user's drawing operation, the target flow chart that draws is displayed in canvas area, comprises: 通过所述画布组件,响应于针对通用节点库中的第一通用节点的拖拽操作,将所述第一通用节点在画布区域内进行拖拽显示;Through the canvas component, in response to a drag operation for the first general node in the general node library, the first general node is dragged and displayed in the canvas area; 通过所述画布组件,将与第一通用节点匹配的组件数据结构加入至所述流程图数据结构中。Through the canvas component, a component data structure matching the first general node is added to the flowchart data structure. 4.根据权利要求2所述的方法,其特征在于,通过画布组件,响应于用户绘制操作,在画布区域内显示绘制得到的目标流程图,包括:4. method according to claim 2 is characterized in that, by canvas component, in response to user's drawing operation, the target flow chart that draws is displayed in canvas area, comprises: 通过所述画布组件,响应于针对画布区域内第二通用节点和第三通用节点的连线指令,根据所述连线指令中的连线方向,在所述画布区域内生成并显示连接第二通用节点和第三通用节点的连接线;Through the canvas component, in response to the connection instruction for the second general node and the third general node in the canvas area, according to the connection direction in the connection instruction, generate and display the second connection in the canvas area and display the connecting line of the general node and the third general node; 通过所述画布组件,将所述第二通用节点和第三通用节点之间的连线关系加入至所述流程图数据结构中。Through the canvas component, the connection relationship between the second general node and the third general node is added to the flowchart data structure. 5.根据权利要求2-4任一项所述的方法,其特征在于,通过交互组件,响应于针对目标流程图中目标通用节点的节点配置页面的配置信息输入指令,将针对所述节点配置页面输入的用户配置信息加入至目标流程图的流程图数据结构中,包括:5. The method according to any one of claims 2-4, characterized in that, through the interactive component, in response to inputting an instruction for the configuration information of the node configuration page of the target general node in the target flowchart, the configuration for the node is The user configuration information entered on the page is added to the flowchart data structure of the target flowchart, including: 通过交互组件,获取与所述目标通用节点对应的节点类型,并对与所述节点类型匹配的节点配置页面进行展示;Obtain the node type corresponding to the target general node through the interactive component, and display the node configuration page matching the node type; 通过交互组件,将用户在所述节点配置页面中输入的用户配置信息,对应填充至所述流程图数据结构中,与所述目标通用节点匹配的空白填充区域内;Through the interaction component, the user configuration information input by the user in the node configuration page is correspondingly filled into the flowchart data structure, and the blank filling area matched with the target general node; 其中,在通用节点的组件数据结构中包括至少一个空白填充区域,用于实现对通用节点的自定义配置。Wherein, at least one blank padding area is included in the component data structure of the general node, which is used to realize the custom configuration of the general node. 6.根据权利要求1所述的方法,其特征在于,在通过交互组件,响应于针对目标流程图中目标通用节点的节点配置页面的配置信息输入指令,将针对所述节点配置页面输入的用户配置信息加入至目标流程图的流程图数据结构中之后,还包括:6 . The method according to claim 1 , wherein, in response to inputting an instruction for configuration information of a node configuration page of a target general node in the target flow chart through the interaction component, the user inputting the node configuration page After the configuration information is added to the flowchart data structure of the target flowchart, it also includes: 通过交互组件,响应于针对所述节点配置页面的配置信息输入指令,进行所述目标通用节点与所述节点配置页面输入的用户配置信息之间的数据绑定关系;Through the interaction component, in response to the input instruction for the configuration information on the node configuration page, perform a data binding relationship between the target general node and the user configuration information input on the node configuration page; 通过交互组件,响应于与所述目标通用节点匹配的配置完成指令,根据数据绑定关系,将所述用户配置信息,回显至所述画布区域中与所述目标通用节点匹配的显示区域内;Through the interaction component, in response to the configuration completion instruction matching the target general node, according to the data binding relationship, echo the user configuration information to the display area in the canvas area that matches the target general node ; 通过交互组件,响应于对完成信息配置的目标通用节点的再配置指令,根据数据绑定关系,将所述用户配置信息回显至所述目标通用节点的节点配置页面中匹配的用户信息输入位置处。Through the interaction component, in response to the reconfiguration instruction on the target general node that completes the information configuration, according to the data binding relationship, the user configuration information is echoed to the matching user information input position in the node configuration page of the target general node place. 7.根据权利要求1所述的方法,其特征在于,通过主业务组件,响应于针对目标流程图的目标流程图处理指令,将目标流程图的流程图数据结构发送至与目标流程图处理指令匹配的底层接口,包括:7. The method according to claim 1, wherein, by the main service component, in response to the target flowchart processing instruction for the target flowchart, the flowchart data structure of the target flowchart is sent to the target flowchart processing instruction Matching underlying interfaces, including: 通过主业务组件,获取与所述目标流程图处理指令匹配的底层接口;Obtain the underlying interface matching the target flowchart processing instruction through the main business component; 通过主业务组件,如果确定所述底层接口与所述流程图数据结构不匹配,则对所述流程图数据结构进行格式转换,并将格式转换结果发送至所述底层接口进行处理;Through the main business component, if it is determined that the underlying interface does not match the flowchart data structure, format conversion is performed on the flowchart data structure, and the format conversion result is sent to the underlying interface for processing; 通过主业务组件,如果接收到所述底层接口反馈的数据处理结果,则将所述数据处理结果进行逆向格式转换;Through the main business component, if the data processing result fed back by the underlying interface is received, the data processing result is reversely formatted; 通过主业务组件,将逆向格式转换结果提供给所述画布组件,以触发画布组件在画布区域中对所述逆向格式转换结果进行回显。Through the main business component, the inverse format conversion result is provided to the canvas component, so as to trigger the canvas component to echo the inverse format conversion result in the canvas area. 8.一种流程图的编排装置,其特征在于,包括:8. A device for arranging a flow chart, comprising: 目标流程图绘制模块,用于通过画布组件,响应于用户绘制操作,在画布区域内显示绘制得到的目标流程图,目标流程图中包括多个具有连接关系的通用节点;The target flowchart drawing module is used to display the target flowchart obtained by drawing in the canvas area in response to the user's drawing operation through the canvas component, and the target flowchart includes a plurality of general nodes with connection relationships; 通用节点配置模块,用于通过交互组件,响应于针对目标流程图中目标通用节点的节点配置页面的配置信息输入指令,将针对所述节点配置页面输入的用户配置信息加入至目标流程图的流程图数据结构中;The general node configuration module is used for adding the user configuration information input for the node configuration page to the flow of the target flow chart through the interaction component in response to the input instruction for the configuration information of the node configuration page of the target general node in the target flow chart In the graph data structure; 配置子页面渲染显示模块,用于通过弹窗组件,将目标通用节点的节点配置页面中不同层级的配置子页面进行渲染显示,以指导用户在不同配置子页面中输入匹配的用户配置信息;The configuration sub-page rendering and display module is used to render and display the configuration sub-pages of different levels in the node configuration page of the target general node through the pop-up window component, so as to guide the user to input matching user configuration information in the different configuration sub-pages; 底层接口调用模块,用于通过主业务组件,响应于针对目标流程图的目标流程图处理指令,将目标流程图的流程图数据结构发送至与目标流程图处理指令匹配的底层接口。The bottom layer interface calling module is used for sending the flowchart data structure of the target flowchart to the bottom layer interface matching the target flowchart processing instruction in response to the target flowchart processing instruction for the target flowchart through the main business component. 9.一种计算机设备,其特征在于,包括:9. A computer equipment, characterized in that, comprising: 处理器;存储装置,用于存储计算机程序;a processor; a storage device for storing a computer program; 所述处理器执行所述计算机程序时实现如权利要求1-7中任一所述的流程图的编排方法。When the processor executes the computer program, the method for arranging the flowchart according to any one of claims 1-7 is implemented. 10.一种计算机可读存储介质,其上存储有计算机程序,其特征在于,该计算机程序被处理器执行时实现如权利要求1-7中任一所述的流程图的编排方法。10. A computer-readable storage medium on which a computer program is stored, characterized in that, when the computer program is executed by a processor, the method for arranging the flowchart according to any one of claims 1-7 is implemented.
CN202111003785.4A 2021-08-30 2021-08-30 Method, device and equipment for arranging flow chart and storage medium Pending CN113741965A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111003785.4A CN113741965A (en) 2021-08-30 2021-08-30 Method, device and equipment for arranging flow chart and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111003785.4A CN113741965A (en) 2021-08-30 2021-08-30 Method, device and equipment for arranging flow chart and storage medium

Publications (1)

Publication Number Publication Date
CN113741965A true CN113741965A (en) 2021-12-03

Family

ID=78733815

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111003785.4A Pending CN113741965A (en) 2021-08-30 2021-08-30 Method, device and equipment for arranging flow chart and storage medium

Country Status (1)

Country Link
CN (1) CN113741965A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114706610A (en) * 2022-03-30 2022-07-05 苏州峰之鼎信息科技有限公司 Business flow chart generation method, device, equipment and storage medium
CN114721656A (en) * 2022-04-13 2022-07-08 北京字节跳动网络技术有限公司 Interface structure extraction method, device, medium and electronic equipment
CN115658041A (en) * 2022-12-27 2023-01-31 南京国睿信维软件有限公司 Low code enhancement service implementing method based on-line service flow arrangement
CN116126331A (en) * 2023-02-10 2023-05-16 安芯网盾(北京)科技有限公司 Interactive flow chart generation method and device
CN116192594A (en) * 2023-04-21 2023-05-30 北京炎黄新星网络科技有限公司 Management method and system of business process arrangement component
WO2024244271A1 (en) * 2023-05-31 2024-12-05 腾讯科技(深圳)有限公司 Task generation method and system based on large language model, and device and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160048308A1 (en) * 2013-03-12 2016-02-18 Andrew K. Lukes Automatic flowchart-based webpage generation for troubleshooting or task completion without manual programming
US20190028360A1 (en) * 2017-01-31 2019-01-24 Stackery, Inc. Visual devops systems and methods
CN110688104A (en) * 2019-09-04 2020-01-14 北京三快在线科技有限公司 Visualization flow processing method and device, electronic equipment and readable storage medium
CN110750254A (en) * 2019-10-18 2020-02-04 浪潮云信息技术有限公司 Flowchart editor implementation method based on Angular
CN110941467A (en) * 2019-11-06 2020-03-31 第四范式(北京)技术有限公司 Data processing method, device and system
CN112468575A (en) * 2020-11-25 2021-03-09 杭州安恒信息技术股份有限公司 Control method and device for industrial Internet of things platform, electronic device and medium
CN112947916A (en) * 2021-02-05 2021-06-11 北京百度网讯科技有限公司 Method, device, equipment and storage medium for realizing online canvas

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160048308A1 (en) * 2013-03-12 2016-02-18 Andrew K. Lukes Automatic flowchart-based webpage generation for troubleshooting or task completion without manual programming
US20190028360A1 (en) * 2017-01-31 2019-01-24 Stackery, Inc. Visual devops systems and methods
CN110688104A (en) * 2019-09-04 2020-01-14 北京三快在线科技有限公司 Visualization flow processing method and device, electronic equipment and readable storage medium
CN110750254A (en) * 2019-10-18 2020-02-04 浪潮云信息技术有限公司 Flowchart editor implementation method based on Angular
CN110941467A (en) * 2019-11-06 2020-03-31 第四范式(北京)技术有限公司 Data processing method, device and system
CN112468575A (en) * 2020-11-25 2021-03-09 杭州安恒信息技术股份有限公司 Control method and device for industrial Internet of things platform, electronic device and medium
CN112947916A (en) * 2021-02-05 2021-06-11 北京百度网讯科技有限公司 Method, device, equipment and storage medium for realizing online canvas

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114706610A (en) * 2022-03-30 2022-07-05 苏州峰之鼎信息科技有限公司 Business flow chart generation method, device, equipment and storage medium
CN114721656A (en) * 2022-04-13 2022-07-08 北京字节跳动网络技术有限公司 Interface structure extraction method, device, medium and electronic equipment
CN115658041A (en) * 2022-12-27 2023-01-31 南京国睿信维软件有限公司 Low code enhancement service implementing method based on-line service flow arrangement
CN115658041B (en) * 2022-12-27 2023-08-22 南京国睿信维软件有限公司 Low-code enhanced service implementation method based on online service flow arrangement
CN116126331A (en) * 2023-02-10 2023-05-16 安芯网盾(北京)科技有限公司 Interactive flow chart generation method and device
CN116192594A (en) * 2023-04-21 2023-05-30 北京炎黄新星网络科技有限公司 Management method and system of business process arrangement component
CN116192594B (en) * 2023-04-21 2023-07-11 北京炎黄新星网络科技有限公司 Management method and system of business process arrangement component
WO2024244271A1 (en) * 2023-05-31 2024-12-05 腾讯科技(深圳)有限公司 Task generation method and system based on large language model, and device and storage medium

Similar Documents

Publication Publication Date Title
CN113741965A (en) Method, device and equipment for arranging flow chart and storage medium
CN104636139B (en) One kind visualizes cross-platform mobile application exploitation and generation system
CN111045655A (en) Page rendering method and device, rendering server and storage medium
CN109117138B (en) Configuration method and device and computer readable storage medium
CN102207872B (en) Method and system for customizing Web UI (User Interface) control according to user requirements
CN110708202B (en) Configuration method, device, equipment and storage medium of plug-in node
CN112988130A (en) Visual modeling method, device, equipment and medium based on big data
CN106339226B (en) A kind of methods of exhibiting and page presentation device of Webpage
CN112860247B (en) Custom generation method, device, equipment and medium of model component
WO2023093414A1 (en) Micro-application development method and apparatus, and device, storage medium and program product
US11733973B2 (en) Interactive graphic design system to enable creation and use of variant component sets for interactive objects
CN104484189A (en) Construction and design method of application interface
CN106293661A (en) The generation of pictorial statement, generation processing method and processing device
CN114089999A (en) Front-end page generation method and system
CN111984355A (en) Method and device for realizing man-machine multi-turn conversation
CN111209463B (en) Internet data acquisition method and device
CN117573758A (en) Data stream arrangement method based on BI platform
CN107562476B (en) Method and device for generating application program
CN116954576A (en) Method and device for developing components, storage medium and electronic equipment
CN112486378B (en) Graph generation method, device, terminal and storage medium
CN114138257A (en) Application construction method and computer readable storage medium
CN114594950A (en) A UI graphics management method, system, device and computer-readable storage medium
CN113094079A (en) Project development method, device and equipment and computer storage medium
CN112883450A (en) Icon-based control method, device, system and medium for mechanical control system
US20240427482A1 (en) Graphic design system utilizing variable data structures for performing simulations where attributes of stateful design elements are dynamically determined

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
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20211203