View source: R/SyntacticSugar.R
cavatica_tasks_search_by_prefix | R Documentation |
Find tasks with name starting with 'prefix'
cavatica_tasks_search_by_prefix(
project,
prefix,
status = c("all", "queued", "draft", "running", "completed", "aborted", "failed")
)
project |
a sevenbridges 'Project' object. See readme for instructions on how to create this object |
prefix |
prefix of task name (string) |
status |
one of: c("all", "queued", "draft", "running", "completed", "aborted", "failed") |
tasklist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.