CN109542556B - Method and system for interaction between process and form based on Activiti - Google Patents

Method and system for interaction between process and form based on Activiti Download PDF

Info

Publication number
CN109542556B
CN109542556B CN201811276950.1A CN201811276950A CN109542556B CN 109542556 B CN109542556 B CN 109542556B CN 201811276950 A CN201811276950 A CN 201811276950A CN 109542556 B CN109542556 B CN 109542556B
Authority
CN
China
Prior art keywords
flow
variable
activiti
variables
rule
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201811276950.1A
Other languages
Chinese (zh)
Other versions
CN109542556A (en
Inventor
刘玉成
李文帅
贺承明
陈金活
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhuhai Vicson Technology Co ltd
Original Assignee
Zhuhai Vicson Technology 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 Zhuhai Vicson Technology Co ltd filed Critical Zhuhai Vicson Technology Co ltd
Priority to CN201811276950.1A priority Critical patent/CN109542556B/en
Publication of CN109542556A publication Critical patent/CN109542556A/en
Application granted granted Critical
Publication of CN109542556B publication Critical patent/CN109542556B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Human Computer Interaction (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The technical scheme of the invention comprises a method and a system for interaction between a process and a form based on Activiti, which are used for realizing the following steps: creating and deploying a flow model; starting a process and generating a process instance, and acquiring process variable values of one or more nodes of the process instance based on a process variable rule; and after the task is finished, transmitting the flow variables and the corresponding numerical values thereof to the current and/or future running flows through the interactive interface so as to control the flow direction of the current and/or future running flows or the task performer. The invention has the beneficial effects that: the implementation of the Activiti workflow is more thoroughly separated from various services of the service system, and the upgrading and replacement of the Activiti workflow software are very easy; the business module can be independently developed, deployed and managed in a centralized mode, and loose coupling between the business module and the workflow module is achieved; the method can realize complex and flexible flow definition, form UI control and business logic execution under various scenes.

Description

Method and system for interaction between process and form based on Activiti
Technical Field
The invention relates to a method and a system for interaction between a process and a form based on Activiti, and belongs to the field of computers.
Background
The Activiti project is a current popular Apache license-based, free and open-source business process engine, is a new Apache license-based open-source BPM platform, is constructed from the base, aims to provide and support a new BPMN2.0 standard, comprises a support Object Management Group (OMG), and provides technical implementation in the face of new technology opportunities, such as interoperability and cloud architecture.
The comparison document in the prior art discloses "a method and a system for separating a business event from a process based on activiti" (patent application No. CN201710178569.0), which refers to a method for separating a business event from a process based on activiti, the method comprising: structuring the data of the activiti operation nodes, and configuring the data into a database to generate different forms; and analyzing XML data of the business process, and writing the analyzed configuration data into the form generated in the step. The invention structures the operation node data in the database, forms a specific form by reading the structured data, analyzes the XML data of the business process and writes the XML data into the generated form, can realize the separation of business processing and the process, ensures that the business is separated from analyzing the flow route of the activiti self-defined XML in the processing process, avoids analyzing the XML data every time the business is processed, solves the problem of data confusion caused by analyzing the XML, also can avoid the problem of business transaction processing failure caused by abnormal process, and can realize the updating of the process by changing the configuration data.
The prior art has the following defects:
1) by adopting the scheme that the Activiti software can be independently deployed, the situation that a Lister monitor and an Event which are carried by the Activiti and are based on JAVA programming and are executed by embedding business logic into a workflow cannot be used is determined, even if the method is used, the separation of a flow and a specific business application program is not convenient, the coupling degree is too high, and the design concept of independent development and deployment of business modules, centralized management and loose coupling among modules is also violated;
2) the Activiti software is difficult to upgrade, and business logic related classes must be redeployed when the version of the Activiti software is upgraded each time;
3) the number of attributes of each node of the Activiti software is limited, so that rich data interaction and business logic operation control with a form business system are difficult to achieve;
4) the setting of the flow variable value is completely realized by depending on the programming of a form service system, and even if some functions can adopt scripts, the flow variable value is difficult for flow designers who do not know the programming;
5) the flow task events or various business logic only support synchronous calling and do not support asynchronous execution. If the service logic is complex, the performance and the user experience are poor under the condition of high concurrency;
6) when the process is edited online by the activiti-explorer, the description, default values and the like of process variables cannot be set; although the flow editor in the form of a plug-in under Eclipse can set default values of flow variables, at present, only activti V5.18 is supported, and newly added attributes and methods of new versions such as activti V5.22 cannot be supported.
Disclosure of Invention
The invention provides a method and a system for interaction between a process and a form based on Activiti, which provides information such as document attribute self-defined operation guidance, variables, methods and the like of the Activiti process and each artificial node thereof, wherein a UEL expression of the Activiti can be fully utilized; defining a method for acquiring a process variable value by utilizing an Activiti process variable naming rule; based on the above two points, the service system can uniformly process the page display and execution logic related to the flow by making the activti only take charge of the flow definition.
The technical scheme of the invention comprises a method for interacting a process and a form based on Activiti, which is characterized by comprising the following steps: s1, creating and deploying a process model, specifically including creating process variables of one or more corresponding nodes according to the process variable rule, deploying the model, and generating a process definition; s2, starting the process and generating a process instance, and acquiring process variable values of one or more nodes of the process instance based on the process variable rule; and S3, after the task is completed, transmitting the flow variables and the corresponding numerical values thereof to the current and/or future running flows through the interactive interface so as to control the current and/or future running flows to or the task performer.
According to the method for interacting the process and the form based on activti, step S1 specifically includes: the method is based on the operation guidance, the variables and the method of the activti process and the document attribute self-defining process model of each artificial node.
According to the method for interacting the process and the form based on the Activiti, the implementation mode is that the UEL expression of the Activiti is used for completing the user-defined operation description, the variable type and the operation method of the process model.
According to the method for interacting the process and the form based on the Activiti, the process variable rule includes one or more variable names which are named in a character string mode. According to the method for interacting the process and the form based on activti, step S2 specifically includes: acquiring document information of one or more nodes of a process instance when the process is started and the process instance is generated;
and analyzing the document information based on the process variable rule to obtain the process variable information of the process variable.
According to the method for interacting the process and the form based on activti, step S3 specifically includes: s31, confirming the operation description, the variable type and the operation method of the flow variable according to the flow variable information; s32, displaying operation guidance information on the interactive interface according to the obtained operation instruction; s33, executing corresponding operation according to the acquired variable type, if the variable type is a common variable, controlling the current state of the component through the variable on the interactive interface, and if the variable type is a process variable, calculating the quantity of the process variable through a variable definition rule; s34, executing the corresponding logic operation method according to the obtained operation method; s35, when the tasks of the steps S31-S35 are completed, the flow variables and values are transmitted to the process, so as to control the flow of the process or the subsequent task performers.
The technical scheme of the invention also comprises an activti-based process and form interaction system for executing any method, which comprises the following steps: the flow creation module is used for creating and deploying a flow model, specifically comprises creating flow variables of one or more corresponding nodes according to a flow variable rule, deploying the model and generating a flow definition; the flow analysis module is used for starting a flow, generating a flow instance and acquiring flow variable values of one or more nodes of the flow instance based on a flow variable rule; and the flow control module is used for transmitting flow variables and corresponding numerical values thereof to the current and/or future running flows through the interactive interface after the task is completed so as to control the current and/or future running flow to flow or a task executor.
The invention has the beneficial effects that: the service system and the Activiti workflow software only need to communicate and interact data through an Activiti-rest Web application Restful Web API method; the Activiti software can be independently deployed to different servers; the implementation of the Activiti workflow is more thoroughly separated from various services of the service system, and the upgrading and replacement of the Activiti workflow software are very easy; the business module can be independently developed, deployed and managed in a centralized mode, and loose coupling between the business module and the workflow module is achieved; for a process designer who does not know programming at all, complex and flexible process definition, form UI control and business logic execution under various scenes can be realized through graphical process editing and configuration; the introduction of asynchronous service logic can greatly improve the concurrency capability and user experience of the system; the change influence of the Activiti workflow software upgrading on the system is reduced to the maximum extent; the process-related UI interface does not depend on the definition of the process form, can be realized through a Web front-end and back-end separation technology, a popular interface design tool and the like, and can be richer, more convenient and more friendly.
Drawings
FIG. 1 is a general flow diagram according to the present invention;
FIG. 2 is a block diagram of a system according to the present invention;
FIG. 3 is a flow chart illustrating logic associated with performing name resolution of a process variable in accordance with an embodiment of the present invention;
FIG. 4 is a flow diagram illustrating a process and document attribute content specification of a node thereof according to an embodiment of the present invention;
fig. 5 is a diagram illustrating a connection relationship among a server, a WEB side, and other modules according to an embodiment of the present invention.
Detailed Description
The conception, the specific structure and the technical effects of the present invention will be clearly and completely described in conjunction with the embodiments and the accompanying drawings to fully understand the objects, the schemes and the effects of the present invention.
It should be noted that, unless otherwise specified, when a feature is referred to as being "fixed" or "connected" to another feature, it may be directly fixed or connected to the other feature or indirectly fixed or connected to the other feature. Furthermore, the descriptions of upper, lower, left, right, etc. used in the present disclosure are only relative to the mutual positional relationship of the constituent parts of the present disclosure in the drawings. As used in this disclosure, the singular forms "a", "an", and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. Furthermore, unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art. The terminology used in the description herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the term "and/or" includes any combination of one or more of the associated listed items.
It will be understood that, although the terms first, second, third, etc. may be used herein to describe various elements, these elements should not be limited by these terms. These terms are only used to distinguish one element of the same type from another. For example, a first element could be termed a second element, and, similarly, a second element could be termed a first element, without departing from the scope of the present disclosure. The use of any and all examples, or exemplary language ("e.g.," such as "or the like") provided herein, is intended merely to better illuminate embodiments of the invention and does not pose a limitation on the scope of the invention unless otherwise claimed.
Fig. 1 shows a general flow diagram according to the invention. The method specifically comprises the following steps: s1, creating and deploying a process model, specifically including creating process variables of one or more corresponding nodes according to the process variable rule, deploying the model, and generating a process definition; s2, starting the process and generating a process instance, and acquiring process variable values of one or more nodes of the process instance based on the process variable rule; and S3, after the task is completed, transmitting the flow variables and the corresponding numerical values thereof to the current and/or future running flows through the interactive interface so as to control the current and/or future running flows to or the task performer.
Fig. 2 is a block diagram of a system according to the present invention. The method specifically comprises the following steps: the flow creation module is used for creating and deploying a flow model, specifically comprises creating flow variables of one or more corresponding nodes according to a flow variable rule, deploying the model and generating a flow definition; the flow analysis module is used for starting a flow, generating a flow instance and acquiring flow variable values of one or more nodes of the flow instance based on a flow variable rule; and the flow control module is used for transmitting flow variables and corresponding numerical values thereof to the current and/or future running flows through the interactive interface after the task is completed so as to control the current and/or future running flow to flow or a task executor.
FIG. 3 is a flow chart illustrating logic associated with performing name resolution for a process variable in accordance with an embodiment of the present invention. In the aspect of naming process variables in an Activiti process editor, a set of conventions is defined, so that variable values can be obtained by analyzing variable name strings and calling a corresponding method in business system software, wherein the length of the process variable name strings supported by Activiti is 255 bytes at most, and naming of the variable names comprises the step of corresponding actions to be executed by the variables in a string form, such as: the variable name is "acquisition object ID" + "user identification code of performer" + "privilege level".
FIG. 4 is a flowchart illustrating a process and a document attribute content specification for nodes thereof according to an embodiment of the present invention. As shown in fig. 4, it specifically includes:
in order to enable two types of flow designers in the VWF-explorer to conveniently develop a flow (mainly to realize functions like assignment of flow variables) which we want, enrich various extension attributes of the flow and nodes thereof, fill in operation descriptions, reduce background operation steps and time of operations such as submission and the like, and realize function extension of a future flow, since creation of each user task instance automatically copies document attribute contents of task nodes, we need to normalize (adopt BNF specification) and format the document attribute contents of user tasks during flow design.
1) The flow variable of the VWFVar type is required to exist in both a table and a Document of a flow, is a flow variable of a work order flowing in the flow direction, and should be configured under a table of a task node, and a part is also configured in Document because parameters of the flow variable cannot be defined in the table.
2) Other process variables, syntax, may be referenced in the document as is the expression syntax of activit. In addition to process variables, context information for the work order, such as work order master table information, such as work order code, should be referenced.
3) The method is used for defining the business logic to be executed in the work order processing process, the interfaces are uniform, and new parameters can be expanded through params besides the self-contained related parameters;
4) for a flow node, if BeforeEvent and AfterEvent methods are defined, the BeforeEvent and AfterEvent methods are equivalent to the front and back trigger events of the flow node, and a terminateEvent method is not used;
5) for the document attribute of the process, if BeforeEvent and AfterEvent methods are defined, the method is equivalent to the trigger event for starting and ending the process;
6) for the document attribute of the process, if a terminateEvent method is defined, representing a process termination event;
7) if type is empty (i.e.: ") or not, only representing the business logic to be executed at the corresponding flow node, waiting for reading, etc.;
8) the Params can contain values of process variables, and the method is defined by referring to a UEL expression of activitti;
9) "Async": True | False } is not defined or defaulted to False, i.e., is executed synchronously.
10) The "description" attribute of a variable may not be present.
Fig. 5 is a diagram illustrating a connection relationship among a server, a WEB side, and other modules according to an embodiment of the present invention. The specific process steps are as follows: a client flow definition person accesses a visual flow editing and debugging website through a Web browser to edit, debug and deploy the flow; a system or a process administrator configures the newly defined process into a process corresponding to the specified document approval flow at a business system website; a document entry person enters a document in a business system website and initiates an approval process; and the background service of the business system website calls an REST Web API interface of the flow to realize data interaction between the document and the flow.
It should be recognized that embodiments of the present invention can be realized and implemented by computer hardware, a combination of hardware and software, or by computer instructions stored in a non-transitory computer readable memory. The methods may be implemented in a computer program using standard programming techniques, including a non-transitory computer-readable storage medium configured with the computer program, where the storage medium so configured causes a computer to operate in a specific and predefined manner, according to the methods and figures described in the detailed description. Each program may be implemented in a high level procedural or object oriented programming language to communicate with a computer system. However, the program(s) can be implemented in assembly or machine language, if desired. In any case, the language may be a compiled or interpreted language. Furthermore, the program can be run on a programmed application specific integrated circuit for this purpose.
Further, the operations of processes described herein can be performed in any suitable order unless otherwise indicated herein or otherwise clearly contradicted by context. The processes described herein (or variations and/or combinations thereof) may be performed under the control of one or more computer systems configured with executable instructions, and may be implemented as code (e.g., executable instructions, one or more computer programs, or one or more applications) collectively executed on one or more processors, by hardware, or combinations thereof. The computer program includes a plurality of instructions executable by one or more processors.
Further, the methods may be implemented in any type of computing platform operatively connected to a suitable connection, including but not limited to a personal computer, mini computer, mainframe, workstation, networked or distributed computing environment, separate or integrated computer platform, or in communication with a charged particle tool or other imaging device, and the like. Aspects of the invention may be embodied in machine-readable code stored on a non-transitory storage medium or device, whether removable or integrated into a computing platform, such as a hard disk, optically read and/or write storage medium, RAM, ROM, or the like, such that it may be read by a programmable computer, which when read by the storage medium or device, is operative to configure and operate the computer to perform the procedures described herein. Further, the machine-readable code, or portions thereof, may be transmitted over a wired or wireless network. The invention herein includes these and other different types of non-transitory computer-readable storage media when such media include instructions or programs that implement the above steps in conjunction with a microprocessor or other data processor. The invention also includes the computer itself when programmed according to the methods and techniques of the present invention.
A computer program can be applied to input data to perform the functions herein to transform the input data to generate output data that is stored to non-volatile memory. The output information may also be applied to one or more output devices, such as a display. In a preferred embodiment of the invention, the transformed data represents physical and tangible objects, including particular visual depictions of physical and tangible objects produced on a display.
The present invention is not limited to the above embodiments, and any modifications, equivalent substitutions, improvements, etc. within the spirit and principle of the present invention should be included in the scope of the present invention as long as the technical effects of the present invention are achieved by the same means. The invention is capable of other modifications and variations in its technical solution and/or its implementation, within the scope of protection of the invention.

