Skip navigation links

Package org.apache.taverna.scufl2.api

Scufl2 Workflow language API

See: Description

Package org.apache.taverna.scufl2.api Description

Scufl2 Workflow language API

A WorkflowBundle is the main entry point for description of a workflow. It contains several Workflows, one of which is the WorkflowBundle.getMainWorkflow(). A workflow is configured for execution in a Profile, one of which is the WorkflowBundle.getMainProfile().

You can load and save WorkflowBundle instances using WorkflowBundleIO as long as the implementations from the modules scufl2-t2flow and scufl2-rdfxml are discoverable the classpath or available as OSGi services, alternatively implementations of WorkflowBundleReader and WorkflowBundleWriter can be used independently.

Also see SCUFL 2 API in myGrid wiki and the scufl2 github projecT.

Skip navigation links

Copyright © 2015–2016 The Apache Software Foundation. All rights reserved.