Learn R Programming

paws.storage (version 0.5.0)

omics_start_run: Starts a workflow run

Description

Starts a workflow run. To duplicate a run, specify the run's ID and a role ARN. The remaining parameters are copied from the previous run.

See https://www.paws-r-sdk.com/docs/omics_start_run/ for full documentation.

Usage

omics_start_run(
  workflowId = NULL,
  workflowType = NULL,
  runId = NULL,
  roleArn,
  name = NULL,
  runGroupId = NULL,
  priority = NULL,
  parameters = NULL,
  storageCapacity = NULL,
  outputUri = NULL,
  logLevel = NULL,
  tags = NULL,
  requestId,
  retentionMode = NULL
)

Arguments

workflowId

The run's workflow ID.

workflowType

The run's workflow type.

runId

The ID of a run to duplicate.

roleArn

[required] A service role for the run.

name

A name for the run.

runGroupId

The run's group ID.

priority

A priority for the run.

parameters

Parameters for the run.

storageCapacity

A storage capacity for the run in gigabytes.

outputUri

An output URI for the run.

logLevel

A log level for the run.

tags

Tags for the run.

requestId

[required] To ensure that requests don't run multiple times, specify a unique ID for each request.

retentionMode

The retention mode for the run.