Package uk.org.taverna.scufl2.api

Scufl2 Workflow language API

See: Description

Package uk.org.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.

Author:
Stian Soiland-Reyes, Alan Williams, David Withers, Paolo Missier

Copyright © 2013 myGrid. All rights reserved.