Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The main steps while writing a task are as follows:

  1. Write the Task class
  2. Customize the task
  3. Compile and bundle the task
  4. Add the task to the WSO2 ESB class path
  5. Configure and schedule the task in ESB Console

Table of Contents

...

Step 1. Write the Task Class
Anchor
Writing the Task class
Writing the Task class

...

Assemble the compiled class Task as a JAR file.

...

Step 4. Add to the WSO2

...

EI Class Path
Anchor
Packaging the Custom Mediator
Packaging the Custom Mediator

After compiling and bundling the Task class, you need to add it to the WSO2 EI class path. Place the JAR file in the lib directory of WSO2 EI.

...

Info
titleNotice

It is required to restart WSO2 EI for the JAR containing the task implementation to be picked up by the server runtime. An OSGi bundle containing the task implementation will be created automatically and it will be deployed in the server.

...

Step 5. Configure and Schedule in

...

WSO2 EI Console
Anchor
below
below

See Adding and Scheduling Tasks.

...