Jar examples for c:cas-workflow
The workflow management component of a Catalog and Archive Service. This component purposefully separates workflow repositories and workflow engines standard interfaces, and provides some out of the box backend implementations of them (including one based on the javax.sql.DataSource interface). This component provides everything that you need to execute workflows, and science processing pipelines.
You can download jar file cas-workflow 0.4 in this page.
Apache License
You can use the following script to add cas-workflow-0.4.jar to your project.
<dependency> <groupId>org.apache.oodt</groupId> <artifactId>cas-workflow</artifactId> <version>0.4</version> </dependency>
compile group: 'org.apache.oodt', name: 'cas-workflow', version: '0.4'
libraryDependencies += "org.apache.oodt" % "cas-workflow" % "0.4"
<dependency org="org.apache.oodt" name="cas-workflow" rev="0.4"/>
@Grapes(@Grab(group='org.apache.oodt', module='cas-workflow', version='0.4'))
'org.apache.oodt:cas-workflow:jar:0.4'
Click the following link to download the jar file.
cas-workflow-0.4-javadoc.jar