Apache Taverna Server

Apache Taverna Server (incubating) is a REST/WSDL web service for executing Apache Taverna (incubating) workflows.

Taverna workflows are defined using Apache Taverna Language.

Source code

Below you can find the latest Taverna Server source release.

After downloading the files, verify the PGP signatures using the Apache Taverna KEYS file.

After unpacking, follow the build instructions. See the Taverna Server documentation for details of installation, configuration and usage.

taverna-server-3.1.0-incubating

Apache Taverna Server 3.1.0-incubating was published on 2018-01-17, and is available for download from official mirrors of the ASF Distribution Directory incubator/taverna/:

The Taverna Server changelog is available from the Apache Taverna Jira.

Note that when building Taverna Server, it will require other Taverna modules:

Source code repositories

For the latest developments you may also be interested in the corresponding source code repositories:

Each release has a corresponding tag, e.g. 3.1.0-incubating.

Maven artifacts

Apache Taverna Server's Maven artifacts are available from Maven Central, mirrored from ASF's Maven repository. For the convenience of IDE users, the Maven artifacts include -javadoc.jar and -sources.jar; however, you might prefer the online API javadoc and the source code releases (see below).

To use any Taverna Server modules with Maven, add one or more of these to your pom.xml:

<dependencies>
    <dependency>
        <groupId>org.apache.taverna.server</groupId>
        <artifactId>taverna-server-client/</artifactId>
        <version>3.1.0-incubating</version>
    </dependency>
    <dependency>
        <groupId>org.apache.taverna.server</groupId>
        <artifactId>taverna-server-usagerecord</artifactId>
        <version>3.1.0-incubating</version>
    </dependency>
    <dependency>
        <groupId>org.apache.taverna.server</groupId>
        <artifactId>taverna-server-port-description</artifactId>
        <version>3.1.0-incubating</version>
    </dependency>
    <dependency>
        <groupId>org.apache.taverna.server</groupId>
        <artifactId>taverna-server-runinterface</artifactId>
        <version>3.1.0-incubating</version>
    </dependency>
    <dependency>
        <groupId>org.apache.taverna.server</groupId>
        <artifactId>taverna-server-rmidaemon</artifactId>
        <version>3.1.0-incubating</version>
    </dependency>
    <dependency>
        <groupId>org.apache.taverna.server</groupId>
        <artifactId>taverna-server-worker</artifactId>
        <version>3.1.0-incubating</version>
    </dependency>
    <dependency>
        <groupId>org.apache.taverna.server</groupId>
        <artifactId>taverna-server-unix-forker</artifactId>
        <version>3.1.0-incubating</version>
    </dependency>
    <dependency>
        <groupId>org.apache.taverna.server</groupId>
        <artifactId>taverna-server-webapp</artifactId>
        <version>3.1.0-incubating</version>
        <type>war</type>
    </dependency>
</dependencies>

The above <version> might not be up-to-date. See the source code releases above to find the latest version.

Client-side

To complement the Taverna Server, we have developed several client side libraries and applications.

They access the Server's functionality and can help you build your client applications around the Server and provide exemplars of how such applications can be implemented.

Third-party applications

These third-party applications use or interact with Taverna Server, but are not published or endorsed by Apache Taverna:

Archived releases

For all archived Apache Taverna releases, see archive.apache.org.

The source code for Taverna Server before migrating to Apache Software Foundation (Taverna 2.5 and earlier) is available as a series of old/ tags in the git repository, e.g. old/2.5.4.

Note that Taverna 2.5 and older is licensed under LGPL 2.1.

Binary downloads for older releases are available from LaunchPad's archive, for instance Taverna Server 2.5.4 which you may need for executing some Taverna 2 .t2flow workflows.