CN112099783A - Flow creation method and device, electronic equipment and storage medium - Google Patents

Flow creation method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN112099783A
CN112099783A CN202011259761.0A CN202011259761A CN112099783A CN 112099783 A CN112099783 A CN 112099783A CN 202011259761 A CN202011259761 A CN 202011259761A CN 112099783 A CN112099783 A CN 112099783A
Authority
CN
China
Prior art keywords
link
graph
flow
attribute information
setting
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
CN202011259761.0A
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.)
Beijing Uxsino Software Co ltd
Original Assignee
Beijing Uxsino Software Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Uxsino Software Co ltd filed Critical Beijing Uxsino Software Co ltd
Priority to CN202011259761.0A priority Critical patent/CN112099783A/en
Publication of CN112099783A publication Critical patent/CN112099783A/en
Pending legal-status Critical Current

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
    • 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/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0633Workflow analysis
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Economics (AREA)
  • General Business, Economics & Management (AREA)
  • General Engineering & Computer Science (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Data Mining & Analysis (AREA)
  • Development Economics (AREA)
  • Educational Administration (AREA)
  • Game Theory and Decision Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The embodiment of the invention provides a process creating method, a device, electronic equipment and a storage medium, wherein a process diagram is created through a preset link graph and a flow direction graph, first attribute information of the link graph is set through the link graph to obtain link graphs representing different link tasks, and the link graphs are connected through the flow direction graph to form the whole process. The process creation process only needs to set the link task through the first attribute information of the link graph, and then connects the link graphs through the flow direction graph to form a complete process, the whole process creation process does not need the support of skilled professional skills, and professional requirements on process creation personnel are reduced. The related set function units can be called through the setting of the first attribute information, link tasks are realized, programming of each link task is not needed, the efficiency of flow creation is improved, and time consumption and the error rate are reduced.

Description

Flow creation method and device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of process creation technologies, and in particular, to a process creation method and apparatus, an electronic device, and a storage medium.
Background
In the early stage, the management of business is carried out through paper among people, transmission between the ears or other modes, so that the efficiency is low, the monitoring is inconvenient, the automation cannot be realized, and various problems are caused in the aspects of storage and display and the like. With the rapid development of internet, BPM (Business Process Management) Management software is now in the world, and Business solutions between people, between people and systems, and even between systems are promoted.
Although automation of the management process can be achieved by the relevant software, creating a suite of procedures for management currently requires personnel with specialized programming knowledge to automate the entire management process. Therefore, the prior art has high professional requirements on personnel for creating the flow, and the creating process needs to program each flow step, so that the time consumption is long, and errors are easy to occur.
Disclosure of Invention
The embodiment of the invention provides a flow creating method, a flow creating device, electronic equipment and a storage medium, which are used for solving the problems that the existing technology has higher professional requirements on flow creating personnel, the creating process needs to program each flow step, the time consumption is longer, and errors are easy to occur.
In view of the foregoing technical problems, in a first aspect, an embodiment of the present invention provides a flow creating method, including:
setting preset link graphs to obtain at least one set link graph;
connecting at least one set link graph through a flow graph to obtain a created flow chart, and taking the flow shown by the flow chart as a flow created by a user;
setting link tasks corresponding to the link graphs through the first attribute information of each link graph; the first attribute information includes at least one of: link names, link calling lists, link calling setting function units, link setting handlers and link calling event monitoring functions;
and representing the execution sequence of each link task by a flow diagram of the connection link diagram.
In a second aspect, an embodiment of the present invention provides a flow creating apparatus, including:
the setting module is used for setting the preset link graphs to obtain at least one set link graph;
the creating module is used for connecting at least one set link graph through a flow graph to obtain a created flow chart, and the flow shown by the flow chart is used as a flow created by a user;
setting link tasks corresponding to the link graphs through the first attribute information of each link graph; the first attribute information includes at least one of: link names, link calling lists, link calling setting function units, link setting handlers and link calling event monitoring functions;
and representing the execution sequence of each link task by a flow diagram of the connection link diagram.
In a third aspect, an embodiment of the present invention provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the steps of the above-described flow creation method when executing the program.
In a fourth aspect, an embodiment of the present invention provides a non-transitory readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the flow creation method described in any one of the above.
The embodiment of the invention provides a process creating method, a device, electronic equipment and a storage medium, wherein a process diagram is created through a preset link graph and a flow direction graph, first attribute information of the link graph is set through the link graph to obtain link graphs representing different link tasks, and the link graphs are connected through the flow direction graph to form the whole process. The process creation process only needs to set the link task through the first attribute information of the link graph, and then connects the link graphs through the flow direction graph to form a complete process, the whole process creation process does not need the support of skilled professional skills, and professional requirements on process creation personnel are reduced. The related set function units can be called through the setting of the first attribute information, link tasks are realized, programming of each link task is not needed, the efficiency of flow creation is improved, and time consumption and the error rate are reduced.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
Fig. 1 is a schematic flow chart diagram of a flow creation method provided in an embodiment of the present invention;
FIG. 2 is a functional diagram of a process implementation provided by another embodiment of the present invention;
fig. 3 is a block diagram of a flow creation apparatus according to another embodiment of the present invention;
fig. 4 is a schematic physical structure diagram of an electronic device according to another embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment provides a flow creation method, which can be implemented by a terminal or a server. Fig. 1 is a schematic flow diagram of a flow creating method provided in this embodiment, and referring to fig. 1, the flow creating method includes:
step 101: setting preset link graphs to obtain at least one set link graph;
step 102: connecting at least one set link graph through a flow graph to obtain a created flow chart, and taking the flow shown by the flow chart as the flow created by the user;
setting link tasks corresponding to the link graphs through the first attribute information of each link graph; the first attribute information includes at least one of: link names, link calling lists, link calling setting function units, link setting handlers and link calling event monitoring functions;
and representing the execution sequence of each link task by a flow diagram of the connection link diagram.
Link graphics representing "start" and "end" are also included.
In order to enable a user to customize a business process (workflow) in a simple manner, like playing a block, the present embodiment provides at least one link graphic and a flow graphic. Each link graph can set different link tasks through the first attribute information. For example, when the setting function units called by the link graphics are different, the link tasks corresponding to the link graphics are also different.
And connecting the link graphs through the flow graph, and further associating the execution sequence of the link tasks corresponding to the link graphs. That is, each link task is arranged in sequence in the whole process according to the sequence indicated by the flow diagram.
The embodiment provides a process creation method, which creates a process diagram through a preset link graph and a flow direction graph, sets first attribute information of the link graph through the link graph to obtain link graphs representing different link tasks, and connects the link graphs through the flow direction graph to form the whole process. The process creation process only needs to set the link task through the first attribute information of the link graph, and then connects the link graphs through the flow direction graph to form a complete process, the whole process creation process does not need the support of skilled professional skills, and professional requirements on process creation personnel are reduced. The related set function units can be called through the setting of the first attribute information, link tasks are realized, programming of each link task is not needed, the efficiency of flow creation is improved, and time consumption and the error rate are reduced.
Further, on the basis of the above embodiment, the method further includes:
creating a form through a preset form item and a data item so as to call a link task represented by a link graph;
setting item content corresponding to the form items through the second attribute information of each form item; the second attribute information includes at least one of: form basic information, form detail filling, form associated content and form copy;
the data items are used to provide selectable values for any range of values.
The form basic information at least comprises a form name and a prompt person. The form detail filling includes specific numerical values related to a certain item, for example, specific numerical values of reimbursement amount. The form-associated content may provide links associated with the form, such as a basis for filling out an amount of reimbursement in the form, and the like. The form attachments at least comprise files related to the form content or attachments needing to be called by a certain form item in the form (wherein, the uploading attribute supports dragging file uploading and bulk file uploading).
The method further comprises the step of setting a form checking option for the created form, wherein the form checking option can be any one of the following options: fill by necessity, read only, disable, default opt-in, etc.
The form item set by the second attribute information will appear in the form as a part of the content of the form, for example, a form item in which some second attribute information is the form basic information is added to the form, for example, the form item is the form name, and the form item will be displayed at the head position of the form. Adding a certain second attribute information to the reimbursement amount in the form detail filling, namely, adding a data item after the form item, and setting an upper limit of the reimbursement amount in the data item.
It is understood that any form of data can be designed for the form through the data items, for example, if the form item is a "date" in "form detail filling", a numerical range corresponding to the date can be set through the data items, so that the user can realize selective input of the date through the set data items. It can be seen that any fields required by the user, such as a text class, a selection class, and a date class, can be combined through the form items and the data items of the form; special fields include descriptive text, upload attachments, forms, members, data associations, and the like. For example, various personalization fields are set: pedometer, rich text, range time/date, cascade pull down, etc.
The form items and the data items are provided in the embodiment, the form required by the user can be set through the form items and the data items, the user does not need to obtain the form required by the process through other ways, the setting of the form can be completed through the provided form items and the data items, the process is greatly simplified compared with the process of manually making the form, and the form making efficiency is improved.
Further, the created form also provides at least one of the following functions:
form fields are divided as required: dividing the form into modules, wherein data items of each module are different;
layout positioning of the form items can be defined: defining the layout positioning of the list items according to the column width and the column height;
and (4) self-defining an adding option: the user can customize options in the list items of the selection attributes such as a drop-down list, a single selection, a check and the like, and option values from a third party can also be added;
and (3) form distribution: different forms are sent to the approval/processing roles defined by the user according to different links, and the forms are flexibly configured and used;
support for third party form embedding: a third party URL may be filled in to display a third party form/web page in an embedded manner.
Further, on the basis of the above embodiments, the link graph further provides a first option for adding new first attribute information and an option for deleting any existing first attribute information;
and/or the form item also provides a second option for adding new second attribute information and an option for deleting any existing second attribute information.
In the embodiment, the user can add the link graph representing the new link task through the first option, and the user can delete the existing first attribute information, so that a way of self-defining the link graph is provided, and the flexibility of creating the flow chart is improved.
And a new form item can be added through the second option, and meanwhile, the user can delete the existing second attribute information, so that a way for editing the form item in the form creation process is provided, and the flexibility of the form creation process is improved.
In the embodiment, a way for editing link graphs and/or editing form items is provided, the expandability of flow creation and form creation is increased, and the flexibility is improved.
Further, on the basis of the above embodiments, the link graph further provides a first right distribution option, so as to set a first right distributor through the first right distribution option; the first right item is distributed to personnel with visible execution states of the link tasks corresponding to the link graphs;
and/or after any form is created, providing a second right distribution option for setting a second right distributor for any form, so as to set a person with at least any one of the following rights for any form through the second right distribution option: readable, editable and downloadable.
Specifically, the progress of the link task corresponding to the link graph, the called form, and the like are visible to the first right assigner. Similarly, a person who has any right of "readable, editable, and downloadable" may be set for the form.
In the embodiment, a function of setting the right item for the link task and the form is provided, and personalized right item setting can be performed for the link task or the form based on the function, so that the safety in the process of executing the process is ensured.
Further, on the basis of the foregoing embodiments, the function executed by the setting function unit called by the link includes at least one of the following functions: sending a message to at least one processor set by the link, sending a form called by the link to at least one processor set by the link, sending set trigger information to a set instrument and meter, and copying at least one processor set by the link when sending an email;
the event monitoring function called by the link executes the following functions: and judging whether a first event which is started to be executed by the setting function unit called by the trigger link is monitored or not, and judging whether a second event which is finished to be executed by the setting function unit called by the link is monitored or not.
The function unit is set to be a preset function module for executing a specific function, for example, a function of sending a mail, a function of sending trigger information for performing self-test to the instrument and meter, and the like. And each link graph realizes different link tasks by calling the functional modules.
The event monitoring function is generally used to trigger the next link to start executing or trigger a certain function in the current link to start executing.
In this embodiment, the automatic execution of the flow task is realized by calling the setting function unit and the event monitoring function.
Further, on the basis of the above embodiments, the method further includes:
storing the flow chart and the first attribute information set for each link graph to a preset database and/or a cloud end;
and/or storing the created form to the database and/or cloud;
and/or after the link task corresponding to any link graph is executed, storing a log generated in the graph execution process of any link into the database and/or the cloud;
and/or storing the work order generated according to the filled form into the database and/or the cloud after the execution of the link task corresponding to any link graph is finished.
In order to make the process of creating the flow and the process of executing the flow traceably follow, in the scheme provided by this embodiment, both the step of creating the flow and the step of executing the flow are stored in the database and/or the cloud, so as to provide the data that the user needs to query through the database and/or the cloud.
Specifically, for the design of the flow, a user can customize the flow of the flow according to the service, and in the process of customizing the flow, at least the following functions can be provided through the link graph and the flow graph in the embodiment:
providing a branch
Different process nodes can be set;
different nodes are configured with different responsible persons/groups;
an operation log, which records each step of operation and can be traced;
permission distribution, wherein each field, form and attribute can be visible according to person distribution;
and (5) copying.
Further, on the basis of the foregoing embodiments, after the step of connecting at least one set link graph by the flow graph to obtain the created flowchart, the method further includes:
in the process of executing the link task corresponding to the link graph according to the flow direction graph in the flow chart, for the link task corresponding to any link graph, if any link cannot be transferred to the next link of any link because a processor set by any link is not processed, the link task corresponding to any link is displayed in a to-do list corresponding to the processor set by any link.
Specifically, for each person related to the flow (for example, a person who needs to approve a work order (generated after filling a form) in the flow), several items for managing the flow execution state of the user, such as "my pending", "my already done", "i created", and "copy to my", may be set. So that the personnel related to each process can know the completed matters and the not completed matters in a certain process through the related items.
Further, the method also comprises the function of exporting the work order and/or printing the work order (namely importing and exporting: online and offline). Wherein the data printing specifically provides a print function print record.
The method also comprises the function of providing any link task for importing any file into the process.
In the embodiment, the user defines the report form to enable the service to be visual, and the dashboard display is carried out on the davinci, so that a more direct mode monitoring is provided.
In addition, the embodiment also provides a function of sending a notification to the work order processor, the notification mode is flexibly connected, and the sent notification can be an in-station notification.
Fig. 2 is a functional diagram of the process implementation provided in this embodiment, and referring to fig. 2, a user may create a complete process through a link graph and a flow graph provided by a process definition engine, and a form item and a data item provided by a form engine. When a user fills in a certain form, the filled form is used as a work order, and the work order engine stores the work order so as to send the work order to a processor needing to check the work order for processing. The circulation core engine is used for being responsible for executing all links in the process in sequence and ensuring that the whole process is executed in sequence. When a certain link is executed and related personnel need to be notified, a corresponding notification message can be sent out (for example, by means of short messages, mails, nails and the like). In addition, the execution process of the process can store the related log or data in a database or cloud end to provide data for subsequent query.
Fig. 3 is a block diagram of a flow creation apparatus provided in this embodiment, and referring to fig. 3, the flow creation apparatus includes a setting module 301 and a creation module 302, wherein,
a setting module 301, configured to set a preset link graph to obtain at least one set link graph;
a creating module 302, configured to connect at least one set link graph through a flow graph to obtain a created flow chart, where a flow represented by the flow chart is used as a flow created by a user;
setting link tasks corresponding to the link graphs through the first attribute information of each link graph; the first attribute information includes at least one of: link names, link calling lists, link calling setting function units, link setting handlers and link calling event monitoring functions;
and representing the execution sequence of each link task by a flow diagram of the connection link diagram.
The process creation apparatus provided in this embodiment is suitable for the process creation methods provided in the foregoing embodiments, and details are not described here.
The embodiment provides a flow creation device, which creates a flow diagram through a preset link graph and a flow direction graph, sets first attribute information of the link graph through the link graph to obtain link graphs representing different link tasks, and connects the link graphs through the flow direction graph to form the whole flow. The process creation process only needs to set the link task through the first attribute information of the link graph, and then connects the link graphs through the flow direction graph to form a complete process, the whole process creation process does not need the support of skilled professional skills, and professional requirements on process creation personnel are reduced. The related set function units can be called through the setting of the first attribute information, link tasks are realized, programming of each link task is not needed, the efficiency of flow creation is improved, and time consumption and the error rate are reduced.
Optionally, the method further comprises:
creating a form through a preset form item and a data item so as to call a link task represented by a link graph;
setting item content corresponding to the form items through the second attribute information of each form item; the second attribute information includes at least one of: form basic information, form detail filling, form associated content and form attachments;
the data items are used to provide selectable values for any range of values.
Optionally, the link graph further provides a first option for adding new first attribute information and an option for deleting any existing first attribute information;
and/or the form item also provides a second option for adding new second attribute information and an option for deleting any existing second attribute information.
Optionally, the link graph further provides a first right distribution option, so as to set a first right distributor through the first right distribution option; the first right item is distributed to personnel with visible execution states of the link tasks corresponding to the link graphs;
and/or after any form is created, providing a second right distribution option for setting a second right distributor for any form, so as to set a person with at least any one of the following rights for any form through the second right distribution option: readable, editable and downloadable.
Optionally, the function executed by the setting function unit called by the link includes at least one of the following: sending a message to at least one processor set by the link, sending a form called by the link to at least one processor set by the link, sending set trigger information to a set instrument and meter, and copying at least one processor set by the link when sending an email;
the event monitoring function called by the link executes the following functions: and judging whether a first event which is started to be executed by the setting function unit called by the trigger link is monitored or not, and judging whether a second event which is finished to be executed by the setting function unit called by the link is monitored or not.
Optionally, the method further comprises:
storing the flow chart and the first attribute information set for each link graph to a preset database and/or a cloud end;
and/or storing the created form to the database and/or cloud;
and/or after the link task corresponding to any link graph is executed, storing a log generated in the graph execution process of any link into the database and/or the cloud;
and/or storing the work order generated according to the filled form into the database and/or the cloud after the execution of the link task corresponding to any link graph is finished.
Optionally, after the step of connecting at least one set link graph through the flow graph to obtain the created flow chart, the method further includes:
in the process of executing the link task corresponding to the link graph according to the flow direction graph in the flow chart, for the link task corresponding to any link graph, if any link cannot be transferred to the next link of any link because a processor set by any link is not processed, the link task corresponding to any link is displayed in a to-do list corresponding to the processor set by any link.
Fig. 4 illustrates a physical structure diagram of an electronic device, which may include, as shown in fig. 4: a processor (processor)401, a communication Interface (communication Interface)402, a memory (memory)403 and a communication bus 404, wherein the processor 401, the communication Interface 402 and the memory 403 complete communication with each other through the communication bus 404. Processor 401 may call logic instructions in memory 403 to perform the following method: setting preset link graphs to obtain at least one set link graph; connecting at least one set link graph through a flow graph to obtain a created flow chart, and taking the flow shown by the flow chart as a flow created by a user; setting link tasks corresponding to the link graphs through the first attribute information of each link graph; the first attribute information includes at least one of: link names, link calling lists, link calling setting function units, link setting handlers and link calling event monitoring functions; and representing the execution sequence of each link task by a flow diagram of the connection link diagram.
In addition, the logic instructions in the memory 403 may be implemented in the form of software functional units and stored in a computer readable storage medium when the software functional units are sold or used as independent products. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
Further, an embodiment of the present invention discloses a computer program product, the computer program product comprising a computer program stored on a non-transitory readable storage medium, the computer program comprising program instructions, which when executed by a computer, the computer is capable of performing the method provided by the above-mentioned method embodiments, for example, including: setting preset link graphs to obtain at least one set link graph; connecting at least one set link graph through a flow graph to obtain a created flow chart, and taking the flow shown by the flow chart as a flow created by a user; setting link tasks corresponding to the link graphs through the first attribute information of each link graph; the first attribute information includes at least one of: link names, link calling lists, link calling setting function units, link setting handlers and link calling event monitoring functions; and representing the execution sequence of each link task by a flow diagram of the connection link diagram.
In another aspect, an embodiment of the present invention further provides a non-transitory readable storage medium, on which a computer program is stored, where the computer program is implemented to perform the transmission method provided in the foregoing embodiments when executed by a processor, for example, the method includes: setting preset link graphs to obtain at least one set link graph; connecting at least one set link graph through a flow graph to obtain a created flow chart, and taking the flow shown by the flow chart as a flow created by a user; setting link tasks corresponding to the link graphs through the first attribute information of each link graph; the first attribute information includes at least one of: link names, link calling lists, link calling setting function units, link setting handlers and link calling event monitoring functions; and representing the execution sequence of each link task by a flow diagram of the connection link diagram.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding, the above technical solutions may be embodied in the form of a software product, which may be stored in a readable storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (9)

1. A process creation method, comprising:
setting preset link graphs to obtain at least one set link graph;
connecting at least one set link graph through a flow graph to obtain a created flow chart, and taking the flow shown by the flow chart as a flow created by a user;
setting link tasks corresponding to the link graphs through the first attribute information of each link graph; the first attribute information includes at least one of: link names, link calling lists, link calling setting function units, link setting handlers and link calling event monitoring functions;
representing the execution sequence of each link task through a flow direction graph of a connection link graph;
wherein, after the step of connecting at least one set link graph through the flow graph to obtain the created flow chart, the method further comprises the following steps:
in the process of executing the link task corresponding to the link graph according to the flow direction graph in the flow chart, for the link task corresponding to any link graph, if any link cannot be transferred to the next link of any link because a processor set by any link is not processed, the link task corresponding to any link is displayed in a to-do list corresponding to the processor set by any link.
2. The process creation method according to claim 1, further comprising:
creating a form through a preset form item and a data item so as to call a link task represented by a link graph;
setting item content corresponding to the form items through the second attribute information of each form item; the second attribute information includes at least one of: form basic information, form detail filling, form associated content and form attachments;
the data items are used to provide selectable values for any range of values.
3. The flow creation method according to claim 2,
the link graph also provides a first option for adding new first attribute information and an option for deleting any existing first attribute information;
and/or the form item also provides a second option for adding new second attribute information and an option for deleting any existing second attribute information.
4. The flow creation method according to claim 2,
the link graph also provides a first right distribution option so as to set a first right distributor through the first right distribution option; the first right item is distributed to personnel with visible execution states of the link tasks corresponding to the link graphs;
and/or after any form is created, providing a second right distribution option for setting a second right distributor for any form, so as to set a person with at least any one of the following rights for any form through the second right distribution option: readable, editable and downloadable.
5. The flow creation method according to claim 1,
the function executed by the setting function unit called by the link comprises at least one of the following functions: sending a message to at least one processor set by the link, sending a form called by the link to at least one processor set by the link, sending set trigger information to a set instrument and meter, and copying at least one processor set by the link when sending an email;
the event monitoring function called by the link executes the following functions: and judging whether a first event which is started to be executed by the setting function unit called by the trigger link is monitored or not, and judging whether a second event which is finished to be executed by the setting function unit called by the link is monitored or not.
6. The process creation method according to claim 2, further comprising:
storing the flow chart and the first attribute information set for each link graph to a preset database and/or a cloud end;
and/or storing the created form to the database and/or cloud;
and/or after the link task corresponding to any link graph is executed, storing a log generated in the graph execution process of any link into the database and/or the cloud;
and/or storing the work order generated according to the filled form into the database and/or the cloud after the execution of the link task corresponding to any link graph is finished.
7. A flow creation apparatus, comprising:
the setting module is used for setting the preset link graphs to obtain at least one set link graph;
the creating module is used for connecting at least one set link graph through a flow graph to obtain a created flow chart, and the flow shown by the flow chart is used as a flow created by a user;
setting link tasks corresponding to the link graphs through the first attribute information of each link graph; the first attribute information includes at least one of: link names, link calling lists, link calling setting function units, link setting handlers and link calling event monitoring functions;
representing the execution sequence of each link task through a flow direction graph of a connection link graph;
wherein, after the step of connecting at least one set link graph through the flow graph to obtain the created flow chart, the method further comprises the following steps:
in the process of executing the link task corresponding to the link graph according to the flow direction graph in the flow chart, for the link task corresponding to any link graph, if any link cannot be transferred to the next link of any link because a processor set by any link is not processed, the link task corresponding to any link is displayed in a to-do list corresponding to the processor set by any link.
8. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the steps of the process creation method according to any one of claims 1 to 6 are implemented when the program is executed by the processor.
9. A non-transitory readable storage medium having stored thereon a computer program, wherein the computer program, when executed by a processor, implements the steps of the process creation method of any one of claims 1 to 6.
CN202011259761.0A 2020-11-12 2020-11-12 Flow creation method and device, electronic equipment and storage medium Pending CN112099783A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011259761.0A CN112099783A (en) 2020-11-12 2020-11-12 Flow creation method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011259761.0A CN112099783A (en) 2020-11-12 2020-11-12 Flow creation method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112099783A true CN112099783A (en) 2020-12-18

Family

ID=73785239

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011259761.0A Pending CN112099783A (en) 2020-11-12 2020-11-12 Flow creation method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112099783A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113256095A (en) * 2021-05-17 2021-08-13 广州嘉为科技有限公司 Draggable configured agile flow service construction method, system, device and medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101082970A (en) * 2007-07-05 2007-12-05 山东浪潮齐鲁软件产业股份有限公司 Method for realizing government affairs examination and approval workflow engines system
US20090059946A1 (en) * 2007-09-04 2009-03-05 Yoshihito Iba Method for Selective Backward Routing in a Workflow System
CN102496088A (en) * 2011-12-14 2012-06-13 河北省电力公司通信中心 Method for improving executive force of power communication overhaul core flow
CN106934591A (en) * 2017-01-24 2017-07-07 北京元心科技有限公司 Workflow flow path extracting method and system
CN107608742A (en) * 2017-10-12 2018-01-19 南京中新赛克科技有限责任公司 Operator method for scheduling task in a kind of self-service analysis mining instrument

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101082970A (en) * 2007-07-05 2007-12-05 山东浪潮齐鲁软件产业股份有限公司 Method for realizing government affairs examination and approval workflow engines system
US20090059946A1 (en) * 2007-09-04 2009-03-05 Yoshihito Iba Method for Selective Backward Routing in a Workflow System
CN102496088A (en) * 2011-12-14 2012-06-13 河北省电力公司通信中心 Method for improving executive force of power communication overhaul core flow
CN106934591A (en) * 2017-01-24 2017-07-07 北京元心科技有限公司 Workflow flow path extracting method and system
CN107608742A (en) * 2017-10-12 2018-01-19 南京中新赛克科技有限责任公司 Operator method for scheduling task in a kind of self-service analysis mining instrument

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113256095A (en) * 2021-05-17 2021-08-13 广州嘉为科技有限公司 Draggable configured agile flow service construction method, system, device and medium
CN113256095B (en) * 2021-05-17 2024-04-26 广州嘉为科技有限公司 Draggable configuration agile flow service construction method, system, equipment and medium

Similar Documents

Publication Publication Date Title
US11823135B2 (en) Enterprise message management system and method
CN101101649B (en) Method and system for managing data in a workflow process
JP6140147B2 (en) Method, computer-readable storage medium, and system for automatically summarizing changes to documents into electronic messages
CN100498695C (en) Workflow schedule authoring tool
CN102696036B (en) Confirm streamline
US20160055079A1 (en) Software application lifecycle management
US8655856B2 (en) Method and apparatus for policy distribution
CN109587280A (en) A kind of Business Process Management method and device
CN115686487A (en) Business logic arrangement method and device, electronic equipment and storage medium
CN115993966A (en) Application development system and method
CN110231936A (en) A kind of application method of mobile terminal flow engine frame and mobile terminal flow engine
CN112099783A (en) Flow creation method and device, electronic equipment and storage medium
US10140590B2 (en) Data approval system and method
CN115170048A (en) Workflow implementation method, system, and medium based on model and rule
US20130080883A1 (en) Patent Specification Development
US20150220882A1 (en) Asset creation and utilization using an asset creation tool
US11514491B2 (en) Multi-format electronic invoicing system
US10861032B2 (en) Data validation and digestible content object generation
US20160086114A1 (en) Service-based consulting framework
CN112862399A (en) Method, device and equipment for changing material list table and storage medium
KR102567118B1 (en) System for managing simple approval requests using email and the operating method thereof
US10838714B2 (en) Applying packages to configure software stacks
CN113553262B (en) Code auditing method and device, electronic equipment and storage medium
CN111414151B (en) Page generation method and device for process application, electronic equipment and storage medium
US20230034999A1 (en) Customizable event management in computing systems

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20201218

RJ01 Rejection of invention patent application after publication