override fun runSequence(inputs: Map<String, SDValue>): Map<String, SDValue> {
        return graphRunner.execValues(inputs)
    }