You are here: Working with Task Components > Custom Task

Custom Task

Use the Custom Task to script the work your task performs using Jython.

The interface available to these scripts is documented here and here.

The scripts are primarily used to manipulate XML data passed to your script as a W3C Document Object Model (DOM) document. Output data is also in the form of a DOM.