Claims (4)

1. A method for interaction between a process and a form based on Activiti is characterized by comprising the following steps:
s1, creating and deploying a process model, specifically including creating process variables of one or more corresponding nodes according to the process variable rule, deploying the model, and generating a process definition; the S1 includes: customizing operation guidance, variables and methods of a flow model based on the Activiti flow and document attributes of each artificial node of the Activiti flow;
s2, starting the process and generating a process instance, and acquiring process variable values of one or more nodes of the process instance based on the process variable rule; the process variable rule includes one or more variable names which are named in a character string mode; the step S2 includes: acquiring document information of one or more nodes of a process instance when the process is started and the process instance is generated; analyzing the document information based on the process variable rule to obtain process variable information of the process variable;
s3, after the task is completed, the flow variables and the corresponding numerical values are transmitted to the current and/or future running flows through the interactive interface so as to control the current and/or future running flow to or the task performer; the S3 includes: s31, confirming the operation description, the variable type and the operation method of the flow variable according to the flow variable information; s32, displaying operation guidance information on the interactive interface according to the obtained operation instruction; s33, executing corresponding operation according to the acquired variable type, if the variable type is a common variable, controlling the current state of the component through the variable on the interactive interface, and if the variable type is a process variable, calculating the quantity of the process variable through a variable definition rule; s34, executing the corresponding logic operation method according to the obtained operation method; s35, when the tasks of the steps S31-S34 are completed, the flow variables and values are transmitted to the process, so as to control the flow of the process or the subsequent task performers.
2. The method of claim 1, wherein the step S1 specifically includes:
the method is based on the operation guidance, the variables and the method of the activti process and the document attribute self-defining process model of each artificial node.
3. The method of claim 2, wherein the method is implemented by using UEL expression of activti to perform custom operation specification, variable type and operation method on the flow model.
4. An activti-based process and form interaction system for performing the method of any of claims 1-3, the system comprising:
the flow creation module is used for creating and deploying a flow model, specifically comprises creating flow variables of one or more corresponding nodes according to a flow variable rule, deploying the model and generating a flow definition;
the flow analysis module is used for starting a flow, generating a flow instance and acquiring flow variable values of one or more nodes of the flow instance based on a flow variable rule;
and the flow control module is used for transmitting flow variables and corresponding numerical values thereof to the current and/or future running flows through the interactive interface after the task is completed so as to control the current and/or future running flow to flow or a task executor.
CN201811276950.1A 2018-10-30 2018-10-30 Method and system for interaction between process and form based on Activiti Active CN109542556B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811276950.1A CN109542556B (en) 2018-10-30 2018-10-30 Method and system for interaction between process and form based on Activiti

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811276950.1A CN109542556B (en) 2018-10-30 2018-10-30 Method and system for interaction between process and form based on Activiti

