Package | Description |
---|---|
com.workfusion.rpa.helpers |
Modifier and Type | Method and Description |
---|---|
ScriptParams |
ScriptParams.add(String name,
Object value)
Add variable to result of map of variables
|
ScriptParams |
ScriptParams.addAll(Map<String,Object> variables)
Add all parameter to result of map of variables
|
static ScriptParams |
ScriptParams.create(String name,
Object value) |
static ScriptParams |
ScriptParams.empty()
Build empty map of variable
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
Script.executeGroovyScript(String code,
long timeoutInMillis,
ScriptParams arguments)
Executes Groovy Script on RPA agent side, not in Control Tower.
|
static <T> T |
Script.executeGroovyScript(String code,
ScriptParams arguments)
Executes Groovy Script on RPA agent side, not in Control Tower.
|
Copyright 2016, WorkFusion, Inc.