CN105225031A - A kind of method of support performance stream participant types expansion - Google Patents

A kind of method of support performance stream participant types expansion Download PDF

Info

Publication number
CN105225031A
CN105225031A CN201510558571.1A CN201510558571A CN105225031A CN 105225031 A CN105225031 A CN 105225031A CN 201510558571 A CN201510558571 A CN 201510558571A CN 105225031 A CN105225031 A CN 105225031A
Authority
CN
China
Prior art keywords
participant
types
class
flow
model
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
CN201510558571.1A
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.)
Inspur Software Co Ltd
Original Assignee
Inspur 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 Inspur Software Co Ltd filed Critical Inspur Software Co Ltd
Priority to CN201510558571.1A priority Critical patent/CN105225031A/en
Publication of CN105225031A publication Critical patent/CN105225031A/en
Pending legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides the method for a kind of support performance stream participant types expansion, adopt participant types logon mode, the flexible configuration of flow process participant types is provided and dynamically represents and the page is set, participant types enrollment page provides organizational structure tree corresponding to participant types, resolves the registration of class, and this Registering modules also supports self-defined participant types simultaneously; Adopt definition phase and runtime separation mechanism, provide common link Participant define model, realization flow definition participant is docked with flow instance task transactor; Runtime reads participant and resolves class, dynamic analysis link participant, the parsing of realization flow activity link transactor.Compared to the prior art the present invention, adopts participant types logon mode, realizes the expansion to self-defined participant types, meet project individual demand; Flow process associates with the loose coupling of participant, realizes and third party organizational structure slitless connection.

Description

A kind of method of support performance stream participant types expansion
Technical field
The method of the present invention's specifically a kind of support performance stream participant types expansion.
Background technology
In Workflow Management System, the circulation of operation flow, the tissue (comprising people) of handling of each node jointly participates in and cooperates with, the participant of the tissue that link is handled and link process.
Artificial link participant types can be divided into two classes: tissue (comprising people) and role, wherein the participant of character types refers to the processor of the setup action business activity with certain class role.Workflow platform generally provides predefined participant, comprises: the people under organizational structure, role, context-sensitive type (founder is relevant, sender is relevant, historical link handler is correlated with), related data correlation type.
Organizational structure and flow process are generally coupled by existing workflow technology, and workflow participant type is cured in workflow platform; And in the project of reality, customer demand diversity, causes workflow participant type unpredictability, this tightly coupled mode is difficult to the demand tackling user individual.
Summary of the invention
The object of the invention is to overcome the deficiencies in the prior art, a kind of method that support performance stream participant types is expanded is provided.
Technical scheme of the present invention realizes in the following manner, and its method is as follows:
(1), flow process participant processing procedure:
According to plateform system and organizational model structure participant configuration item, be registered to Workflow system; In the process modeling stage, read participant types configuration, call organizational structure tree and select participant, generate participant model; In the flow definition stage, resolve procedural model, product process definition information, wherein participant model is converted to Participant define information; In the process flow operation stage, flow instance circulation generation task, reads participant types configuration, calls participant and resolve class, Participant define is converted to link handler;
(2), flow process and participant's decoupling zero:
A () participant types is registered:
Participant types register interface is provided, often kind of participant types is a record, wherein: organizational structure tree path be to should participant types organizational structure tree URL, every type can independent corresponding a kind of organizational model, Modeling Tool adopts html technology to realize, and loads organizational structure tree URL by dialog mode; Resolve the parsing that class is used for runtime corresponding types Participant define; Whether display is used for representing of Dynamic controlling participant types;
(b) Participant define model:
The key of flow process and participant's decoupling zero realizes workflow and the coupling of institutional solution, supports various organizational model; Uncertain due to organizational structure's type, this just require flow process use participant should be a kind of general type, with corresponding realization unification mutually of resolving class;
(c) participant dynamic analysis
In flow definition, Participant define model is universal class, at flow operating period, needs to be resolved to actual handler, and the parsing class reading configuration acquisition corresponding is resolved, and resolves calling of class and adopts reflex mechanism to realize; Wherein, Workflow system provides unified participant to resolve class interface, and participant resolves class and realizes this interface, and interface is described below:
List<Map>getParties(Mapparams)
Input: procedure information, Participant define information
Export: organizational information
(3), participant types expansion
The expansion that organizational structure tree and participant resolve class is as follows:
Organizational structure's tree page rreturn value type is as follows:
{itemType,itemName,itemValue}
Participant resolves Similar integral and resolves class interface, and rreturn value type is as follows:
{organId,organName}。
Advantage of the present invention is:
Compared to the prior art the method for a kind of support performance stream participant types expansion of the present invention, adopts participant types logon mode, realizes the expansion to self-defined participant types, meet project individual demand; Flow process associates with the loose coupling of participant, realizes and third party organizational structure slitless connection; There is provided participant types to represent control operation, simplify the complexity at participant interface, improve the ease for use of platform.
Embodiment
Below the method for a kind of support performance stream participant types expansion of the present invention is described in detail below.
The method of a kind of support performance stream participant types expansion of the present invention, its method is as follows:
(1), flow process participant processing procedure:
According to plateform system and organizational model structure participant configuration item, be registered to Workflow system; In the process modeling stage, read participant types configuration, call organizational structure tree and select participant, generate participant model; In the flow definition stage, resolve procedural model, product process definition information, wherein participant model is converted to Participant define information; In the process flow operation stage, flow instance circulation generation task, reads participant types configuration, calls participant and resolve class, Participant define is converted to link handler;
(2), flow process and participant's decoupling zero:
Illustrate: the present invention adopts logon mode realization flow to separate with participant and is coupled, workflow and participant are undertaken alternately by configuration, thus the dirigibility of realization flow participant.
A () participant types is registered:
Participant types register interface is provided, often kind of participant types is a record, wherein: organizational structure tree path be to should participant types organizational structure tree URL, every type can independent corresponding a kind of organizational model, Modeling Tool adopts html technology to realize, and loads organizational structure tree URL by dialog mode; Resolve the parsing that class is used for runtime corresponding types Participant define; Whether display is used for representing of Dynamic controlling participant types;
(b) Participant define model:
The key of flow process and participant's decoupling zero realizes workflow and the coupling of institutional solution, supports various organizational model.Uncertain due to organizational structure's type, this just require flow process use participant should be a kind of general type, the Participant define model item_type of the present invention's design is participant types, item_name is participant's title, item_value is participant's content (as: organizational structure's numbering, role's numbering etc.) of link reality, with corresponding realization unification mutually of resolving class.
(c) participant dynamic analysis:
In flow definition, Participant define model is universal class, at flow operating period, needs to be resolved to actual handler, and the parsing class reading configuration acquisition corresponding is resolved, and resolves calling of class and adopts reflex mechanism to realize; Wherein, Workflow system provides unified participant to resolve class interface, and participant resolves class and realizes this interface, and interface is described below:
List<Map>getParties(Mapparams);
Input: procedure information, Participant define information;
Export: organizational information;
(3), participant types expansion:
Illustrate: for project participant individual demand or the situation integrated with third party organizational structure, can self-defined participant types.The expansion that organizational structure tree and participant resolve class is as follows:
The expansion that organizational structure tree and participant resolve class is as follows:
Organizational structure's tree page rreturn value type is as follows:
{itemType,itemName,itemValue}
Participant resolves Similar integral and resolves class interface, and rreturn value type is as follows:
{organId,organName}。
Its processing and fabricating of method of a kind of support performance stream participant types expansion of the present invention is very simple and convenient, can process to specifications.
Except the technical characteristic described in instructions, be the known technology of those skilled in the art.

