CN114047975A - Extensible scheme configuration system and method based on expression workflow - Google Patents

Extensible scheme configuration system and method based on expression workflow Download PDF

Info

Publication number
CN114047975A
CN114047975A CN202111352068.2A CN202111352068A CN114047975A CN 114047975 A CN114047975 A CN 114047975A CN 202111352068 A CN202111352068 A CN 202111352068A CN 114047975 A CN114047975 A CN 114047975A
Authority
CN
China
Prior art keywords
scheme
workflow
key
node
review
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
CN202111352068.2A
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.)
Chaozhou Zhuoshu Big Data Industry Development Co Ltd
Original Assignee
Chaozhou Zhuoshu Big Data Industry Development 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 Chaozhou Zhuoshu Big Data Industry Development Co Ltd filed Critical Chaozhou Zhuoshu Big Data Industry Development Co Ltd
Priority to CN202111352068.2A priority Critical patent/CN114047975A/en
Publication of CN114047975A publication Critical patent/CN114047975A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • 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)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • General Physics & Mathematics (AREA)
  • Operations Research (AREA)
  • Tourism & Hospitality (AREA)
  • Quality & Reliability (AREA)
  • General Business, Economics & Management (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides an extensible scheme configuration system and method based on an expression workflow, which belong to the technical field of computers. If the personalized requirements do not exist, the default setting is read, and the process dragging and generating operation is simplified. In order to better perform the operations of adding, deleting, modifying and checking the scheme table on the page, a dictionary table is set, the keys of the schemes in the scheme table are subjected to expansion analysis, and finally data similar to the form is generated to be displayed at the front end.

Description

Extensible scheme configuration system and method based on expression workflow
Technical Field
The invention relates to the technical field of computers, in particular to an extensible scheme configuration system and method based on expression workflow.
Background
Workflow (Workflow) is an abstract and general description of the Workflow and its business rules between its various operational steps. Workflow modeling, i.e., the logic and rules that organize how the work in a workflow is together, is expressed in a computer in an appropriate model and computed. The main problems to be solved by the workflow are: to achieve a business goal, a computer is used to automatically transfer documents, information, or tasks between multiple participants according to some predetermined rule. The workflow comprises elements such as a flow, nodes and steering rules, the traditional workflow is combined with a form engine, corresponding nodes are generated through the form engine, and form data are stored in json objects, so that the development amount is reduced. However, the requirement on the professional skills of users is high correspondingly, the dragging and generating steps of each process node are complicated, and the learning cost is high.
Disclosure of Invention
In order to solve the technical problems, the invention provides an extensible scheme configuration system based on an expression workflow, which solves the problem that each node cannot dynamically configure conventional variables when the workflow function is realized.
The technical scheme of the invention is as follows:
the present invention provides an extensible scheme configuration system based on expression workflows,
the method comprises the following steps: 1) scheme table, 2) scheme table, 3) front end
Wherein the content of the first and second substances,
1) each scheme corresponds to a json object, configurable variables corresponding to workflow id and each node in the workflow and corresponding to the workflow are stored in the json in the form of key and value;
2) the method comprises the steps that when a json object corresponding to a scheme is analyzed in a background, data filling is carried out through keys in json according to dictionary configuration, and a form data format is formed and returned to a front end;
3) and the front end generates a scheme configuration page according to the form data transmitted back by the background.
Further, in the above-mentioned case,
any node sets its key to key1, and its corresponding value is a new json object, storing configurable variables.
In a still further aspect of the present invention,
the dictionary configuration is to fill keys in json objects.
Setting any key in the scheme table as period, and configuring corresponding data in the dictionary table as period (key) -node-time limit review (title) -text (type); review (key) -variable-review (title) -input (type).
The invention also provides an extensible scheme configuration method based on the expression workflow, which comprises the steps of establishing a scheme table on the basis of the function of the workflow, configuring a scheme corresponding to each flow, and recording personalized variables in the scheme; if the personalized requirements do not exist, reading default settings;
and setting a dictionary table, performing extended analysis on the key of the scheme in the scheme table, and finally generating the data of the form for display.
Further, in the above-mentioned case,
and separating the scheme configuration of the node from the workflow based on the expression workflow.
Each node in the workflow is preset, and the turning rule among the nodes is realized through a custom formula.
Further, in the above-mentioned case,
the storage content in the scheme table is stored in the form of key and value;
the time limit review node can set the key to be period, the corresponding value of the time limit review node is a new json object, and configurable variables are stored.
In a still further aspect of the present invention,
the dictionary configuration is to fill keys in json objects.
Setting key in the scheme table as period, and configuring the inside of the dictionary table as period (key) -node-time limit review (title) -text (type); review (key) -variable-review (title) -input (type).
The invention decouples the workflow engine and the form engine in the traditional development. The personalized configuration of the nodes and the turning rules of the node circulation of the whole process are not interfered with each other. Personalized configuration of the nodes is not performed, i.e. default configuration is taken.
The scheme table is associated with the processes, and realizes the personalized requirements of each process.
The dictionary table is associated with keys inside the scheme table and is generic.
The invention has the advantages that
An extensible configuration scheme is provided for a workflow engine which is realized by a simplified workflow representation and calculation method based on expressions.
The workload caused by the increase of new nodes or new variables is reduced, and the configuration is only needed in the dictionary table, so that the node can be provided for operators to use.
The nodes in the workflow can be additionally arranged in a matched mode, the universality of the nodes is achieved, if the nodes are not configured, default configuration is carried out, and the usability of the system is improved.
Drawings
FIG. 1 is a schematic workflow diagram of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer and more complete, the technical solutions in the embodiments of the present invention will be 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, and based on the embodiments of the present invention, all other embodiments obtained by a person of ordinary skill in the art without creative efforts belong to the scope of the present invention.
The present invention provides an expression-based workflow implementation, but is decoupled therefrom. On the basis of the function of the workflow, a scheme table is created, a scheme corresponding to each process is configured for each process, and personalized variables are recorded in the scheme. If the personalized requirements do not exist, the default setting is read, and the process dragging and generating operation is simplified. In order to better perform the operations of adding, deleting, modifying and checking the scheme table on the page, a dictionary table is set, the keys of the schemes in the scheme table are subjected to expansion analysis, and finally data similar to the form is generated to be displayed at the front end.
1. Scheme table
And formulating a scheme table, wherein each scheme corresponds to a json object, and configurable variables corresponding to workflow id and each node in the workflow and corresponding to the schemes are stored in the json in the form of key and value. Such as: the project period review node can set its key as period, its corresponding value is a new json object, and stores configurable variables, such as review number (review), review role limit (role), and the like.
2. Dictionary table
And when the json object corresponding to the scheme is analyzed in the background, data filling is carried out through keys in json according to dictionary configuration, and a form-like data format is formed and returned to the front end.
The dictionary configuration is mainly to fill keys in json objects. For example, period exemplified in the technical solution "a, a solution table", a dictionary table may be configured as period (key) -node (node) -time limit review (title) -text (type); review (key) -variable (variable) -input (type)
3. Front end
And the front end generates a scheme configuration page according to the form data transmitted back by the background.
The invention relates to a method for performing extensible configuration on nodes in a workflow. The user only needs to know the implementation function of each node, and only needs to care about the steering rule to realize the process conversion between the nodes, and the additional configuration can be realized in a scheme configuration system matched with the nodes.
The above description is only a preferred embodiment of the present invention, and is only used to illustrate the technical solutions of the present invention, and not to limit the protection scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.

