REXEC
Extension: io.warp10.script.ext.rexec.RexecWarpScriptExtension
extensions stackConfiguration parameters
-
warpscript.rexec.enable
-
warpscript.extensions
The REXEC
function executes some WarpScript code on a remote Warp 10 instance. The stack left by the execution on the remote instance will be snapshotted using SNAPSHOT
and the result will be re-applied on the local stack.
For Warp 10™ 1.x, this function is not available if warpscript.rexec.enable
was not set to true
in the Warp 10 instance configuration.
Starting with Warp 10™ 2.x, this function has been moved to the io.warp10.script.ext.rexec.RexecWarpScriptExtension
extension.