faasr_invoke_workflow: faasr_invoke_workflow

View source: R/faasr_client_tools.R

faasr_invoke_workflowR 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
}

FaaSr documentation built on June 22, 2024, 9:38 a.m.