Publications (2)

Publication Number Publication Date
CN109542556A CN109542556A (en) 2019-03-29
CN109542556B true CN109542556B (en) 2022-04-15

Family

ID=65845475

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811276950.1A Active CN109542556B (en) 2018-10-30 2018-10-30 Method and system for interaction between process and form based on Activiti

Country Status (1)

Country Link
CN (1) CN109542556B (en)

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110632878B (en) * 2019-10-08 2022-06-28 上海宝阶智能科技有限公司 Method and device for heterogeneous embedded tabular processing and action flow execution
CN111144731A (en) * 2019-12-19 2020-05-12 深圳前海金融资产交易所有限公司 Dynamic implementation method and device of workflow and computer readable storage medium
CN113495535B (en) * 2020-03-19 2022-06-14 中国科学院沈阳自动化研究所 Method and system for realizing production operation control through configuration
CN111651140B (en) * 2020-04-28 2022-05-03 平安医疗健康管理股份有限公司 Service method and device based on workflow
CN111880871B (en) * 2020-06-21 2022-05-31 苏州浪潮智能科技有限公司 Optimization method and system for viewing activti process progress
CN112508501A (en) * 2020-10-30 2021-03-16 福建亿能达信息技术股份有限公司 Method, device, equipment and medium for configuring multistage process
CN112488485A (en) * 2020-11-25 2021-03-12 华南中外运供应链管理有限公司 Business process management system
CN112668295B (en) * 2021-01-15 2023-06-27 云南电网有限责任公司迪庆供电局 Management system and method based on custom form and active workflow
CN112862462A (en) * 2021-03-05 2021-05-28 成都智造天下科技有限公司 Extensible work order system and method
CN113487273A (en) * 2021-06-21 2021-10-08 深圳市信润富联数字科技有限公司 Multi-tenant instance monitoring system and method based on Activiti
CN113535684B (en) * 2021-07-26 2024-02-27 北京计算机技术及应用研究所 Autonomous command control method based on Activiti
CN114371808A (en) * 2022-01-10 2022-04-19 百融至信(北京)征信有限公司 Scheduling system based flow node parameter transmission method and system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101286212A (en) * 2007-04-12 2008-10-15 国际商业机器公司 Business flow path execution method, business flow path engines and its deployment method
DE102008050266A1 (en) * 2008-10-07 2010-04-08 Endress + Hauser Gmbh + Co. Kg Device for determining and / or monitoring a process variable of a medium
CN101794315A (en) * 2010-03-31 2010-08-04 袁梅宇 Object relationship mapping model with fixed database schema
CN102708430A (en) * 2010-12-22 2012-10-03 德商赛克公司 Service-oriented process configuration systems and/or methods
CN105373523A (en) * 2015-10-14 2016-03-02 浪潮软件集团有限公司 Workflow solution method based on user-defined form and Activiti
CN107122952A (en) * 2017-03-31 2017-09-01 信雅达系统工程股份有限公司 Rule-based process dispatch method and system

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101719234A (en) * 2009-09-18 2010-06-02 金蝶软件(中国)有限公司 Method and device for splitting workflow
CN101847228B (en) * 2010-03-29 2012-02-08 清华大学 Workflow static planning method based on process mode
CN102567825B (en) * 2010-12-14 2016-01-20 金蝶软件(中国)有限公司 A kind of method and apparatus of work process flow configuration
US9270642B2 (en) * 2011-10-13 2016-02-23 Rosemount Inc. Process installation network intrusion detection and prevention
CN102622237B (en) * 2012-03-14 2015-09-09 北京思特奇信息技术股份有限公司 A kind of collocation method of business function procedure and system
CN103218707B (en) * 2013-04-10 2016-09-14 沈阳昭软软件有限公司 A kind of method realizing dynamic list in Workflow system
CN103677913B (en) * 2013-12-06 2017-07-25 华为技术有限公司 Method for processing business and device based on business process management
CN106296243A (en) * 2015-05-22 2017-01-04 阿里巴巴集团控股有限公司 Service implementation method and device
CN106779594A (en) * 2016-12-01 2017-05-31 江苏鸿信系统集成有限公司 A kind of Workflow management method based on Activiti
CN106600238B (en) * 2016-12-26 2020-03-10 上海轻维软件有限公司 Method and device for realizing network service opening based on Activiti process engine
CN107545407A (en) * 2017-07-17 2018-01-05 北京慧点科技有限公司 The method and device of business flow processing
CN108596554B (en) * 2017-12-12 2021-08-31 浪潮通用软件有限公司 Method for dynamically designating subsequent examination and approval link participants and workflow engine
CN108428109A (en) * 2018-02-12 2018-08-21 广东绍林科技开发有限公司 A kind of flow processing system of high efficient and flexible, method, terminal and medium
CN110428216A (en) * 2019-07-03 2019-11-08 平安科技(深圳)有限公司 Operation flow management-control method, device, computer equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101286212A (en) * 2007-04-12 2008-10-15 国际商业机器公司 Business flow path execution method, business flow path engines and its deployment method
DE102008050266A1 (en) * 2008-10-07 2010-04-08 Endress + Hauser Gmbh + Co. Kg Device for determining and / or monitoring a process variable of a medium
CN101794315A (en) * 2010-03-31 2010-08-04 袁梅宇 Object relationship mapping model with fixed database schema
CN102708430A (en) * 2010-12-22 2012-10-03 德商赛克公司 Service-oriented process configuration systems and/or methods
CN105373523A (en) * 2015-10-14 2016-03-02 浪潮软件集团有限公司 Workflow solution method based on user-defined form and Activiti
CN107122952A (en) * 2017-03-31 2017-09-01 信雅达系统工程股份有限公司 Rule-based process dispatch method and system

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
可视化工作流管理系统的设计与开发;马达等;《制造业自动化》;20041125(第11期);第66-69页 *
基于Activiti的工作流引擎在中小企业中的应用研究;任铭亮等;《中国高新技术企业》;20150410(第11期);第51-53页 *
基于JBPM的工作流会签设计;顾大明;《民营科技》;20101220(第12期);第50页 *

