We have a requirement to configure a webMethods Scheduler Service which has a input value,
i don't want to use wM Developer to define a new service in developer to supply the input value for the service which has to be placed in scheduler.
Could any one please let us know how to achieve this and give an input to the service in scheduler on a fly.
Below are the services which i want to configure as schedulers:
You can use [b]pub.scheduler:addComplexTask, addOneTimeTask or addRepeatingTask.[/b] Each of these accepts a paramter named "input" which you can set with the inputs for the service being called.
However, if anyone uses IS Administrator to edit the task in any way the inputs will be lost.
Hopes this helps.
Pavan.
---> If you think my reply is useful to you, then please click on [b]Thank you[/b] Button.
Leave a Reply
Guest User
Not sure what solution is right for you?
Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.
Pradip
Hi,
We have a requirement to configure a webMethods Scheduler Service which has a input value,
i don't want to use wM Developer to define a new service in developer to supply the input value for the service which has to be placed in scheduler.
Could any one please let us know how to achieve this and give an input to the service in scheduler on a fly.
Below are the services which i want to configure as schedulers:
[b]pub.art.connection:enableConnection
pub.art.listener:enableListener
pub.art.notification:enableListenerNotification[/b]
Pradip.
Pavan
Pradip,
You can use [b]pub.scheduler:addComplexTask, addOneTimeTask or addRepeatingTask.[/b] Each of these accepts a paramter named "input" which you can set with the inputs for the service being called.
However, if anyone uses IS Administrator to edit the task in any way the inputs will be lost.
Hopes this helps.
Pavan.
---> If you think my reply is useful to you, then please click on [b]Thank you[/b] Button.