-
Notifications
You must be signed in to change notification settings - Fork 4
Undercover_Agents
#Undercover Agents (UCAs).
-
An Undercover Agent (UCA) listens for triggers from external systems, Invoke UCA service components or for scheduled time based events.
-
UCAs are also responsible for firing either a Message Start Event or for firing an Message Intermediate Event that is contained within a BPD.
-
The UCA does not invoke the service explicitly, but instead,it queues the request to start the service on a logical queue.
-
The queuing mechanism is used to serialize the execution of UCA originated events. When the UCA places a request on a queue, any further requests placed on that queue are not processed until the previous events have completed which means that the associated services have completed.
-
One exception to this is the special queue called the Async Queue.
- To create a UCA, select from the Design list: Implementation -> Undercover Agent.
- A new UCA window appears, which allows you to name the UCA and
There are two "Schedule Type" selections:
- On Event: Fired as a result of an explicit Invoke UCA in a service
- Time Elapsed: Fired on schedule from the run-time Event Initiated
- When a UCA is scheduled, we can see it in the Process Admin Console under Event Manager -> Monitor
- The UCA can also be seen in the process designer as another instance.
- Home
- Project Schedules
- EBC6230 Groups
- uOttawa VPN Setup
- IBM BPM v8.5.5 Process Designer Installation
IBM BPM Concepts
- Business Process Management
- Business Process Model
- Coaching(Human Service)
- Variables and Data Mapping
- Running process in process inspector
- Running Process from portal
- Participant Group Creation
- Taking Process Snapshot
- Exporting Business Process Project
- Business Objects and Complex Data
- Web Service Orchestration
- Decision Gateway
- Debugging a Process
- Sub-Processes and Linked Processes
- Monitoring Business Processes
-
Tutorials
- Tutorial: Creating Process Application in BPM Process Designer
- Tutorial: Creating Process/BPD inside Process App
- Tutorial: A Simple Human Service Coach
- Tutorial: Binding Variables to coach components
- Tutorial: Making Process Variables’ value visible in the Process Portal
- Tutorial: Create a list view on the coach from variables
- Tutorial: Decision Gateway
- Tutorial: Multiple Selection of Items
- Tutorial: Using Calculator Webservice
- Tutorial: Using the created Data Source in Process Designer
- Tutorial: Creating and Using Business Objects in a Business Process
- Tutorial: Sub-Process
- Tutorial: Linked Process
- Tutorial: Timer Event
- Tutorial: Monitoring
- Tutorial: Dashboard Reports
-
Assignments
-
Assignment 1
-
Assignment 2
-
Assignment 3 Part (A) - SubProcess
-
Assignment 3 Part (B) - Linked-Process
-
Assignment 3 Part (C) - Monitoring
-
Project
-
Suggested Reference Materials
-
Assignment 1