Also Published As

Publication number Publication date
CN109542556A (en) 2019-03-29

Similar Documents

Publication Publication Date Title
CN109542556B (en) Method and system for interaction between process and form based on Activiti
US9952852B2 (en) Automated deployment and servicing of distributed applications
US10255067B2 (en) Development of internet of things (IoT) applications
KR101314949B1 (en) Integration environment generator
US8296721B2 (en) Template-based software development
US9021419B2 (en) System and method for supporting intelligent design pattern automation
CN106484394B (en) A kind of fast software development system with double engines
CN102449598B (en) Bag design and generation
US11635974B2 (en) Providing a different configuration of added functionality for each of the stages of predeployment, deployment, and post deployment using a layer of abstraction
CN106775744B (en) Method and device for generating static library
JP2008204369A (en) Simulator development system and method
CN112988165A (en) Kubernetes-based interactive modeling method and device, electronic equipment and storage medium
US9116708B2 (en) Program creation support apparatus, program, and information system
CN114912897A (en) Workflow execution method, workflow arrangement method and electronic equipment
JP2016066355A (en) Web application generating system, control method of web application generating system, program for web application generating system, web application generating device, control method of web application generating device, and program for web application generating device
CN114721647B (en) Object-oriented programming method based on codeless application development
JP4686117B2 (en) Source code conversion apparatus, source code conversion method, and program
CN113867714A (en) Automatic code generation method adaptive to multiple languages
CN113885844A (en) Business service arranging method and related device
CN112418796A (en) Sub-process node activation method and device, electronic equipment and storage medium
JP2006236375A (en) Web application development method, development support system, and program about development method
JP2012150740A (en) Program generating device and method
JP7280475B2 (en) Information processing device, its control method, and program
CN116820467A (en) Method for editing Slate interface by Python language for Unreal Engine
WO2023143746A1 (en) System and method for managing artifacts related to apps

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant