monitorWorkflow: Check the status of submitted jobs

View source: R/monitorWorkflow.R

monitorWorkflowR Documentation

Check the status of submitted jobs

Description

Check the status of submitted jobs

Usage

monitorWorkflow(workspaceName)

Arguments

workspaceName

Character(1). Name of the workspace

Value

A tibble summarizing submitted workflow jobs. Contains information such as submission Id, submission date, and submission status.

Examples

library(AnVILBase)
if (
    gcloud_exists() && identical(avplatform_namespace(), "AnVILGCP") &&
    nzchar(avworkspace_name())
) {
monitorWorkflow(workspaceName = "Bioconductor-Workflow-DESeq2")
}


shbrief/RunTerraWorkflow documentation built on Oct. 9, 2024, noon