Omics / Client / update_workflow

update_workflow#

Omics.Client.update_workflow(**kwargs)#

Updates a workflow.

See also: AWS API Documentation

Request Syntax

response = client.update_workflow(
    id='string',
    name='string',
    description='string'
)
Parameters:
  • id (string) –

    [REQUIRED]

    The workflow’s ID.

  • name (string) – A name for the workflow.

  • description (string) – A description for the workflow.

Returns:

None

Exceptions

  • Omics.Client.exceptions.InternalServerException

  • Omics.Client.exceptions.ServiceQuotaExceededException

  • Omics.Client.exceptions.ThrottlingException

  • Omics.Client.exceptions.ValidationException

  • Omics.Client.exceptions.ConflictException

  • Omics.Client.exceptions.ResourceNotFoundException

  • Omics.Client.exceptions.AccessDeniedException

  • Omics.Client.exceptions.RequestTimeoutException