Skip to contents

Retrieve a workflow from the API by its ID.

Usage

api_get_workflow(id)

Arguments

id

Workflow ID

Value

RecipeWorkflow object or NULL

See also

Examples

if (FALSE) { # \dontrun{
api_get_workflow("w_1739654400_123")
} # }