Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Mastering jBPM 5

You're reading from   Mastering jBPM 5 Design, build, and deploy business process-centric applications using the cutting-edge jBPM technology stack

Arrow left icon
Product type Paperback
Published in Jun 2015
Publisher
ISBN-13 9781783289578
Length 326 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
Simone Fiorini Simone Fiorini
Author Profile Icon Simone Fiorini
Simone Fiorini
Arun V Gopalakrishnan Arun V Gopalakrishnan
Author Profile Icon Arun V Gopalakrishnan
Arun V Gopalakrishnan
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Mastering jBPM6
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
1. Business Process Modeling – Bridging Business and Technology FREE CHAPTER 2. Building Your First BPM Application 3. Working with the Process Designer 4. Operation Management 5. BPMN Constructs 6. Core Architecture 7. Customizing and Extending jBPM 8. Integrating jBPM with Enterprise Architecture 9. jBPM in Production The Future jBPM BPMN Constructs Reference Index

Tasks


A task represents an action that needs to be performed.

User

  • BPMN element: <bpmn2:userTask>.

  • Description: Task that requires a human interaction with a UI or a programmed API.

  • Configuration: Use Actors or Groups for assigning the task to the users. Use the Assignments, DataInputSet, and DataOutputSet properties for task parameter mapping to the enclosing process instance.

Send

  • BPMN element: <bpmn2:sendTask>

  • Description: General-purpose task for a send message action

  • Configuration: The MessageRef property is a key to the ID attribute of a message element (bpmn2:message), which must be defined in the process scope

Note

It needs a custom WorkItemHandler to be registered with the send key.

Receive

  • BPMN element: <bpmn2:receiveTask>

  • Description: General-purpose task for a receive message action

  • Configuration: The MessageRef property is a key to the ID attribute of a message element (bpmn2:message), which must be defined in the process scope

Note

It needs a custom WorkItemHandler to be registered with the receive key.

Manual

  • BPMN element: <bpmn2:manualTask>

  • Description: Task whose purpose is oriented to documenting that an action must be performed manually and that it can be ignored by the engine

Service

  • BPMN element: <bpmn2:serviceTask>.

  • Description: Service task that supports a Java or SOAP WebService call.

  • Configuration: Use the ServiceImplementation, ServiceInterface, and ServiceOperation properties to configure the callable service/class. The WebService implementation requires the WSDL URL to be imported in the global scope (process imports).

Business rule

  • BPMN element: <bpmn2:businessRuleTask>

  • Description: Task that executes a Drool rule

  • Configuration: Use the Ruleflow Group property to select the name of the Rule Group that defines the set of rules that you need to execute

Script

  • BPMN element: <bpmn2:scriptTask>

  • Description: Task that executes Java or MVEL scripts

  • Configuration: Use the On Entry Actions, On Exit Actions, and Script language properties

None

  • BPMN element: <bpmn2:task>

  • Description: Ad hoc task

  • Configuration: You must register a WorkItemHandler with the task key

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £13.99/month. Cancel anytime
Visually different images