{"id":71702,"library":"opencast-workflow-service-api","title":"Opencast Workflow Service API","description":"Defines the API for workflow services in Opencast, a media capture and processing system.","status":"active","version":"18.5","language":"java","source_language":null,"source_url":"https://github.com/opencast/opencast","tags":["opencast","workflow","media","api"],"install":[{"cmd":"<dependency>\n  <groupId>org.opencastproject</groupId>\n  <artifactId>opencast-workflow-service-api</artifactId>\n  <version>18.5</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.opencastproject:opencast-workflow-service-api:18.5'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"WorkflowInstance","correct":"org.opencastproject.workflow.api.WorkflowInstance"}],"quickstart":{"code":"import org.opencastproject.workflow.api.WorkflowInstance;\nimport org.opencastproject.workflow.api.WorkflowOperationInstance;\n\npublic class Quickstart {\n    public static void main(String[] args) {\n        WorkflowInstance instance = new WorkflowInstance();\n        instance.setId(1L);\n        instance.setTitle(\"Example Workflow\");\n        System.out.println(instance.getTitle());\n    }\n}","lang":"java","description":"Creates and inspects a WorkflowInstance."},"warnings":[],"env_vars":null,"search_vec":"'api':4,7,22 'captur':15 'defin':5 'media':14,21 'opencast':1,12,19 'process':17 'servic':3,10 'system':18 'workflow':2,9,20","created_at":"2026-06-17T18:30:31.030695+00:00","updated_at":"2026-06-17T18:30:31.030695+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://opencast.org","github":"https://github.com/opencast/opencast","docs":"https://appdoc.app/artifact/org.opencastproject/opencast-workflow-service-api/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}