Skip to contents

Create a StateGraph

Usage

state_graph(state_schema)

Arguments

state_schema

A WorkflowState or a named list of channel specs.

Value

A StateGraph object.

Examples

schema <- workflow_state(result = list(default = NULL))
g <- state_graph(schema)