related to service scheduled to run periodically..

How do I pass input param to a service scheduled to run periodically?

E.g.

Let’s assume I have a service called doSomething which accepts an input parameter i_debug. In scheduler task, when I say, service = doSomething?i_debug=Y, I’m getting an error, No such service?!

Write a new service that calls your service with the argument, then schedule that new service.