107108109110111112113114115116117
//execute task 2: Map inputs2 = new HashMap(); inputs2.put("text", outputs1.get("output")); Map outputs2 = task2.execute(inputs2); System.out.println(outputs2.get("output")); } // ------------------------------------------------------- test2