CN109784859B - Workflow flow configuration method without configuration of reject node - Google Patents

Workflow flow configuration method without configuration of reject node Download PDF

Info

Publication number
CN109784859B
CN109784859B CN201910043771.1A CN201910043771A CN109784859B CN 109784859 B CN109784859 B CN 109784859B CN 201910043771 A CN201910043771 A CN 201910043771A CN 109784859 B CN109784859 B CN 109784859B
Authority
CN
China
Prior art keywords
configuration
node
user
key
approval
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
CN201910043771.1A
Other languages
Chinese (zh)
Other versions
CN109784859A (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.)
Sichuan Juma Technology Co ltd
Original Assignee
Sichuan Juma 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 Sichuan Juma Technology Co ltd filed Critical Sichuan Juma Technology Co ltd
Priority to CN201910043771.1A priority Critical patent/CN109784859B/en
Publication of CN109784859A publication Critical patent/CN109784859A/en
Application granted granted Critical
Publication of CN109784859B publication Critical patent/CN109784859B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a workflow flow configuration method without configuration of a reject node, which comprises the following steps: a. at each approval node, adding a default disagreement operation button except for the operation configured in the flow configuration diagram, and fixing the Key as Disagree; b. receiving an operation instruction of a user on the approval page, judging whether the user clicks a disagreement operation button with Key being Disagree, if not, continuously receiving the operation instruction of the user on the approval page and judging again; if clicking, setting the node as a starting node and entering the following steps; c. acquiring an Execution ID of the current flow; d. c, obtaining a Task according to the Execution ID in the step c; e. triggering task monitoring; f. deleting the current task; g. executing new task to realize dynamic jump. The invention simplifies the configuration of the flow chart, improves the flow chart configuration efficiency and increases the legibility of the flow chart.

Description

Workflow flow configuration method without configuration of reject node
Technical Field
The invention relates to the technical field of workflows, in particular to a workflow configuration method without configuration of reject nodes.
Background
Workflow, the "automation of part or all of a business process in a computer application environment", primarily addresses the problem of "automating the process of delivering documents, information, or tasks between multiple participants according to some predefined rule, thereby achieving some desired business objective, or causing the achievement of such objective. Activiti is a Business Process Management (BPM) open source project, which is used as an open source workflow engine, implements the BPMN2.0 specification, can issue designed process definitions, and performs process scheduling through api. In the existing Activiti, the daily simple approval process of us can be basically satisfied, but some scenes which cannot satisfy the service requirement exist, for example: in an approval business scenario, each auditing node is required to be rejected to an initiator, after the contents of the form are modified after rejection, the auditing can be restarted, and the complete approval history can be checked in the auditing history, while the existing Activiti needs to draw an approval rejection line in the process and is connected to an adjustment application node, as shown in fig. 1. This results in a complicated approval flow chart and complicated configuration.
Disclosure of Invention
In order to solve the problems in the prior art, the invention provides a workflow flow configuration method without configuration of reject nodes, which simplifies the configuration of a flow chart, improves the flow configuration efficiency and increases the legibility of the flow chart.
The technical scheme adopted by the invention is as follows:
a workflow process configuration method without configuration of reject nodes comprises the following steps:
a. at each approval node, adding a default disagreement operation button except for the operation configured in the flow configuration diagram, and fixing the Key as Disagree;
b. receiving an operation instruction of a user on the approval page, judging whether the user clicks a disagreement operation button with Key being Disagree, if not, continuously receiving the operation instruction of the user on the approval page and judging again; if clicking, setting the node as a starting node and entering the following steps;
c. acquiring an Execution ID of the current flow;
d. c, obtaining a Task according to the Execution ID in the step c;
e. triggering task monitoring;
f. deleting the current task;
g. executing new task to realize dynamic jump.
Preferably, the method further comprises the following steps: the reject operation is recorded in the approval history.
Preferably, the method further comprises the following steps:
receiving an operation instruction of modifying a form by a user, and generating a ReSubmit button with a Key fixed as Resubmit according to the refused state;
judging whether the user clicks a ReSubmit button with the Key of Resub clicked by the receiving user, if not, continuing to wait for receiving the instruction of the user clicking the ReSubmit button with the Key of Resub clicked; if clicking, the flow is circulated from the starting node according to the configuration and recorded in the approval history.
The beneficial effects of the invention are as follows: through analysis, the approval rejection is considered, and the application is reapplied after the rejection, which is a common requirement of all nodes, the original function of the invention is changed, the solution that the rejection nodes are not required to be configured, the function is still consistent with the original function is realized, the configuration of the flow chart is simplified, the configuration efficiency of the flow chart is improved, and the legibility of the flow chart is increased.
Drawings
FIG. 1 is a flow diagram of a conventional Activiti;
fig. 2 is a flow chart of an embodiment of the present invention.
Detailed Description
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings.
Examples
As shown in fig. 1, a workflow configuration method without configuration of a reject node includes the following steps:
a. at each approval node, adding a default disagreement operation button except for the operation configured in the flow configuration diagram, and fixing the Key as Disagree;
b. receiving an operation instruction of a user on the approval page, judging whether the user clicks a disagreement operation button with Key being Disagree, if not, continuously receiving the operation instruction of the user on the approval page and judging again; if clicking, setting the node as a starting node and entering the following steps;
c. acquiring an Execution ID of the current flow;
d. c, obtaining a Task according to the Execution ID in the step c;
e. triggering task monitoring;
f. deleting the current task;
g. executing new task to realize dynamic jump.
In one embodiment, the method further comprises the following steps: the reject operation is recorded in the approval history.
In one embodiment, the method further comprises the following steps:
receiving an operation instruction of modifying a form by a user, and generating a ReSubmit button with a Key fixed as Resubmit according to the refused state;
judging whether the user clicks a ReSubmit button with the Key of Resub clicked by the receiving user, if not, continuing to wait for receiving the instruction of the user clicking the ReSubmit button with the Key of Resub clicked; if clicking, the flow is circulated from the starting node according to the configuration and recorded in the approval history.
Existing Activiti needs to configure a "disagree" line at each approving node to connect to the "tuning application" node. After the form contents are modified after the rejection, the audit can be reinitiated.
The process configuration needs to be simplified and the efficiency is improved. But still functionally the same as the original flow configuration. The invention considers 'approval rejection' through analysis, reapplies after rejection, which is a common requirement of all nodes, and changes the original functions of the nodes, thereby realizing a solution method which is free from configuring the rejected nodes and still has the same functions as the original ones. The invention simplifies the configuration of the flow chart, improves the flow chart configuration efficiency and increases the legibility of the flow chart.
The foregoing examples merely illustrate specific embodiments of the invention, which are described in greater detail and are not to be construed as limiting the scope of the invention. It should be noted that it will be apparent to those skilled in the art that several variations and modifications can be made without departing from the spirit of the invention, which are all within the scope of the invention.

