faasr_invoke_workflow {FaaSr} | R Documentation |
invoke workflow This function aggregates the invoke workflow function for openwhisk, github actions and lambda This can be used as a cross-platform function
faasr_invoke_workflow(FunctionInvoke = NULL, ...)
FunctionInvoke |
a string for invoke function |
... |
a string for underlying functions |
return nothing / invokes the FaaS platform.
if (interactive()){
test <- faasr("test.json", "env")
test$invoke_workflow
}