Workflow create_experiment_workspace
This workflow creates a workspace for experiments. It provides a simple interface for users to invoke the corresponding task.
task_data
:experiment_name
(string): the name of the experiment; must start with an ASCII letter, and must only contain ASCII letters, digits,+
,.
, or_
public
(boolean, defaults to True): whether the new workspace is publicowner_group
(string, optional): the name of the existing group in the base workspace’s scope to set as the owner of the new workspace; if unset, the task will create a new ephemeral groupworkflow_template_names
(list of strings, defaults to the empty list): names of workflow templates to copy from the base workspace to the new workspaceexpiration_delay
(integer, optional, defaults to 60): number of days since the last task completion time after which the new workspace can be deleted
The workflow creates a CreateExperimentWorkspace task, with the same task data.