Adding Your Own Java Code
About this task
You can extend the functionality of a task by implementing and calling custom Java code through customization of the task's "Services" bean. This Java bean is available for each task, and you can add Java methods as actions and Java getters as properties of this bean.
Java actions can be called from task
events. Java getters (for example, functions such as
get<Name>(),
which returns a
value) can be used in both assignments and events to deliver data. As an
example, a getter may return a list of user IDs for assignment or it may return
a value to be used for comparison in event condition or for update in an event
action.
To add custom Java code to a task