Claims (9)

1. An expression workflow based extensible schema configuration system characterized in that,
the method comprises the following steps: 1) scheme table, 2) dictionary table, 3) front end
Wherein the content of the first and second substances,
1) each scheme corresponds to a json object, configurable variables corresponding to workflow id and each node in the workflow and corresponding to the workflow are stored in the json in the form of key and value;
2) the method comprises the steps that when a json object corresponding to a scheme is analyzed in a background, data filling is carried out through keys in json according to dictionary configuration, and a form data format is formed and returned to a front end;
3) and the front end generates a scheme configuration page according to the form data transmitted back by the background.
2. The system of claim 1,
any node sets its key to key1, and its corresponding value is a new json object, storing configurable variables.
3. The system of claim 1,
the dictionary configuration is to fill keys in json objects.
4. The system of claim 3,
setting key in the scheme table as period, and configuring the inside of the dictionary table as period (key) -node-time limit review (title) -text (type); review (key) -variable-review (title) -input (type).
5. A method for configuring extensible schema based on expression workflow,
on the basis of the function of the workflow, creating a scheme table, configuring a scheme corresponding to each process for each process, and recording personalized variables in the scheme; if the personalized requirements do not exist, reading default settings;
and setting a dictionary table, performing extended analysis on the key of the scheme in the scheme table, and finally generating the data of the form for display.
6. The method of claim 5,
and separating the scheme configuration of the node from the workflow based on the expression workflow.
7. The method of claim 5,
each node in the workflow is preset, and the turning rule among the nodes is realized through a custom formula.
8. The method of claim 5,
the storage content in the scheme table is stored in the form of key and value;
the time limit review node can set the key to be period, the corresponding value of the time limit review node is a new json object, and configurable variables are stored.
9. The method of claim 8,
the dictionary configuration is to fill keys in json objects;
setting any key in the scheme table as period, and configuring corresponding data in the dictionary table as period (key) -node-time limit review (title) -text (type); review (key) -variable-review (title) -input (type).
CN202111352068.2A 2021-11-16 2021-11-16 Extensible scheme configuration system and method based on expression workflow Pending CN114047975A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111352068.2A CN114047975A (en) 2021-11-16 2021-11-16 Extensible scheme configuration system and method based on expression workflow

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111352068.2A CN114047975A (en) 2021-11-16 2021-11-16 Extensible scheme configuration system and method based on expression workflow

