runTask

open suspend override fun runTask(task: String, params: String?): String

Triggers a configured task by name. Pass the task name as defined in the task configuration object, and optionally a JSON string of task-specific parameters. Returns the result as a JSON string.