faasr_invoke_workflow {FaaSr}R Documentation

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, ...)

Arguments

FunctionInvoke

a string for invoke function

...

a string for underlying functions

Value

return nothing / invokes the FaaS platform.

Examples

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

[Package FaaSr version 1.2.1 Index]