Multiple spark jobs are needed to run sequentially such that output of one will be the input of other .on exploring i found out ExecutiveSparkInteractive is used to trigger spark job in nifi .So is this schenario valid for nifi where more than one spark job needs to be run one by one.