WO2022007919A1 - Procédé et dispositif de traitement de déroulement, et système informatique associé - Google Patents

Procédé et dispositif de traitement de déroulement, et système informatique associé Download PDF

Info

Publication number
WO2022007919A1
WO2022007919A1 PCT/CN2021/105379 CN2021105379W WO2022007919A1 WO 2022007919 A1 WO2022007919 A1 WO 2022007919A1 CN 2021105379 W CN2021105379 W CN 2021105379W WO 2022007919 A1 WO2022007919 A1 WO 2022007919A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
code
element object
constituent elements
attribute information
Prior art date
Application number
PCT/CN2021/105379
Other languages
English (en)
Chinese (zh)
Inventor
张柳军
梁治祥
娄修俊
于海鹏
蔡志杰
蒲轶梅
王辉
秦龙
蔡进坤
Original Assignee
阿里巴巴集团控股有限公司
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 阿里巴巴集团控股有限公司 filed Critical 阿里巴巴集团控股有限公司
Publication of WO2022007919A1 publication Critical patent/WO2022007919A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/22Procedural
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management

Definitions

  • the present application relates to the technical field of visual process design, and in particular, to a process processing method, device and computer system.
  • Visual application design is a fast and efficient programming method, through the drag-and-drop selection of pre-designed page elements (input box, drop-down selection box, search box, etc.), as well as the configuration of relevant copywriting, data and other information, etc. , you can design a specific application page.
  • the advantage is that application designers can complete the design of application pages without writing or only need to write very little program code, thus greatly improving the work efficiency and technical threshold of application designers, even non-professional personnel, etc.
  • Applications can be designed to meet the needs. This is especially valuable in the design of enterprise management applications. For example, financial personnel within the enterprise can design applications for financial reimbursement, and account managers can design customer relationship management applications, etc. Systematization and online service.
  • the pages to be designed can usually be divided into basic information, work collaboration, and data display.
  • the work collaboration part may involve a lot of process design parts.
  • the basic information required includes reimbursement type, expense occurrence date, amount, description, attachments, etc.
  • a form for entering the above information can be designed in the basic information page; in the process design part, Design the specific approval process, for example, the first-level supervisor approves, and then determines whether to submit it to the corresponding financial approval of the department according to the specific amount, and so on.
  • specific applications can be released online.
  • one way is to provide operation options for adding elements such as approvers and approval conditions, and designers can choose to add approvers at all levels to the process according to specific needs, and set flow conditions.
  • the process may include multiple branch judgments, and a relatively advanced process design can also be adopted.
  • elements such as nodes and lines required in the flowchart can be provided, so that designers can compare the existing or hand-drawn flowcharts, and draw the electronic version of the flowchart structure by dragging the nodes, lines, etc. , and then configure the data on specific nodes and connections, including specific approvers, circulation conditions, and related data, to complete the process design.
  • configuring the data in the flowchart requires the user to be aware of some of the concepts defined in the designer, such as events, activities, gateways, flow directions, and so on. Users need to continuously apply the above concepts in the process of configuring a complete process in order to convert the offline process into an online process.
  • the field barriers are relatively high, and the process conversion efficiency is low, which is not conducive to ordinary personnel to quickly and accurately realize the process.
  • the present application provides a process processing method, device and computer system, which can improve the efficiency of process design.
  • a process processing method includes:
  • the process code is generated according to the attribute information of the process element object and the layout relationship information.
  • a process processing method comprising:
  • Integrate the process processing code into the code of the associated application so that during the running of the application, the task to be executed of the next process node is generated, and the to-be-executed task flow is transferred to the next process node.
  • a method of generating an application including:
  • the operation interface includes a list of candidate form elements, an editing area, and operation options for configuring the content and/or attributes of the form elements;
  • the process code is generated
  • a form processing method that includes:
  • image data including a form diagram, and identifying the constituent elements included in the form diagram and the layout relationship information between the constituent elements according to the image data;
  • the form code is generated according to the data content and/or attribute information of the form element object and the layout relationship information.
  • a process processing device comprising:
  • an image recognition unit configured to obtain image data containing a flow chart, and identify constituent elements contained in the flow chart and layout relationship information between the constituent elements according to the image data;
  • mapping unit configured to map the constituent elements to a process element object defined by a programming language, and determine attribute information of the process element object
  • a code generation unit configured to generate a process code according to the attribute information of the process element object and the layout relationship information.
  • a process processing device comprising:
  • an image scanning unit used to obtain a scanned image of the paper flow chart
  • a relationship identification unit configured to identify the constituent elements contained in the flow chart and the layout relationship information between the constituent elements according to the scanned image
  • an element mapping unit configured to map the constituent elements to a process element object defined by a programming language, and determine attribute information of the process element object;
  • a code determination unit configured to generate a process processing code according to the attribute information of the process element object and the layout relationship information
  • a code processing unit configured to integrate the process processing code into the code of the associated application, so that during the running process of the application, the task to be executed of the next process node is generated, and the to-be-executed task is transferred to the next process node.
  • An apparatus for generating an application program comprising:
  • the interface providing unit is used to provide an operation interface for visual design of basic form data, the operation interface includes a list of candidate form elements, an editing area, and an operation for configuring the content and/or properties of the form elements options;
  • the basic code generation unit is used to generate basic form code according to the form elements selected to the editing area, the layout information between the form elements, and the configured content and/or attribute information;
  • a layout information identification unit configured to acquire image data containing a flow chart, and identify the constituent elements contained in the flow chart and the layout relationship information between the constituent elements according to the image data;
  • an object mapping unit configured to map the constituent elements to a process element object defined by a programming language, and determine attribute information of the process element object
  • a process code generation unit configured to generate process code according to the attribute information and layout relationship information of the process element object
  • a target code generation unit configured to combine the basic form code and the process processing code to generate the code of the target application
  • a target link providing unit configured to provide a link of the target application, so as to access the page of the target application according to the link, and after receiving the basic data through the page, generate the next flow according to the flow processing code node's task to be executed, and transfer the task flow to the next process node.
  • a form processing device comprising:
  • a layout information determining unit configured to acquire image data including a form diagram, and identify constituent elements included in the form diagram and layout relationship information between the constituent elements according to the image data;
  • an element object processing unit configured to map the constituent elements to form element objects defined by a programming language, and determine data content and/or attribute information associated with the form element objects;
  • a form code generation unit configured to generate a form code according to the data content and/or attribute information of the form element object and the layout relationship information.
  • the constituent elements contained therein and the layout relationship information between them can be identified by identifying the images containing the flowcharts, and the constituent elements can be mapped to a programming language
  • the process code may be generated according to the attribute information of the process element object and the layout relationship information.
  • FIG. 2 is a schematic diagram of an application architecture provided by an embodiment of the present application.
  • FIG. 3 is a flowchart of a first method provided by an embodiment of the present application.
  • FIG. 4 is a schematic diagram of process elements provided by an embodiment of the present application.
  • FIG. 5 is a schematic diagram of organizational structure simulation provided by an embodiment of the present application.
  • FIG. 6 is a flowchart of a second method provided by an embodiment of the present application.
  • FIG. 7 is a flowchart of a third method provided by an embodiment of the present application.
  • FIG. 9 is a schematic diagram of a first device provided by an embodiment of the present application.
  • FIG. 10 is a schematic diagram of a second device provided by an embodiment of the present application.
  • FIG. 11 is a schematic diagram of a third device provided by an embodiment of the present application.
  • FIG. 12 is a schematic diagram of a fourth device provided by an embodiment of the present application.
  • FIG. 13 is a schematic diagram of a computer system provided by an embodiment of the present application.
  • the basic data can be configured first. Specifically, as shown in Figure 1-2, the designer can Provides a variety of optional form elements, including single-line input box, multi-line input box, drop-down selection, etc., according to the type of specific basic data, etc., select form elements to build basic data pages. After selecting a specific form element, you can also configure the specific form element, including title, description information, prompt text, width, and so on.
  • the basic data page of the final configuration can be shown in Figure 1-3. It can include fields such as reimbursement type, expense occurrence date, amount, description, attachments, etc. After the subsequent application goes online, specific enterprise employees and other users can fill in the above information on the corresponding page and initiate a reimbursement request when they need reimbursement.
  • the designer page can provide optional process elements. These process elements are usually defined in the system after abstracting the type and function of the process elements. For example, It can include manual nodes, automatic nodes, branch nodes, aggregation nodes, CC nodes, and the like.
  • process of process design users can select the corresponding nodes and drag them to the central editing area according to their needs. For example, corresponding to the flowchart in Figure 1-1, you can first select an artificial node and drag it to the editing area.
  • the interface can also provide options for configuring the node, as shown in Figure 1-5, you can configure the approver rules required by the node, including selecting a specific approver, etc. After that, you can drag and drop more other nodes to the editing area, and you can also draw the connection between the nodes in the editing area, and set the line execution rules, as shown in Figure 1-6. Finally, after multiple node dragging, connection drawing, and setting of corresponding approver rules and line execution rules, the electronic flowchart shown in Figure 1-7 can be generated.
  • the electronic flow chart corresponds to a page data in a format such as Json in the background. After the electronic flow chart is designed and saved, it can be published through the designer page.
  • a corresponding access link can be generated for a specific application page, and users such as employees in the enterprise can access the page designed by the designer through the link.
  • the page accessed by the user can display the form for filling in the basic data. After the user completes the filling and submits, it can be transferred among the approvers at all levels according to the above-mentioned set process. .
  • the reimbursement initiator can also view the application content and the corresponding process status on its own page, and so on.
  • the flow chart on a carrier such as paper (for example, it can be a flow chart in an existing document, or manually Drawing flow chart, etc.) for identification (eg OCR identification, etc.), to identify the constituent elements contained in the flow chart, which may specifically include graphics, symbols, text, and the like.
  • identification eg OCR identification, etc.
  • the specific constituent elements can be mapped to the marking symbols in the process modeling, so as to determine the corresponding process modeling meaning.
  • the flowchart includes a rectangular box, which can be mapped as a "manual node", which means an activity that requires manual approval; a rounded rectangle is mapped as an "automatic node”, which means an activity that is automatically completed and does not require manual approval ,etc.
  • a process element object may specifically refer to an object defined by an object-oriented programming language.
  • a batch of process element objects may be pre-defined, which correspond to multiple markers in the process modeling, and establish The second rule base.
  • process processing code for example, Json code, etc. is generated.
  • the process processing code is saved and released online with the basic data, it can be used to submit the basic data, and based on the process processing code, the submitted application will be processed for subsequent circulation, including judging the circulation conditions, and circulation. To the approvers at all levels for processing, and so on.
  • the user only needs to prepare an existing paper flow chart, or a flow chart drawn by a drawing tool, or even a hand-drawn flow chart, and can be identified by means of OCR (if it is a paper flow chart) quality map, you can first scan it as an electronic image) for identification, and automatically convert the constituent elements contained in the flowchart into a process element object defined by a programming language, and determine the attribute information of the process element object, Further, according to the layout relationship in the flow chart, the flow processing code can be assembled into a part of the associated application code. In addition, the designer can also provide a manual configuration interface.
  • users can also make some fine-tuning, including modifying, adding, deleting some configurations, and so on. In this way, the user does not need to drag the process elements one by one, and it is no longer necessary to understand the meaning of the process element objects abstracted by the system.
  • the attribute information of the specific process element objects can also be automatically determined. Nodes or wires can be configured manually, or only need to be fine-tuned based on automatic recognition results. Therefore, the efficiency of process design can be improved, and the field barriers can be further reduced.
  • the embodiment of the present application can provide a visual application designer for users who have application visual design requirements. form exists.
  • the user can log in to the design page, and complete the visual design of the application through the editing interface provided in the page, which can include the design of the process, which can then be saved and published. .
  • the designer system can generate a corresponding link, and the user can share the link so that the user of the application can access the corresponding page.
  • Embodiment 1 of the present application provides a method for processing a process.
  • the method may specifically include:
  • S310 Acquire image data including a flow chart, and identify constituent elements included in the flow chart and layout relationship information between constituent elements according to the image data;
  • the image data of the flowchart may be obtained by scanning a paper flowchart, or may also be an electronic version of the flowchart drawn by a drawing tool.
  • the main flow chart may include the process involved in the application program that needs to be visually designed. The flow of transactions will vary, therefore, through enterprise management application design that needs to be personalized for a specific organization. Through the visual application designer, professionals in non-program development fields such as human resources in the organization can design applications. In the application process of such enterprise management, the design of the process is usually involved, for example, including the reimbursement approval process, the leave approval process, the recruitment follow-up process, and so on.
  • the constituent elements in the flowchart may include graphics, symbols, characters, etc., and the specific graphics may include node-type graphics such as rectangular boxes, and may also include connection-type graphics.
  • the text can include the text marked in the specific node to describe the specific approver and other information, for example, "approval by the first-level supervisor", “approval by the financial interface person”, etc.; or, the text marked on the connection line to describe the flow conditions , for example, "Amount greater than or equal to 10000", etc.
  • the above-mentioned constituent elements can be identified by techniques such as OCR, and in addition, the layout information between the specific constituent elements can be identified, including the upper and lower nodes connected by the connection, and so on.
  • S320 Map the constituent elements to a process element object defined by a programming language, and determine attribute information of the process element object.
  • the designer usually defines the process element object through the programming language, the specific code is expressed based on this process element object. Therefore, after identifying the constituent elements in the flowchart, they can be mapped to the process element object defined by the programming language, and the attribute information of the process element object can be determined.
  • the process element type may specifically be the type information that classifies and defines specific process elements in standards such as BPMN (Transaction Process Modeling and Marking), and may specifically include manual nodes, automatic nodes, connecting lines, etc.; process elements
  • the object can be an object defined by an object-oriented programming language (here, "object" is a concept in the field of object-oriented programming), wherein each process element object can correspond to its own ID, as well as attribute information such as name and description. Determining the attribute information of the process element object can enable the computer to identify the specific constituent elements in the flowchart, and then express the specific process in the form of specific executable code.
  • the definition of the process element object of the manual approval node class in the system can be expressed as follows:
  • the process element object of the human approval class node can have the following attribute fields: ID, name, type, description, props, position, user rules ( userRule), end rules (finishRule), actions (actions), etc.
  • attribute information on multiple attribute fields such as ID, name, and type of the corresponding process element object can be determined, thereby generating a complete process element object instance.
  • the specific flowchart may be drawn using standardized process modeling symbols.
  • BPMN Business Process Model and Notation
  • BPMN is a modeling language standard for building service flow charts, which defines how specific graphic elements form a flow chart, including the types and meanings of process elements corresponding to specific graphic elements, and so on.
  • the specific definition can be as shown in FIG. 4 .
  • the user can also customize or specify the type and meaning of the process element corresponding to the primitive.
  • a rectangle corresponds to a manual node
  • a rounded rectangle corresponds to an automatic node
  • the automatic node In the way of definition, it can also be that the rectangle corresponds to the automatic node, the rounded rectangle corresponds to the artificial node, and so on.
  • the attribute information of the process element object can also be determined.
  • a manual configuration entry can be directly provided on the recognition result page, and the user manually configures the attribute information of the specific process element object.
  • the flowchart can usually include some text information, which can express the attributes of specific constituent elements, automatic identification of the configuration information can also be realized.
  • the attribute information about the process element object may specifically include name, type information, description information, and the like.
  • the first mapping rule base may also store the process modeling meaning corresponding to the process element type. In this case, after determining the process element type corresponding to the constituent element according to the first mapping rule base, The name and/or category attribute of the process element object may also be determined according to the process modeling meaning.
  • the description information of the flow element object it can be determined according to the specific text content in the flow chart. For example, in one case, if the type of the process element object is a node that requires manual processing, the role information of the corresponding process processing personnel on the node can be determined according to the text element associated with the corresponding component element in the flowchart; Then, the target role identifier corresponding to the role information is determined from the pre-established organization member organizational structure information, and the description information of the process element object of the node type is determined according to the target role identifier.
  • the text associated with a node is "approval by first-level supervisor", then you can search for information such as the role ID belonging to the first-level supervisor in the associated organizational structure information, and configure it to the associated process node, and so on.
  • the organizational structure information may be created by a related tool such as instant messaging before the user creates a specific application through the current designer. For example, suppose that part of the organizational structure of a company can be shown in Figure 5. The various departments where specific employees are located, as well as the relationship between superiors and subordinates, can be reflected through organizational structure information. After completing the creation of organizational structure information in advance, the system can assign corresponding IDs to specific personnel, etc., and associate attributes such as departments and roles. Identify, and automatically complete the generation of relevant processing code.
  • the automatically executed action information such as an end action, etc.
  • the text element associated with the corresponding constituent element in the flow chart can be determined according to the text element associated with the corresponding constituent element in the flow chart.
  • the automatically executed action information can also be defined in the system in advance. After identifying an action that needs to be automatically executed, the ID and other information corresponding to the action can be determined, and the corresponding action execution code can be generated.
  • the execution rule information of the connecting line can be determined according to the text elements associated with the corresponding constituent elements in the flow chart, and the context information of the location where the connecting line is located.
  • the execution rule includes judgment on the relevant data
  • the target data object associated in the pre-configured basic data is determined according to the text element, so that the identification information of the connection line is determined according to the identification information of the target data object.
  • Execution rule information For example, in the flowchart shown in Figure 1-1, where the execution rule of a line is that the amount is greater than or equal to 10,000, the related data object is "amount".
  • the configuration of the basic data is also performed first.
  • the meaning of the text element can also be determined by identifying and understanding the text element in the flowchart; and then, according to the meaning of the text element, the attribute information of the flow element object is determined.
  • S330 Generate a process code according to the attribute information of the process element object and the layout relationship information.
  • process code can be generated.
  • specific process node objects can correspond to their respective process engines.
  • This process engine can be responsible for scheduling from a node to a node, who sent an event, identify event attributes, and connect lines. relationship, find the next node for approval, and so on.
  • the final generated process processing code will become a part of the associated application code. After the application goes online, the part involving process processing can be used for specific process flow according to this part of the process processing code.
  • a process code template may also be provided in advance, and a corresponding relationship between the process code template and the flowchart category identifier may be established. In this way, when a flow chart needs to be generated for a flow chart, the target category identification information to which the flow chart contained in the image data belongs can also be obtained, and then the attribute information and layout relationship information of the flow element object can be written into the process code template corresponding to the target category identification information to generate the process code.
  • the target category identification information may be directly included in the image data, for example, the image data may include information such as a two-dimensional code or a category code to represent the category identification of the flowchart. At this time, the target category identification information can be identified from the image data.
  • a process code template can also be provided in advance, and a corresponding relationship between the process code template and the keywords can be established; at this time, after the image data is identified, it can be determined that the identified Whether a target keyword is included in the text element of the processing code. For example, if a flowchart includes the keyword "reimbursement", you can use the reimbursement template to generate specific process codes, and so on.
  • operation options for step-by-step confirmation/adjustment of the generated process code may also be provided; then, according to the user's operation result, the process code template is optimized and adjusted.
  • the constituent elements contained therein and the layout relationship information between them can be identified by means of identifying an image containing a flowchart, and the constituent elements can be mapped to pass The process element object defined by the programming language, and the attribute information of the process element object is determined. Furthermore, the process code may be generated according to the attribute information of the process element object and the layout relationship information.
  • the second embodiment provides another process processing method for a specific implementation scheme of the first embodiment in practical applications.
  • the method may specifically include:
  • S620 Identify the constituent elements included in the flowchart and the layout relationship information between the constituent elements according to the scanned image;
  • S630 Map the constituent elements to a process element object defined by a programming language, and determine attribute information of the process element object;
  • S640 Generate a process processing code according to the attribute information of the process element object and the layout relationship information
  • S650 Integrate the process processing code into the code of the associated application, so that during the running of the application, a task to be executed of the next process node is generated, and the to-be-executed task flow is transferred to the next a process node.
  • the third embodiment provides a method for generating an application program for a specific application scenario.
  • the method may specifically include:
  • S710 Provide an operation interface for visually designing basic form data, where the operation interface includes a list of candidate form elements, an editing area, and operation options for configuring the content and/or attributes of the form elements;
  • S720 Generate a basic form code according to the form element selected to the editing area, the layout information between the form elements, and the configured content and/or attribute information;
  • S730 Acquire image data containing a flow chart, and identify constituent elements included in the flow chart and layout relationship information between the constituent elements according to the image data;
  • S740 Map the constituent elements to a process element object defined by a programming language, and determine attribute information of the process element object;
  • S750 Generate a process processing code according to the attribute information and layout relationship information of the process element object
  • S760 Combine the basic form code and the process processing code to generate the code of the target application
  • S770 Provide a link of the target application, so as to access the page of the target application according to the link, and after receiving basic data through the page, generate a task to be executed for the next process node according to the process code , and transfer the task flow to the next process node.
  • the application program includes an enterprise management application program.
  • flow processing status information may also be provided on the page of the target application according to the flow processing code.
  • the fourth embodiment also provides a form processing method.
  • the method may specifically include:
  • S810 Acquire image data including a form diagram, and identify constituent elements included in the form diagram and layout relationship information between the constituent elements according to the image data;
  • S820 Map the constituent elements to form element objects defined by a programming language, and determine the data content and/or attribute information associated with the form element objects;
  • S830 Generate a form code according to the data content and/or attribute information of the form element object and the layout relationship information.
  • an embodiment of the present application further provides a process processing apparatus, referring to FIG. 9 , the apparatus may specifically include:
  • the image recognition unit 910 is configured to acquire image data containing a flow chart, and identify the constituent elements contained in the flow chart and the layout relationship information between the constituent elements according to the image data;
  • mapping unit 920 configured to map the constituent elements to a process element object defined by a programming language, and determine attribute information of the process element object;
  • the code generation unit 930 is configured to generate a process code according to the attribute information of the process element object and the layout relationship information.
  • mapping unit may specifically include:
  • a first mapping subunit used for mapping the constituent elements to process element types in process modeling according to a pre-established first mapping rule base
  • the second mapping subunit is configured to map the constituent elements to the flow element objects according to the pre-established second mapping rule base and the flow element types corresponding to the constituent elements.
  • the first mapping rule base also stores the process modeling meaning corresponding to the process element type
  • the mapping unit can also be used to:
  • the name and/or category attribute of the process element object is determined.
  • the constituent elements contained in the flow chart include graphic elements;
  • the first mapping rule base may specifically store the correspondence between the graphic elements and the types of process elements in the process modeling.
  • constituent elements included in the flow chart include text elements
  • the attribute information of the process element object includes: description information of the process element object;
  • mapping unit can also be used for:
  • the description information of the flow element object is determined by identifying the text elements in the flow chart.
  • mapping unit can be specifically used for:
  • the type of the process element object is a node that needs manual processing, then determine the role information of the corresponding process processing personnel on the node according to the text element associated with the corresponding component element in the flowchart;
  • the target role identifier corresponding to the role information is determined from the pre-established organizational structure information of institutional members, and the description information of the process element object of the node type is determined according to the target role identifier.
  • mapping unit can be specifically used for:
  • the automatically executed action information is determined according to the text element associated with the corresponding constituent element in the flow chart.
  • mapping unit can be specifically used for:
  • the execution rule information of the connecting line is determined according to the text element associated with the corresponding constituent element in the flowchart and the context information of the position of the connecting line.
  • mapping unit can also be used for:
  • execution rule includes judgment on related data, determine the target data object associated in the preconfigured basic data according to the text element, so as to determine the execution rule of the connection line according to the identification information of the target data object information.
  • the embodiment of the present application further provides a process processing device, see FIG. 10 , the device may specifically include:
  • an image scanning unit 1010 configured to obtain a scanned image of a paper flow chart
  • a relationship identification unit 1020 configured to identify the constituent elements contained in the flowchart and the layout relationship information between the constituent elements according to the scanned image
  • an element mapping unit 1030 configured to map the constituent elements to a process element object defined by a programming language, and determine attribute information of the process element object;
  • a code determination unit 1040 configured to generate a process processing code according to the attribute information of the process element object and the layout relationship information
  • the code processing unit 1050 is configured to integrate the process processing code into the code of the associated application, so as to generate the to-be-executed task of the next process node during the running process of the application, and to convert the to-be-executed task Flow goes to the next process node.
  • the embodiment of the present application further provides a device for generating an application program.
  • the device may specifically include:
  • the interface providing unit 1110 is used to provide an operation interface for visual design of basic form data, the operation interface includes a list of candidate form elements, an editing area, and an interface for configuring the content and/or properties of the form elements. Action options;
  • a basic code generation unit 1120 configured to generate basic form codes according to the form elements selected to the editing area, the layout information between the form elements, and the configured content and/or attribute information;
  • the layout information identification unit 1130 is used to obtain the image data containing the flow chart, and identify the constituent elements contained in the flow chart and the layout relationship information between the constituent elements according to the image data;
  • an object mapping unit 1140 configured to map the constituent elements to a process element object defined by a programming language, and determine attribute information of the process element object;
  • a process code generation unit 1150 configured to generate process code according to the attribute information and layout relationship information of the process element object
  • the target code generation unit 1160 is used to generate the code of the target application by combining the basic form code and the flow processing code;
  • a target link providing unit 1170 is configured to provide a link of the target application, so as to access the page of the target application according to the link, and after receiving the basic data through the page, generate the next step according to the process code.
  • the to-be-executed task of the process node, and the task flow is transferred to the next process node.
  • the embodiment of the present application further provides a form processing apparatus, referring to FIG. 12 , the apparatus may specifically include:
  • a layout information determining unit 1210 configured to acquire image data including a form diagram, and identify the constituent elements included in the form diagram and the layout relationship information between the constituent elements according to the image data;
  • an element object processing unit 1220 configured to map the constituent elements to form element objects defined by a programming language, and determine data content and/or attribute information associated with the form element objects;
  • the form code generating unit 1230 is configured to generate a form code according to the data content and/or attribute information of the form element object and the layout relationship information.
  • an embodiment of the present application further provides a computer-readable storage medium on which a computer program is stored, and when the program is executed by a processor, implements the steps of the method described in any one of the foregoing method embodiments.
  • the memory is used to store program instructions that, when read and executed by the one or more processors, perform any one of the foregoing method embodiments the steps of the method.
  • FIG. 13 exemplarily shows the architecture of the computer system 1300 , which may specifically include a processor 1310 , a video display adapter 1311 , a disk drive 1312 , an input/output interface 1313 , a network interface 1314 , and a memory 1320 .
  • the processor 1310 , the video display adapter 1311 , the disk drive 1312 , the input/output interface 1313 , and the network interface 1314 , and the memory 1320 may be communicatively connected through the communication bus 1330 .
  • the processor 1310 can be implemented by a general-purpose CPU (Central Processing Unit, central processing unit), a microprocessor, an application specific integrated circuit (Application Specific Integrated Circuit, ASIC), or one or more integrated circuits, etc. Execute relevant programs to realize the technical solutions provided by this application.
  • a general-purpose CPU Central Processing Unit, central processing unit
  • a microprocessor central processing unit
  • ASIC Application Specific Integrated Circuit
  • the memory 1320 may be implemented in the form of a ROM (Read Only Memory, read-only memory), a RAM (Random Access Memory, random access memory), a static storage device, a dynamic storage device, and the like.
  • the memory 1320 may store an operating system 1321 for controlling the operation of the computer system 1300 , and a basic input output system (BIOS) 1322 for controlling the low-level operations of the computer system 1300 .
  • BIOS basic input output system
  • a web browser 1323, a data storage management system 1324, a flow design processing system 1325, and the like can also be stored.
  • the above-mentioned process design processing system 1325 may be an application program that specifically implements the operations of the foregoing steps in this embodiment of the present application. In a word, when the technical solutions provided by the present application are implemented through software or firmware, the relevant program codes are stored in the memory 1320 and called and executed by the processor 1310.
  • the input/output interface 1313 is used to connect input/output modules to realize information input and output.
  • the input/output/module can be configured in the device as a component (not shown in the figure), or can be externally connected to the device to provide corresponding functions.
  • the input device may include a keyboard, a mouse, a touch screen, a microphone, various sensors, etc.
  • the output device may include a display, a speaker, a vibrator, an indicator light, and the like.
  • the network interface 1314 is used to connect a communication module (not shown in the figure), so as to realize the communication interaction between the device and other devices.
  • the communication module may implement communication through wired means (eg, USB, network cable, etc.), or may implement communication through wireless means (eg, mobile network, WIFI, Bluetooth, etc.).
  • Bus 1330 includes a path that transfers information between the various components of the device (eg, processor 1310, video display adapter 1311, disk drive 1312, input/output interface 1313, network interface 1314, and memory 1320).
  • processor 1310 the various components of the device (eg, processor 1310, video display adapter 1311, disk drive 1312, input/output interface 1313, network interface 1314, and memory 1320).
  • the above device only shows the processor 1310, the video display adapter 1311, the disk drive 1312, the input/output interface 1313, the network interface 1314, the memory 1320, the bus 1330, etc., in the specific implementation process, the A device may also include other components necessary for proper operation.
  • the above-mentioned device may also include only the necessary components to realize the solution of the present application, instead of all the components shown in the figures.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Human Resources & Organizations (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Data Mining & Analysis (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)

Abstract

Dans des modes de réalisation, l'invention concerne un procédé et un dispositif de traitement de déroulement, ainsi qu'un système informatique associé. Le procédé selon l'invention consiste : à obtenir des données d'image comprenant un organigramme et à reconnaître, en fonction des données d'image, des éléments constitutifs compris dans l'organigramme et des informations de relation de disposition entre les éléments constitutifs ; à mapper les éléments constitutifs sur des objets éléments de déroulement définis au moyen d'un langage de programmation, et à déterminer des informations de caractéristiques des objets éléments de déroulement ; et à générer un code de traitement de déroulement selon les informations de caractéristiques des objets éléments et les informations de relation de disposition. Les modes de réalisation de la présente invention permettent d'améliorer l'efficacité de conception et de traitement de déroulement.
PCT/CN2021/105379 2020-07-09 2021-07-09 Procédé et dispositif de traitement de déroulement, et système informatique associé WO2022007919A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010658408.3 2020-07-09
CN202010658408.3A CN113918138A (zh) 2020-07-09 2020-07-09 流程处理方法、装置及计算机系统

Publications (1)

Publication Number Publication Date
WO2022007919A1 true WO2022007919A1 (fr) 2022-01-13

Family

ID=79232069

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/105379 WO2022007919A1 (fr) 2020-07-09 2021-07-09 Procédé et dispositif de traitement de déroulement, et système informatique associé

Country Status (2)

Country Link
CN (1) CN113918138A (fr)
WO (1) WO2022007919A1 (fr)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115147096A (zh) * 2022-09-06 2022-10-04 京华信息科技股份有限公司 一种基于ocr的流程快速建模方法及系统
CN115426239A (zh) * 2022-06-09 2022-12-02 北京邮电大学 一种业务支撑信息处理模式和低代码开发系统
CN116185425A (zh) * 2023-03-23 2023-05-30 苏州峰之鼎信息科技有限公司 基于节点组合的事件流程编排方法、装置、设备及介质
CN116933743A (zh) * 2023-09-15 2023-10-24 中船黄埔文冲船舶有限公司 一种船舶业务数据的处理方法、装置、设备以及存储介质
CN117252180A (zh) * 2023-11-16 2023-12-19 太平金融科技服务(上海)有限公司 一种报表生成方法、装置、电子设备及存储介质
CN117311675A (zh) * 2023-11-29 2023-12-29 武汉海昌信息技术有限公司 一种涉及分布式系统的业务配置方法、装置及电子设备

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114840291A (zh) * 2022-04-14 2022-08-02 上海川源信息科技有限公司 一种分布式存储业务流程的系统及其使用方法
CN114819906A (zh) * 2022-05-06 2022-07-29 广州有信科技有限公司 一种bpmn业务流程转换方法及装置
CN116382672A (zh) * 2023-06-06 2023-07-04 钱塘科技创新中心 用于文旅产业流程的系统设计方法、智能终端和存储介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120072884A1 (en) * 2010-09-22 2012-03-22 Sap Ag Converting business process models to component models in a service oriented architecture domain
CN110515615A (zh) * 2019-07-08 2019-11-29 深圳壹账通智能科技有限公司 业务逻辑代码自动生成方法、装置以及服务器
CN111142933A (zh) * 2019-05-29 2020-05-12 浙江大搜车软件技术有限公司 工作流生成方法、装置、计算机设备和存储介质

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060074735A1 (en) * 2004-10-01 2006-04-06 Microsoft Corporation Ink-enabled workflow authoring
CN103309648A (zh) * 2012-03-12 2013-09-18 苏州工业园区进一科技有限公司 图形化制作软件的系统和方法
CN104216691B (zh) * 2013-05-31 2017-11-17 华为技术有限公司 一种创建应用的方法及装置

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120072884A1 (en) * 2010-09-22 2012-03-22 Sap Ag Converting business process models to component models in a service oriented architecture domain
CN111142933A (zh) * 2019-05-29 2020-05-12 浙江大搜车软件技术有限公司 工作流生成方法、装置、计算机设备和存储介质
CN110515615A (zh) * 2019-07-08 2019-11-29 深圳壹账通智能科技有限公司 业务逻辑代码自动生成方法、装置以及服务器

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115426239A (zh) * 2022-06-09 2022-12-02 北京邮电大学 一种业务支撑信息处理模式和低代码开发系统
CN115147096A (zh) * 2022-09-06 2022-10-04 京华信息科技股份有限公司 一种基于ocr的流程快速建模方法及系统
CN116185425A (zh) * 2023-03-23 2023-05-30 苏州峰之鼎信息科技有限公司 基于节点组合的事件流程编排方法、装置、设备及介质
CN116185425B (zh) * 2023-03-23 2024-02-23 苏州峰之鼎信息科技有限公司 基于节点组合的事件流程编排方法、装置、设备及介质
CN116933743A (zh) * 2023-09-15 2023-10-24 中船黄埔文冲船舶有限公司 一种船舶业务数据的处理方法、装置、设备以及存储介质
CN117252180A (zh) * 2023-11-16 2023-12-19 太平金融科技服务(上海)有限公司 一种报表生成方法、装置、电子设备及存储介质
CN117252180B (zh) * 2023-11-16 2024-02-23 太平金融科技服务(上海)有限公司 一种报表生成方法、装置、电子设备及存储介质
CN117311675A (zh) * 2023-11-29 2023-12-29 武汉海昌信息技术有限公司 一种涉及分布式系统的业务配置方法、装置及电子设备
CN117311675B (zh) * 2023-11-29 2024-02-09 武汉海昌信息技术有限公司 一种涉及分布式系统的业务配置方法、装置及电子设备

Also Published As

Publication number Publication date
CN113918138A (zh) 2022-01-11

Similar Documents

Publication Publication Date Title
WO2022007919A1 (fr) Procédé et dispositif de traitement de déroulement, et système informatique associé
US11263390B2 (en) Systems and methods for informational document review, display and validation
US8543903B2 (en) System and method of integrating a plurality of form related workflow tools
US10331765B2 (en) Methods and apparatus for translating forms to native mobile applications
CN112561386A (zh) 一种获得业务流程的方法、装置及设备
US8180795B2 (en) Apparatus and method for distribution of a report with dynamic write-back to a data source
US8630887B2 (en) Business process flowchart editing program and business process flowchart editing method
CN111538774B (zh) 数据存储及展示方法、系统、设备及存储介质
CN115857920A (zh) 应用页面开发方法、装置、系统、计算设备及存储介质
KR102221863B1 (ko) 아이티 서비스 관리 서버, 시스템 및 그 방법
JP2019133645A (ja) 構造化文書の内容をチャットベースのインタラクションに翻訳するための半自動化された方法及びシステム、プログラム
CN112199373A (zh) 一种表单开发方法和系统
CN114647409A (zh) 大屏可视化应用创建平台、方法、计算设备和存储介质
US9465607B2 (en) Configuration-based processing of requests by conditional execution of software code to render regions in a display
CN114201718A (zh) 可动态配置的表单实例生成方法及装置
CN114118959A (zh) 审批目标对象的方法及装置、计算机存储介质、电子设备
JP2002149959A (ja) 複数のビジネスプロセスに渡るコミュニケーションおよび意志決定のためのフレキシブルなシステムおよび方法
US10341272B2 (en) Personality reply for digital content
US20200379786A1 (en) Keyboard interaction model for software builder canvas nodes
CN116382672A (zh) 用于文旅产业流程的系统设计方法、智能终端和存储介质
US8495519B2 (en) Methods and apparatus for displaying interprocess communication thumbnails
US20190266265A1 (en) Integrated computing environment for managing and presenting design iterations
US9002870B2 (en) System, method and computer program product for EDI-to-EDI translations
CN111831179A (zh) 签约方法、装置及计算机可读介质
US11113322B2 (en) Dynamically generating strategic planning datasets based on collecting, aggregating, and filtering distributed data collections

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21837455

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21837455

Country of ref document: EP

Kind code of ref document: A1