About this task
You can extend the functionality of a
task by adding
actions (methods) and
data (properties) to the Services bean in the Bindings view.
To add actions and
data to a task
Procedure
- In the Solutions view,
double-click the task you want to work with to open it in the editor.
- In the Bindings view,
right-click
Services and:
- Click
Add >
Action to open the Add New Action wizard. For more information
about working with this wizard, see
IBM webMethods CAF and OpenUI Development
Help.
- Click
Add >
Data to open the Add New Property wizard. For more information
about working with this wizard, see
IBM webMethods CAF and OpenUI Development
Help.
- To view the results of step
2, double click
Services in the Bindings view to
open [TaskName]RuleContext.java in an
editor. The new method or value has been added to the file.
Note: If you have added any Java
services to the task, the Java code for those services is visible here also.