Custom Action on Tasks through Global Rules

Hi All,
Is there a possibility to create a custom global rule for Tasks and invoke a user created java method ?
I’ve a requirement where whenever a task is queued, i need to raise an event and insert part of task info and task business data into a database table. As this should be done for all the Tasks present in MWS, I though we can achieve this through Global Rules.
So, I would like to if it is possbile and did any one out there implemented something like this ?

Regards,
Sravan

Sravan:

May be you can do it using caf events. Caf Event Type → “Create”; Listener Type “Queued”.

More instructions in Designer CAF Development Help Guide → Introduction to CAF Events.

Hope this help.

Regards.

Thanks Norberto!
I’ll give it a try and let you know.