Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to create a new async task processing change events.

Can you please guide me on how to use
mechanisms provided by the repository component to declare it's own
async task processing change events.
I want to create one such task which would process and handle an event like a parent attribute change of a WI and would execute the associated handler
Can you please provide some code snippets or reference on this.

0 votes



One answer

Permanent link
On Wed, 13 May 2009 12:58:16 +0000, meghana wrote:

Can you please guide me on how to use mechanisms provided by the
repository component to declare it's own async task processing change
events.
I want to create one such task which would process and handle an event
like a parent attribute change of a WI and would execute the associated
handler
Can you please provide some code snippets or reference on this.

In order to handle change events, you wouldn't define your own async task
in the server. The Process framework already includes such a task which
reads all change events and delegates them to "event handlers" for
processing. You can provide your own event handler by creating a plugin
for the server.

(A little) documentation on how to define a new event handler is provided
in the Team Process Developer Guide in the wiki:

https://jazz.net/wiki/bin/view/Main/
TeamProcessDeveloperGuide#Adding_New_Event_Handlers


--
Jared Burns
Jazz Process Team

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,939

Question asked: May 13 '09, 8:55 a.m.

Question was seen: 5,346 times

Last updated: May 13 '09, 8:55 a.m.

Confirmation Cancel Confirm