Project

General

Profile

1
Description of the project
2
--------------------------
3
This project is tightly integrated with the `icm-iis-core` project. It contains **examples of usage of various types of workflow nodes** defined in `icm-iis-core`. A single example is supposed to serve as a reference/template for a person implementing their own concrete workflow node of a certain type. By the way, the examples are at the same time unit tests, so we know that they work ;)
4

    
5
Workflow tests using Oozie testing facilities
6
---------------------------------------------
7
This project contains tests of various types of workflow nodes. If you want to **implement analogous workflow tests in some other project**, your test case class will have to inherit from the `icm-iis-core`'s ` eu.dnetlib.iis.core.AbstractWorkflowTestCase` class. Please read the description given in the javadoc of `eu.dnetlib.iis.core.AbstractWorkflowTestCase` class for more details and see other test case classes in this project for example workflow tests. 
8

    
9
Other
10
-----
11
See the `src/main/scripts` directory for sample scripts that build Oozie workflow packages.
(1-1/3)