Claims (1)

1. a method for support performance stream participant types expansion, is characterized in that method is as follows:
(1), flow process participant processing procedure:
According to plateform system and organizational model structure participant configuration item, be registered to Workflow system; In the process modeling stage, read participant types configuration, call organizational structure tree and select participant, generate participant model; In the flow definition stage, resolve procedural model, product process definition information, wherein participant model is converted to Participant define information; In the process flow operation stage, flow instance circulation generation task, reads participant types configuration, calls participant and resolve class, Participant define is converted to link handler;
(2), flow process and participant's decoupling zero:
A () participant types is registered:
Participant types register interface is provided, often kind of participant types is a record, wherein: organizational structure tree path be to should participant types organizational structure tree URL, every type can independent corresponding a kind of organizational model, Modeling Tool adopts html technology to realize, and loads organizational structure tree URL by dialog mode; Resolve the parsing that class is used for runtime corresponding types Participant define; Whether display is used for representing of Dynamic controlling participant types;
(b) Participant define model:
The key of flow process and participant's decoupling zero realizes workflow and the coupling of institutional solution, supports various organizational model; Uncertain due to organizational structure's type, this just require flow process use participant should be a kind of general type, with corresponding realization unification mutually of resolving class;
(c) participant dynamic analysis:
In flow definition, Participant define model is universal class, at flow operating period, needs to be resolved to actual handler, and the parsing class reading configuration acquisition corresponding is resolved, and resolves calling of class and adopts reflex mechanism to realize; Wherein, Workflow system provides unified participant to resolve class interface, and participant resolves class and realizes this interface, and interface is described below:
List<Map>getParties(Mapparams);
Input: procedure information, Participant define information;
Export: organizational information;
(3), participant types expansion:
The expansion that organizational structure tree and participant resolve class is as follows:
Organizational structure's tree page rreturn value type is as follows:
{itemType,itemName,itemValue}
Participant resolves Similar integral and resolves class interface, and rreturn value type is as follows:
{organId,organName}。
CN201510558571.1A 2015-09-06 2015-09-06 A kind of method of support performance stream participant types expansion Pending CN105225031A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510558571.1A CN105225031A (en) 2015-09-06 2015-09-06 A kind of method of support performance stream participant types expansion

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510558571.1A CN105225031A (en) 2015-09-06 2015-09-06 A kind of method of support performance stream participant types expansion

