get_jobs: Get a list of jobs satisfying the supplied criteria

View source: R/workflow_services.R

get_jobsR Documentation

Get a list of jobs satisfying the supplied criteria

Description

Get a list of jobs satisfying the supplied criteria

Usage

get_jobs(
  conn,
  user_name = NULL,
  status = NULL,
  project = NULL,
  pipeline = NULL,
  state = NULL,
  context = NULL,
  limit = 20
)

Arguments

conn

connection object, see platform_connect

user_name

The user who created the job

status

Current status of jobs

project

Filter by project - use "all" for searching in all projects. Default: conn$project

pipeline

Filter by pipeline name

state

Filter by state, each state encapsulates several statuses (running, finished)

context

Filter by context string

limit

Maximum number of results. Default 20

Value

data.frame of jobs


wuxi-nextcode/gorr documentation built on Jan. 1, 2023, 7:54 a.m.