Publications (1)

Publication Number Publication Date
CN114047975A true CN114047975A (en) 2022-02-15

Family

ID=80209761

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111352068.2A Pending CN114047975A (en) 2021-11-16 2021-11-16 Extensible scheme configuration system and method based on expression workflow

Country Status (1)

Country Link
CN (1) CN114047975A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114968405A (en) * 2022-05-25 2022-08-30 山东国子软件股份有限公司 User-defined workflow engine configuration system and method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113051269A (en) * 2021-03-22 2021-06-29 中国工商银行股份有限公司 Form configuration method and device
CN113419994A (en) * 2021-07-21 2021-09-21 北京优奥创思科技发展有限公司 Automatic rapid comparison system and method for big data of multiple identity fields

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113051269A (en) * 2021-03-22 2021-06-29 中国工商银行股份有限公司 Form configuration method and device
CN113419994A (en) * 2021-07-21 2021-09-21 北京优奥创思科技发展有限公司 Automatic rapid comparison system and method for big data of multiple identity fields

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114968405A (en) * 2022-05-25 2022-08-30 山东国子软件股份有限公司 User-defined workflow engine configuration system and method
CN114968405B (en) * 2022-05-25 2024-06-04 山东国子软件股份有限公司 Custom workflow engine configuration system and method

Similar Documents

Publication Publication Date Title
US10565404B2 (en) Autodetection of types and patterns
Carmel Global software teams: collaborating across borders and time zones
US10515145B2 (en) Parameterizing and working with math equations in a spreadsheet application
Edhlund Nvivo 9 essentials
CN108292295B (en) Parameterization and processing of mathematical equations in spreadsheet applications
US20160110313A1 (en) System and method of content creation, versioning and publishing
KR20080005500A (en) Transforming business models
CN112015412A (en) Device and method for generating business model based on form engine
KR20110044853A (en) Automatic user interface generation for entity interaction
CN103109264A (en) Creating a configuration file template
Smithies et al. Humans in the Loop: Epistemology and method in King's digital lab
US20070136352A1 (en) Reporting row structure
US20090248740A1 (en) Database form and report creation and reuse
CN114047975A (en) Extensible scheme configuration system and method based on expression workflow
CN111026756A (en) Method for dynamically generating form and associated query
CN110688109A (en) Model editing system and creation method thereof
CN104182226A (en) General mobile information system adaptation method and device
WO1999009492A1 (en) A computerised method of compiling reports
JP4959501B2 (en) Information processing apparatus, information processing method, and program
US20170124051A1 (en) Extensibility of compound data objects
JP2001043264A (en) Job system
JP2016115022A (en) Information processing apparatus, information processing method, and program
JP2006221616A (en) Information processing device, file data merging method, and file naming method
JP4090066B2 (en) Formatted document creation system
JP4245843B2 (en) Formatted document creation system and method, and computer program

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: 20220215