Skip to contents

Configure the active workflow backend via options.

Usage

set_workflow_backend(type, path = NULL)

Arguments

type

Character. "local" or "api" (also accepts "mongo" for backward compat).

path

Character. File path for local backend.

Value

Invisibly, the WorkflowBackend object created.

Examples

set_workflow_backend("local", path = tempfile(fileext = ".json"))