Presentation is loading. Please wait.

Presentation is loading. Please wait.

Enterprise Workflow CPSC 476 Lightening Talk Brenda Griffith/Katie Soto.

Similar presentations


Presentation on theme: "Enterprise Workflow CPSC 476 Lightening Talk Brenda Griffith/Katie Soto."— Presentation transcript:

1 Enterprise Workflow CPSC 476 Lightening Talk Brenda Griffith/Katie Soto

2 Introduction Workflow Definition Workflow Management Systems Workflow Versus Business Process Management Workflow Standards ApacheODE Workflow Example with ApacheODE Summary

3 Workflow Definition Definition: Workflow is the automated linking of business processes via predefined instructions. The processes may include automated activity and/or manual activity. It is the combination of process logic and routing rules, often across department boundaries. "Workflow" is also referred to as "Orchestration". Related concepts: Participant - a role, a web service, a resource, etc. (who) Activity - a task that forms one logical step in a process; can be automated or manual Process definition - can be a graphic or map that represents the sequence of activities and the routing rules. A process has a starting point and an ending point

4 Workflow Management System A software application that stores process definitions and runs jobs based on those definitions. These systems are also called "Orchestration applications" Two Major Components 1. Workflow Modeling Component The modeling component lets you model business operations, often using a visual interface, such as a diagramming tool. 2. Workflow Execution Component (Workflow Engine) The execution component is responsible for launching and managing the executing workflows

5 Workflow Management System Benefits: Consistency and Flexibility of Business Process Execution - Provides the "glue" for collaborating applications/services Automating process-to-process related workflows - It can mix automated activity with human activity Human activity - fill out a form, create document, collaborate, provide approval, etc. Automated activity - perform database CRUD, perform web service calculations, etc. - It allows sequential, parallel and dynamic routing paths - It allows for timing rules and deadlines

6 Workflow and BPM Workflow Management and Business Process Management Sometimes these terms are confused in industry - Workflow is one part of BPM - BPM is currently a popular term - BPM is often considered the management of the entire life-cycle of all business processes - BPM systems offer the ability to optimize processes - BPM provides the capability to monitor key business performance indicators - Business Activity Monitoring - BPM systems clarify that if business process flows are hard- coded into applications, then they are not flexible Example: handling corporate consolidation - BPM systems strive to provide tools to let business people define processes with standardized modeling tools

7 Workflow Standards Workflow engine - WS-BPEL WS-BPEL - Web Service Business Process Execution Language WS-BPEL is XML based - Web Service Orchestration A workflow engine reads WS-BPEL to execute the workflow BPEL uses XSD files- data types; WSDL files - WS Interface Def. Example - ApacheODE An open source BPEL compatible workflow engine Business Process Diagramming Models- BPMN BPMN is the Business Process Markup Language The primary goal of the new notation is to make business process modeling easier and reduce the gap between technical and business people. (It is similar to UML) Object Management Group (OMG) adopted it a standard in 2006 Process Diagrams - XPDL A common XML schema for saving business process diagrams

8 ApacheODE (Orchestration Director Engine) Executes business processes written using WS-BPEL standard. write processes using BPEL It talks to web services, sending and receiving messages, handling data manipulation and error recovery as described by your process definition. Why the Need For BPEL? o WSDL defined Web services have a stateless interaction model o “real-world” business processes require a more robust interaction model o BPEL provides the ability to express stateful, long-running interactions Relationship with WSDL o BPEL is layered on top of and extends the WSDL service model

9 Workflow Example with ApacheODE HelloWorld example using BPEL and ApacheODE: Components: deploy.xml: true Synchronously replies to a message. All components need to be in the WEB-INF/processess directory Start a process with the command: sendsoap http://localhost:8080/ode/processes/helloWorld testRequest.soap Response: SOAP message containing ' hello world '

10 Workflow Example with ApacheODE HelloWorld2.bpel

11 Workflow Example with ApacheODE HelloWorld2.bpel (continued) concat($tmpVar,' World')

12 Workflow Example with ApacheODE HelloWorld2.wsdl

13 Workflow Example with ApacheODE HelloWorld2.wsdl (continued)

14 Workflow Example with ApacheODE testRequest.soap Hello

15 Working Screenshots

16 Workflow Summary Workflow Definition Workflow Management Systems Process Modeling Execution (Workflow Engine) Benefits Workflow and Business Process Management Workflow Standards WSBPEL BPMN XPDL ApacheODE Workflow Example with ApacheODE


Download ppt "Enterprise Workflow CPSC 476 Lightening Talk Brenda Griffith/Katie Soto."

Similar presentations


Ads by Google