Claims (1)

1. The workflow process configuration method without configuration of the reject node is characterized by comprising the following steps:
a. at each approval node, adding a default disagreement operation button except for the operation configured in the flow configuration diagram, and fixing the Key as Disagree;
b. receiving an operation instruction of a user on the approval page, judging whether the user clicks a disagreement operation button with Key being Disagree, if not, continuously receiving the operation instruction of the user on the approval page and judging again; if clicking, setting the node as a starting node and entering the following steps;
c. acquiring an exectionID of the current flow;
d. c, obtaining a Task according to the ExecctionID in the step c;
e. triggering task monitoring;
f. deleting the current task;
g. executing a new task to realize dynamic jump;
the method also comprises the following steps: recording the reject operation in the approval history;
the method also comprises the following steps:
receiving an operation instruction of modifying a form by a user, and generating a ReSubmit button with a Key fixed as Resubmit according to the refused state;
judging whether the user clicks a ReSubmit button with the Key of Resub clicked by the receiving user, if not, continuing to wait for receiving the instruction of the user clicking the ReSubmit button with the Key of Resub clicked; if clicking, the flow is circulated from the starting node according to the configuration and recorded in the approval history.
CN201910043771.1A 2019-01-17 2019-01-17 Workflow flow configuration method without configuration of reject node Active CN109784859B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910043771.1A CN109784859B (en) 2019-01-17 2019-01-17 Workflow flow configuration method without configuration of reject node

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910043771.1A CN109784859B (en) 2019-01-17 2019-01-17 Workflow flow configuration method without configuration of reject node

Publications (2)

Publication Number Publication Date
CN109784859A CN109784859A (en) 2019-05-21
CN109784859B true CN109784859B (en) 2023-09-01

Family

ID=66501089

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910043771.1A Active CN109784859B (en) 2019-01-17 2019-01-17 Workflow flow configuration method without configuration of reject node

Country Status (1)

