Registry / other / opencast-workflow-service-api

opencast-workflow-service-api

JSON →
library18.5javamavenunverified

Defines the API for workflow services in Opencast, a media capture and processing system.

<dependency> <groupId>org.opencastproject</groupId> <artifactId>opencast-workflow-service-api</artifactId> <version>18.5</version> </dependency>
INSTALL
IMPORT
SIG · OPENCAST-WORKFLOW-
O
opencast-workflow-service-api
otherjavav18.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WorkflowInstance
org.opencastproject.workflow.api.WorkflowInstance

Creates and inspects a WorkflowInstance.

import org.opencastproject.workflow.api.WorkflowInstance; import org.opencastproject.workflow.api.WorkflowOperationInstance; public class Quickstart { public static void main(String[] args) { WorkflowInstance instance = new WorkflowInstance(); instance.setId(1L); instance.setTitle("Example Workflow"); System.out.println(instance.getTitle()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
18.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
opencast-workflow-service-api — mvn dependency:get opencast-workflow-service-api · libregistry