[Download] | [Documentation Home] | [Release Note]
The web tasks works in a way that, if you have any job to be executed in a periodic way, with a given criteria, the Task Server can be used as the entity which does the triggering. In registering a web task, the user will simply provide a URL, to which an HTTP GET request will be sent with each trigger event. So the target application which will be hit with the invocation of the target URL can execute the job that is expected to work according to the scheduling criteria.
The following steps show how to create an user web task.
Figure 1: Create New Remote Task