blob: 25960bea4a6885b75fcc2fd59bffacf5c347d235 [file] [log] [blame]
{
"classLoaderSharing" : "workflow",
"script" : "Set results = new HashSet();\nresults.addAll(list1);\nresults.addAll(list2);\nList union = new ArrayList();\nunion.addAll(results);\n",
"localworkerName" : "org.embl.ebi.escience.scuflworkers.java.StringSetUnion",
"inputPorts" : [ {
"name" : "list1",
"depth" : 1,
"type" : "String"
}, {
"name" : "list2",
"depth" : 1,
"type" : "String"
} ],
"outputPorts" : [ {
"name" : "union",
"depth" : 1,
"granularDepth" : 1
} ],
"isAltered" : false
}