execute

abstract fun execute(objectMap: HashMap<String, Any>): RoutineAnswer

The maim execute function for this routine job.

Return

RoutineAnswer which cant be NULL. To create an empty answer do this: new RoutineAnswer();

Parameters

objectMap

The object map from the answer of the last run. If its the first run its a new and empty HashMap.

Throws

Exceptions will be handled by the ErrorHandler.