View source: R/SyntacticSugar.R
cavatica_tasks_search | R Documentation |
Cavatica Tasks
cavatica_tasks_search(
project,
pattern,
status = c("all", "queued", "draft", "running", "completed", "aborted", "failed")
)
project |
a sevenbridges 'Project' object. See readme for instructions on how to create this object |
pattern |
pattern of name e.g. 'prefix*' |
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.