Hello,
I just wonder, how to know which arguments it expects if you dump ex. the cronservice?
since these arguments changed from cf8 to cf10
ex. before you could start a task via the ServiceFactory CronService like
runTask(java.lang.string), but now this changed to
runTask(java.lang.string, java.lang.string, java.lang.string) and i have no idea which these arguments are?
tx