Publications (1)

Publication Number Publication Date
CN105225031A true CN105225031A (en) 2016-01-06

Family

ID=54993986

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510558571.1A Pending CN105225031A (en) 2015-09-06 2015-09-06 A kind of method of support performance stream participant types expansion

Country Status (1)

Country Link
CN (1) CN105225031A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108363594A (en) * 2018-01-08 2018-08-03 浪潮通用软件有限公司 A kind of method that participant parses in Workflow system
CN109670726A (en) * 2018-12-29 2019-04-23 金蝶软件(中国)有限公司 A kind of workflow extended node tasks execute the method and flow engine of body

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101702215A (en) * 2009-11-06 2010-05-05 山东浪潮电子政务软件有限公司 Design method for setting dependence item in operating room in working flow
CN101714236A (en) * 2009-12-17 2010-05-26 中国电力科学研究院 Method and device for automatically extending participant types
CN102436612A (en) * 2012-01-16 2012-05-02 浪潮集团山东通用软件有限公司 Method for realizing business management relationship dynamic participant in workflow management system
CN103218688A (en) * 2013-04-23 2013-07-24 浪潮集团山东通用软件有限公司 Method for determining workflow participant based on data permission
CN103744680A (en) * 2014-01-16 2014-04-23 北京邮电大学 Method and device for business process processing

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101702215A (en) * 2009-11-06 2010-05-05 山东浪潮电子政务软件有限公司 Design method for setting dependence item in operating room in working flow
CN101714236A (en) * 2009-12-17 2010-05-26 中国电力科学研究院 Method and device for automatically extending participant types
CN102436612A (en) * 2012-01-16 2012-05-02 浪潮集团山东通用软件有限公司 Method for realizing business management relationship dynamic participant in workflow management system
CN103218688A (en) * 2013-04-23 2013-07-24 浪潮集团山东通用软件有限公司 Method for determining workflow participant based on data permission
CN103744680A (en) * 2014-01-16 2014-04-23 北京邮电大学 Method and device for business process processing

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108363594A (en) * 2018-01-08 2018-08-03 浪潮通用软件有限公司 A kind of method that participant parses in Workflow system
CN109670726A (en) * 2018-12-29 2019-04-23 金蝶软件(中国)有限公司 A kind of workflow extended node tasks execute the method and flow engine of body

Similar Documents

Publication Publication Date Title
CN102185901B (en) Client message conversion method
CN103957188B (en) A kind of enterprises service of symmetrical two-way decoupling describes method and service dispatch system
EP1524600A3 (en) A method for providing guaranteed distributed failure notification
CN102508877A (en) Integrated clinical experience (ICE)-based hospital data integration interactive platform
CN105631784A (en) Intellectual property service management system
CN102043837A (en) Data integration system and method
CN104899134B (en) Domain name registration service device automatization test system and method
CN106951315A (en) A kind of data task dispatching method and system based on ETL
Martin et al. Towards semantic annotations of web services: OWL-S from the SAWSDL perspective
CN109241054A (en) A kind of multimodal data library system, implementation method and server
CN105225031A (en) A kind of method of support performance stream participant types expansion
CN109299074A (en) A kind of data verification method and system based on templating data base view
KR20150017052A (en) Method and system for performing workflow
CN105975277A (en) Template-based mixed cloud elastic telescoping set building method
CN108234541A (en) A kind of service management and system of enterprise&#39;s bus platform
CN102043836A (en) Data adapting device and method
CN108154341A (en) United Dispatching platform and method of work based on data flow and workflow
CN103092982B (en) Based on the information service system of multi views business model
CN108984156A (en) A kind of software auto generating method and system for exempting from code development based on template
CN106383914A (en) Method and system for realizing configuration of multiple data sources based on cloud call platform
US20200412671A1 (en) Chat bot operation and management architecture
CN109614096A (en) A method of it is converted based on UML Requirements Modeling process use-case and activity
CN105630634B (en) Application system calamity is for switching method and apparatus
CN105447057B (en) Model transform method and system based on service logic model
WO2016201810A1 (en) Log generation method and device

Legal Events

Date Code Title Description
C06 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: 20160106

RJ01 Rejection of invention patent application after publication