oc_workflow_definition: Query Opencast for a specific workflow definition

View source: R/oc_workflow_definition.R

oc_workflow_definitionR Documentation

Query Opencast for a specific workflow definition

Description

Returns a single workflow definition.

Usage

oc_workflow_definition(workflowDefinitionId = "")

Arguments

workflowDefinitionId

The workflow definition id

Details

This function expects the hostname, username and password to be set as environment variables.

Value

Returns a single workflow definition.

Examples

Sys.setenv(OPENCAST_HOST = "https://legacy.opencast.org")
Sys.setenv(OPENCAST_USERNAME = "admin")
Sys.setenv(OPENCAST_PASSWORD = "opencast")

oc_workflow_definition("schedule-and-upload")

ebbertd/opencastR documentation built on March 23, 2022, 10:11 p.m.