View source: R/SyntacticSugar.R
cavatica_tasks_create | R Documentation |
Create Task
cavatica_tasks_create(
project,
name,
app_id,
inputs = NULL,
batch = NULL,
description = NULL,
use_interruptible_instances = TRUE,
execution_settings = NULL
)
project |
a sevenbridges 'Project' object. See readme for instructions on how to create this object |
name |
name of task |
app_id |
id of app/workflow to run |
inputs |
list describing input values. See |
batch |
list describing how to batch task. Construct value passed to function using |
description |
description of task |
use_interruptible_instances |
use spot instances? (boolean) |
execution_settings |
control the instance type and maximum number of parallel instances (list, e.g. |
sevenbridges Task object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.