View source: R/faasr_client_tools.R
faasr_invoke_workflow | 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
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.