이 콘텐츠는 선택한 언어로 제공되지 않습니다.
32.4. Running Remote Tasks
If authorization is disabled on the server then anyone may execute remote tasks once they have been installed. Otherwise, only users with
EXEC
permissions will be allowed to run previously installed tasks. If a remote task has additional users specified, via the getAllowedRole
method, then users must also belong to this role to execute the script.
To execute a previously deployed task call
execute(String taskName, Map parameters)
on the desired cache. The following example demonstrates executing a task with the name sampleTask
: