FuncApi (Function APIs)
executeFunction
FuncApi.executeFunction(String functionName, Map params)
or
FuncApi.executeFunction(String appName, String functionName, Map<String, Object> params)functionName: name of the function
params: hashmap representing the parameters
appNameMap<String, Object> functionParameters = new LinkedHashMap<String, Object>();
Result result = FuncApi.executeFunction("FUNCTION_NAME", functionParameters);object values returned by the called functionexecuteFunctionWithMethod
Parameters
executeSSH
pingTask
createTask
Parameters
createTaskBySourceUid
Parameters
Last updated
Was this helpful?