Skip to contents

Cross-reference query: find all workflows that reference a given recipe ID.

Usage

find_workflows_for_recipe(recipe_id)

Arguments

recipe_id

Character recipe ID to search for.

Value

List of RecipeWorkflow objects that reference this recipe.

Examples

set_workflow_backend("local", path = tempfile(fileext = ".json"))
wfs <- find_workflows_for_recipe("recipe_001")
length(wfs)
#> [1] 0