Sample Task

The Services Framework provides a sample task to use. The sample source code is provided to assist with writing and using tasks. The sample task is installed, by default, during the installation of the run time.

The sample task is written to help users understand how tasks receive work and how the work relates to a unit of work artifact. The sample task is developed to receive any unit of work request (typically from the Transaction Server) and convert it to a basic XML document.

The following are the steps for implementing the sample task:
  1. Register the sample task
  2. Configure the sample task
    1. Set the appropriate configuration parameters for processing
  3. Configure the Transaction Server to post a unit of work request to the configured sample task