Country Link
CN (1) CN109784859B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111126930B (en) * 2019-10-12 2024-04-09 中国平安财产保险股份有限公司 Node data processing method, device, computer equipment and storage medium
CN113535684B (en) * 2021-07-26 2024-02-27 北京计算机技术及应用研究所 Autonomous command control method based on Activiti
CN113435669B (en) * 2021-07-30 2022-10-28 多点生活(成都)科技有限公司 Method and device for optimizing access workflow, electronic equipment and readable storage medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN203104779U (en) * 2012-12-20 2013-07-31 中建材集团进出口公司 Business processing system
CN103577906A (en) * 2012-07-20 2014-02-12 杭州勒卡斯广告策划有限公司 Workflow generation method, workflow execution method and workflow execution system
CN106293915A (en) * 2016-08-04 2017-01-04 南京唯实科技有限公司 Job engine method based on activiti5
CN106651112A (en) * 2016-11-01 2017-05-10 金蝶软件(中国)有限公司 Method and system for reverse approval of workflow
CN107180339A (en) * 2017-06-08 2017-09-19 成都牵牛草信息技术有限公司 The efficient measures and procedures for the examination and approval of workflow approval node
CN108460511A (en) * 2017-12-29 2018-08-28 陈菡 A kind of workflow engine system and its implementation
CN108564425A (en) * 2018-01-08 2018-09-21 东莞市未知术网络科技有限公司 Consultation method and computer readable storage medium, server, mobile terminal
CN109146227A (en) * 2018-06-26 2019-01-04 四川驹马科技有限公司 A kind of parallel measures and procedures for the examination and approval of workflow and its system
CN109214763A (en) * 2017-07-03 2019-01-15 优甸网络科技(上海)有限公司 Workflow priority algorithm based on process

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103577906A (en) * 2012-07-20 2014-02-12 杭州勒卡斯广告策划有限公司 Workflow generation method, workflow execution method and workflow execution system
CN203104779U (en) * 2012-12-20 2013-07-31 中建材集团进出口公司 Business processing system
CN106293915A (en) * 2016-08-04 2017-01-04 南京唯实科技有限公司 Job engine method based on activiti5
CN106651112A (en) * 2016-11-01 2017-05-10 金蝶软件(中国)有限公司 Method and system for reverse approval of workflow
CN107180339A (en) * 2017-06-08 2017-09-19 成都牵牛草信息技术有限公司 The efficient measures and procedures for the examination and approval of workflow approval node
CN109214763A (en) * 2017-07-03 2019-01-15 优甸网络科技(上海)有限公司 Workflow priority algorithm based on process
CN108460511A (en) * 2017-12-29 2018-08-28 陈菡 A kind of workflow engine system and its implementation
CN108564425A (en) * 2018-01-08 2018-09-21 东莞市未知术网络科技有限公司 Consultation method and computer readable storage medium, server, mobile terminal
CN109146227A (en) * 2018-06-26 2019-01-04 四川驹马科技有限公司 A kind of parallel measures and procedures for the examination and approval of workflow and its system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
http://ask.csdn.net/question/326222;Cikke、Oudrm等;《CSDN论坛》;20160830;1 *

Also Published As

Publication number Publication date
CN109784859A (en) 2019-05-21

Similar Documents

Publication Publication Date Title
CN109784859B (en) Workflow flow configuration method without configuration of reject node
US7818197B2 (en) Schedule management apparatus, schedule management method and program
JP4599364B2 (en) Automated workflow service system
US7765166B2 (en) Compiling user profile information from multiple sources
US20150112749A1 (en) Method and system for processing actionable messages of an integrated communication and collaboration platform
US20150193742A1 (en) Calendaring between user profiles
CN108292383B (en) Automatic extraction of tasks associated with communications
US20180315062A1 (en) Systems and methods for aggregating, analyzing, and presenting data from multiple applications
CN106371984A (en) Data monitoring method, equipment and system
US20060090071A1 (en) Systems and methods for project management
CN101625738A (en) Method and device for generating context-aware universal workflow application
US20040205455A1 (en) System and method for managing workflow using a plurality of scripts
US12182769B2 (en) Configurable settings for automatic updates of calendar items
US20210051080A1 (en) Enforcing electronic service contracts between computing devices
US9177167B2 (en) Automation framework
US20160232492A1 (en) Flexible workflow automation system
WO2019177823A1 (en) Selective update of calendar items on computing devices
US20090007157A1 (en) Mapping Data Sources to a Procedural API
US20180247273A1 (en) Dynamic schedule creation based on knowledge
US20080071862A1 (en) Dynamic directory group creation via electronic event scheduling
CN105701649A (en) Data management and control system
US8224770B2 (en) Methods of operating computer system with data availability management software
WO2019156789A1 (en) Intelligent management of electronic calendar items
US20180039955A1 (en) Meeting time polling
US9626163B2 (en) Method for automated application interface change

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