Activiti 5.x Business Process Management Beginner's Guide.
Chapter 2: Modeling Using the Activiti Modeler; Understanding Business Process Modeling; The BPM lifecycle; The design phase; Modeling; Execution; Monitoring; Optimization; Understanding the BPM standards; Getting started with BPMN elements; Flow objects; Events; Activities; Gateways; Connecting obj...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Publishing,
2014.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Installing Activiti; Getting started with Activiti BPM; The Activiti Engine; The Activiti Modeler; The Activiti Designer; The Activiti Explorer; The Activiti REST; Downloading and installing Activiti BPM; Prerequisites for Activiti; JDK 6 or higher; Eclipse Juno or Indigo; Installing the Activiti framework; Time for action
- installing the Activiti framework; Time for action
- creating our first process in Activiti; Time for action
- unit testing to see the result.
- Time for action
- deploying a model into the Activiti EngineSummary; Chapter 3: Designing Your Process Using the Activiti Designer; Understanding the Activiti Designer; Time for action
- downloading and installing the Activiti Designer; Time for action
- designing your first process; Time for action
- testing your process; Time for action
- importing a process from the Activiti Modeler to the Activiti Designer; Summary; Chapter 4: Management and Monitoring Using the Activiti Explorer; An overview of the Activiti Explorer; A process with the Activiti Explorer.
- Time for action
- starting a process instanceManaging tasks with the Activiti Explorer; Time for action
- working with user tasks; Managing processes with the Activiti Explorer; Time for action
- process management; Reporting with the Activiti Explorer; Time for action
- reporting using the Activiti Explorer; Administration using the Activiti Explorer; Time for action
- administration using the Activiti Explorer; Time for action
- changing to a production-ready database; Time for action
- deploying a process using the Activiti Explorer; Summary.
- Chapter 5: Development Using the Process EngineUnderstanding the Activiti development environment; The Activiti Spring layer; The Activiti Engine layer; PVM; Setting up the Activiti development environment; Configuring the Activiti Process Engine; Time for action
- configuring a database; Time for action
- the logging configuration; Time for action
- configuring the mail server; Time for action
- running the Activiti Engine; Summary; Chapter 6: The Activiti ProcessEngine API; Overview of the APIs and services; Delving into the process engine; RuntimeService; RepositoryService.
- Time for action
- deploying the process.