I'm taking a stab at importing several of my PDI jobs. Figured out the import process, and testing some individual Pipelines works fine. But when I attempt to run the entire workflow (job) it errors on the first step and says:
ERROR: Unable to open pipeline: 2022/02/14 10:39:15 - (pre) set-each-tenant-to-last-update - This action needs a run configuration to use to execute the specified pipeline 2022/02/14 10:39:15 - (pre) set-each-tenant-to-last-update - ERROR: org.apache.hop.core.exception.HopException: When I Start the workflow Execution I've tried running the existing "local" run configuration, and tried creating a new "MyRunConfig", but the pipeline step continues to fail. The pipeline runs fine if I open it individually. Shouldn't the Workflow configuration flow down to the sub-pipeline tasks within my workflow? Thanks!
