Skip to contents

Get a timing diagram for a Cromwell workflow

Usage

cromwell_timing(workflow_id, url = cw_url())

Arguments

workflow_id

(character) A single workflow ID

url

(character) base url for your Cromwell server. optional. if not supplied set the url as the env var CROMWELLURL

Value

Opens a timing diagram in a browser

Details

Internally this function uses utils::browseURL() - if an auth header is required you'll have to do that manually

Important

Requires valid Cromwell server URL to be set. See cromwell_settings

Author

Amy Paguirigan, Scott Chamberlain