This component is a wrapper for all users’ application level functionalities. It implements an open framework to plug services that then creates Task or Scheduler. This framework controls common service functionalities:
Task creation Practically, every service implements IService that defines all the parameters the service must or may include in the task or scheduler and several functions that
prepares the data access request view template for the web client;
reviews the parameters’ correctness;
builds the task with parameterized jobs composition. Once the task created by the service, the assigned Computing Resource handles it for submission.