LogoLogo
  • Overview
  • publisher
    • Introduction
    • Getting Started
      • Logging in to Publisher
    • Data Sources
      • Connecting a Data Source
      • Managing a Data Source
      • Connectors
        • AWS S3 Permissions
        • Connecting to AWS S3 Storage
        • Google Cloud Storage (GCS) Permissions
        • Connecting to Google Cloud Storage
        • PostgreSQL Permissions
        • Connecting to PostgreSQL
        • PostgreSQL on Azure Permissions
        • Microsoft Azure Blob Storage Permissions
        • Connecting to Microsoft Azure Blob Storage
        • Connecting to HTTPS
        • Connecting to other sources via Trino
          • BigQuery
    • Collections
      • Creating a Collection
      • Sharing a Collection
      • Collection Filters
      • Editing Collection Metadata
      • Updating Collection Contents
    • Access Policies
      • Creating an Access Policy
      • Managing Access Policies
    • Questions
      • Adding Questions
      • Example Question
    • Settings
      • Viewing Current and Past Administrators
      • Adding an Administrator
      • Removing an Administrator
      • Setting Notification Preferences
  • Explorer
    • Introduction
    • Viewing a Collection
    • Browsing Collections
    • Asking Questions
    • Accessing a Private Collection
      • Requesting Access to a Private Collection
    • Filtering Data in Tables
      • Strings
      • Dates
      • Numbers
  • Workbench
    • Introduction
    • Getting Started
      • Logging into Workbench
      • Connecting an Engine
      • Finding or Importing a Workflow
      • Configuring Workflow Inputs
      • Running and Monitoring a Workflow
      • Locating Outputs
    • Engines
      • Adding and Updating an Engine
        • On AWS HealthOmics
        • On Microsoft Azure
        • On Google Cloud Platform
        • On Premises
      • Parameters
        • AWS HealthOmics
        • Google Cloud Platform
        • Microsoft Azure
        • On-Premises
        • Cromwell
        • Amazon Genomics CLI
    • Workflows
      • Finding Workflows
      • Adding a Workflow
      • Supported Languages
      • Repositories
        • Dockstore
    • Instruments
      • Getting Started with Instruments
      • Connecting a Storage Account
      • Using Sample Data in a Workflow
      • Running Workflows Using Samples
      • Family Based Analysis with Pedigree Information
      • Monitor the Workflow
      • CLI Reference
        • Instruments
        • Storage
        • Samples
        • OpenAPI Specification
    • Entities
    • Terminology
  • Passport
    • Introduction
    • Registering an Email Address for a Google Identity
  • Command Line Interface
    • Installation
    • Usage Examples
    • Working with JSON Data
    • Reference
      • workbench
        • runs submit
        • runs list
        • runs describe
        • runs cancel
        • runs delete
        • runs logs
        • runs tasks list
        • runs events list
        • engines list
        • engines describe
        • engines parameters list
        • engines parameters describe
        • engines health-checks list
        • workflows create
        • workflows list
        • workflows describe
        • workflows update
        • workflows delete
        • workflows versions create
        • workflows versions list
        • workflows versions describe
        • workflows versions files
        • workflows versions update
        • workflows versions delete
        • workflows versions defaults create
        • workflows versions defaults list
        • workflows versions defaults describe
        • workflows versions defaults update
        • workflows versions defaults delete
        • namespaces get-default
        • storage add
        • storage delete
        • storage describe
        • storage list
        • storage update
        • storage platforms add
        • storage platforms delete
        • storage platforms describe
        • storage platforms list
        • samples list
        • samples describe
        • samples files list
      • publisher
        • datasources list
  • Analysis
    • Python Library
    • Popular Environments
      • Cromwell
      • CWL Tool
      • Terra
      • Nextflow
      • DNAnexus
Powered by GitBook

© DNAstack. All rights reserved.

On this page
  • Understanding Engines in Workbench
  • How Engines Work
  • Supported Environments
  • Viewing and Accessing Engines
  • Default Engine Settings
  • Actions
  • Engine Status

Was this helpful?

  1. Workbench

Engines

PreviousLocating OutputsNextAdding and Updating an Engine

Last updated 2 months ago

Was this helpful?

Understanding Engines in Workbench

An engine is an external service that executes WDL ( ) workflows in . These engines interpret your workflows, generate task definitions, and manage their execution in your chosen computing environment. You can running in your own environment to your Workbench account, which will then use that engine to submit and monitor workflow runs.

How Engines Work

The engine is responsible for processing WDL, an open, community-driven workflow language stewarded by the . WDL is designed to be both easy to read and write, while scaling effectively from simple command-line tools to complex parallel workflows.

When you submit a workflow, your engine:

  • Interprets the WDL script

  • Generates individual task definitions

  • Manages task dependencies and scheduling

  • Dispatches tasks to execution services

  • Handles resource allocation and management

Workflow engines that support WDL, such as Cromwell and miniWDL, provide these capabilities while managing the resources required for workflow execution.

Supported Environments

You can run Workbench engines in various environments:

Viewing and Accessing Engines

Access your engines through either:

From the Settings page, use the search bar to find specific engines. Click any engine row to view detailed information about its state, configuration, and parameters.

Default Engine Settings

The first engine you create in Workbench becomes your default engine. This default engine is pre-populated whenever you submit a workflow run, though you can change engines for specific runs. When submitting workflow runs from the CLI, the default engine is used if you omit the --engine flag.

To change your default engine:

  1. Navigate to Settings

  2. Hover over your chosen engine

  3. Click the "Set as Default" star button

You cannot delete the default engine. If you want to delete the default engine, you must first set another engine as the default.

Actions

When viewing the engine list, hover over any row to access these actions:

Edit Engine

Clicking on the Edit Engine pencil icon button will allow you to update the engine configuration, engine name, and engine parameters

Set as Default

Clicking on the Set as Default star icon button will set the engine as the default engine in Workbench

Copy Engine Id

Clicking on the Copy Engine Id duplicate icon button will copy the engine ID to your clipboard. This is useful when you need to reference the engine ID in the CLI or API

Delete Engine

Clicking on the Delete Engine trashcan icon will remove the engine from Workbench.

This action is irreversible.

  • You must set a new default before deleting a default engine

  • Currently running workflows will be marked as failed but continue running

  • The underlying infrastructure remains unaffected and must be deleted separately

  • Previous runs remain visible but you cannot submit new runs or view logs

Engine Status

Workbench continuously monitors connected engines to ensure availability. The system checks:

  • Connectivity to API endpoints

  • Credential authentication

  • Permission verification

  • Storage access

  • Log streaming capability

Each engine runs only the checks relevant to its type and configuration. Failed checks put the engine in ERROR state until resolved, while passing checks keep it ONLINE. You can view engine status in the UI - a green dot indicates ONLINE, while a red dot shows ERROR. For troubleshooting help, consult your engine's configuration guide.

The in the Workbench UI

The (CLI)

Workflow Description Language
Workbench
connect an engine
OpenWDL organization
Amazon Web Services
Google Cloud Platform
Microsoft Azure
On Premises
Settings Page
Command Line Interface