Learn R Programming

FaaSr (version 1.4.4)

faasr_invoke_workflow: faasr_invoke_workflow

Description

invoke workflow This function aggregates the invoke workflow function for openwhisk, github actions and lambda This can be used as a cross-platform function

Usage

faasr_invoke_workflow(FunctionInvoke = NULL, ...)

Value

return nothing / invokes the FaaS platform.

Arguments

FunctionInvoke

a string for invoke function

...

a string for underlying functions

Examples

Run this code
if (interactive()){
test <- faasr("test.json", "env")
test$invoke_workflow
}

Run the code above in your browser using DataLab