Using sub-processes across business processes in different composites

US9552239B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-9552239-B2
Application numberUS-201313963757-A
CountryUS
Kind codeB2
Filing dateAug 9, 2013
Priority dateAug 9, 2013
Publication dateJan 24, 2017
Grant dateJan 24, 2017

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

A system and method for facilitating reuse of a portion of process logic by different processes. An example method includes providing a subprocess that is adapted to perform the process logic in a file accessible to a composite system, wherein the subprocess is adapted to be called by a first parent process via a subprocess extension to a business process language employed to encode the first parent process; using a call activity defined as part of the subprocess extension, and included in a scope of the first parent process to facilitate access to functionality of the subprocess by the parent process; and employing a business process engine to facilitate instantiating the subprocess, resulting in an instantiated subprocess in response thereto; and using a second parent process to share use of the instantiated subprocess with the first parent process.

First claim

Opening claim text (preview).

The invention claimed is: 1. A method, performed by a computer system implementing a parent process and a subprocess, for using the subprocess across processes in different composites with each process having a scope, the method comprising: scope grafting, by the computer system, a root scope of the subprocess to a scope of the parent process to make the subprocess an instance of the parent process; receiving, by the subprocess, a call activity in the scope of the parent process and invoked by the parent process without using a Web Services Description Language (WSDL) interface, where the call activity includes a plurality of partner links of the parent process passed as a plurality of arguments in a single call activity, where the partner links encapsulate communications between the parent process and partner web services, with the partner web services included in a first composite, where the subprocess is included in a second composite, where the parent process communicates with partner web services in the first composite via a WSDL interface, and where the call activity is a statement in computer code; and communicating, by the subprocess, directly with partner web services that would ordinarily be called by the parent process via a Web Service (WS) addressing service using information included in the arguments passed by the call activity. 2. The method of claim 1 , wherein the parent process includes a business process defined via a version of Business Process Execution Language (BPEL), and further including employing the parent process to pass one or more variables to the subprocess via one or more arguments of the call activity in computer code of the business process. 3. The method of claim 2 , further including employing the subprocess to map the one or more variables of the first business process to one or more parameters of the subprocess via the one or more arguments specified via the call activity, and in accordance with a mapping type, wherein the mapping type includes pass by reference. 4. The method of claim 1 , wherein the subprocess includes a Subprocess BPEL extension (SBPEL) file deployed in accordance with a Service Component Architecture (SCA). 5. The method of claim 4 , wherein a composite system implemented using the Service Component Architecture, includes a Parts LIBrary (PLIB) in which the SBPEL file is referenced or stored. 6. The method of claim 5 , wherein the composite system further includes a composite configuration file, wherein the composite configuration file includes a component characterized by the SBPEL file defining the subprocess. 7. The method of claim 4 wherein a composite system implemented using the Service Component Architecture, includes a WS-Addressing interface that includes a mechanism to provide a component identification identifying a running instance of the subprocess. 8. The method of claim 1 , further including determining a revision version of a subprocess to be the same as a revision version of a composite file in which the subprocess is referenced or included. 9. The method of claim 8 , wherein a definition of the subprocess includes a definition of a standalone subprocess maintained in an SBPEL file referenced in or included in a composite configuration file. 10. The method of claim 9 , wherein the definition of the standalone subprocess is adapted to enable the subprocess to be shared simultaneously among plural parent processes, and wherein the plural parent processes are each included in different corresponding composites. 11. The method of claim 10 , further including using an Service Component Architecture (SCA) to resolve a subprocess across a deployment boundary. 12. The method of claim 9 , wherein a definition of the subprocess further includes a definition of an inline subprocess included in computer code defining a parent process or a reusable subprocess, wherein the definition of the inline subprocess is adapted to enable calling of a standalone subprocess in a composite that is in a different composite than a composite in which the parent process is included. 13. The method of claim 1 , further including employing a business process engine to configure one or more partner links defined in a subprocess on a component that includes a definition of the subprocess, thereby facilitating enabling reuse of the subprocess with a configuration, and further facilitating enabling creation of one or more reusable components for a given subprocess. 14. The method of claim 1 , further including employing a business process engine to delay resolving subprocess references in one or more parent business process files until the instance of the parent process is created. 15. The method of claim 1 , further including employing a runtime composite management system to perform the following steps: analyzing a composite that includes one or more parent processes and determining one or more call activities referencing one or more subprocesses in the one or more parent processes in response thereto; determining version information pertaining to the one or more subprocesses; resolving each of the one or more subprocesses in accordance with the version information; analyzing each of the one or more subprocesses for one or more references to one or more other subprocesses; determining version information pertaining to the one or more other subprocesses; storing state information characterizing each of the one or more subprocesses and each of the one or more other subprocesses. 16. The method of claim 15 , wherein determining the version information includes ascertaining the version information from one or more version attributes of the one or more call activities, and wherein determining the version information includes setting a default version for one or more called subprocesses in absence of a version specified via one or more call activities, wherein the default version is based on usage information pertaining to use of the subprocess by one or more parent processes. 17. An apparatus comprising: a digital processor coupled to a display and to a processor-readable storage device, wherein the a processor-readable storage device includes one or more instructions executable by the digital processor that implement a parent process and a subprocess, to perform the following acts for using the subprocess across processes in different composites: scope grafting a root scope of the subprocess to a scope of the parent process to make the subprocess an instance of the parent process; receiving, by the subprocess, a call activity in the scope of the parent process and invoked by the parent process without using a Web Services Description Language (WSDL) interface, where the call activity includes a plurality of partner links of the parent process passed as a plurality of arguments in a single call activity, where the partner links encapsulate communications between the parent process and partner web services, with the partner web services included in a first composite, where the subprocess is included in a second composite, where the parent process communicates with partner web services in the first composite via a WSDL interface, and where the call activity is a statement in computer code; and communicating, by the subprocess, directly with partner web services that would ordinarily be called by the parent process via a Web Service (WS) addressing service using information included in the arguments passed by the call activity. 18. A non-transitory computer-readable storage medium including instructions executable by a digi

Assignees

Inventors

Classifications

  • Office automation; Time management · CPC title

  • G06F9/547Primary

    Remote procedure calls [RPC]; Web services · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US9552239B2 cover?
A system and method for facilitating reuse of a portion of process logic by different processes. An example method includes providing a subprocess that is adapted to perform the process logic in a file accessible to a composite system, wherein the subprocess is adapted to be called by a first parent process via a subprocess extension to a business process language employed to encode the first p…
Who is the assignee on this patent?
Oracle Int Corp
What technology area does this patent fall under?
Primary CPC classification G06F9/547. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Jan 24 2017 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 8 related publications on this page (citations in our corpus or others sharing the same primary CPC).