Testing task services
Tasks are used to schedule jobs to run periodically at fixed times, dates, or intervals. To test a task via the Tester, you need to navigate the Tester.
Since tasks do not have any input parameters, you do not need to input any data. To test a task select the task you would like to test and click/tap on the Run task. Like testing a message queue service, running a task is not a request to a RESTful API call, we do not get response body and response headers but just Service logs data as a response.
info
If the selected task does not have a routed service, you will receive a warning message stating that you cannot test the selected task. Tasks should have a valid routed service so that you can test them.