docklandstech / dt-workflow

Docklands Tech Workflow engine
Other
0 stars 1 forks source link

Represent the graph node object by a proper class #9

Closed andreiruse closed 8 years ago

andreiruse commented 8 years ago

Right now, the node is represented by a Pair<String, String>.

This will enable extensibility and further task type implementations