OpenWGA 7.10 - OpenWGA Concepts and Features

Administration » Features » Jobs » Task types

Execute Java task implementation

This type of task executes Java code that is defined in a class implementing interface "de.innovationgate.wgpublisher.scheduler.TaskImplementation", which is part of the OpenWGA classpath. This interface has a single method execute() which is called on running the task. The method gets a Java version of the JobContext object as single parameter.

The Java Task currently cannot be used to access OpenWGA resources safely, as it has no standarized API to do that. It instead can be used to perform other Java based functionalities.