wb workflow create

Name

wb-workflow-create - Create workflows.

Synopsis

wb workflow create --bucket-id=<bucketId> [--description=<description>] [--display-name=<displayName>] [--format=<format>] --path=<pathToWdl> --workflow=<id> [--workspace=<id>]

Description

Create workflows.

Options

  • --bucket-id=<bucketId>
    ID of the bucket containing the main workflow definition file, scoped to the workspace.

  • --description=<description>
    Description of the resource.

  • --display-name=<displayName>
    Workflow display name.

  • --format=<format>
    Set the format for printing command output. Defaults to the config format property.

    Valid values: JSON, TEXT

    Default: null
    
  • --path=<pathToWdl>
    Path to the main workflow definition file in the bucket.

  • --workflow=<id>
    Workflow ID.

  • --workspace=<id>
    Workspace ID to use for this command only.

Last Modified: 13 November 2025