create_routing_artifacts: Create or update an artifact routing map

View source: R/route.R

create_routing_artifactsR Documentation

Create or update an artifact routing map

Description

Create or update an artifact routing map

Usage

create_routing_artifacts(x, workflow_uri = NULL, stage_uri = NULL,
  action = c("assign", "unassign")[1], routing = create_routing())

Arguments

x

a list of one or more artifacts as ArtifactsRefClass or xmlNode

workflow_uri

from the link... 'The workflow to use for (un)assigning the samples. Is not needed if stage URI is set. If stageURI is not specified, the default stage in the workflow will be used for assignment.'

action

character of either 'assign' or 'unassign'

routing

xml structure of type 'routing' - if NULL a new one is created but if provided it is updated

satge_uri

from the link above 'The stage to assign the samples to. The #' stage is tied to a workflow, so workflowURI is not needed if this attribute #' is set.'

Value

xml routing node (new or updated) or NULL

See Also

https://www.genologics.com/files/permanent/API/latest/data_rt.html#element_routing


BigelowLab/genologicsr documentation built on June 7, 2024, 3:15 a.m.