Trying to run an argo workflow from a selected step #9198
-
|
I have this pipeline configuration: I'm trying to run the following command: Any idea what that happens or any idea how to run a workflow from middle step |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
|
You step 3 might not be connected with step 2. Could you paste the raw workflow YAML generated by KFP? |
Beta Was this translation helpful? Give feedback.
-
|
metadata: |
Beta Was this translation helpful? Give feedback.
-
|
I think this is expected behavior. The issue is that your step 2 is an individual step that belongs to a steps group |
Beta Was this translation helpful? Give feedback.
-
|
How do I cause only step2 and step3 to run if entrypoint is |
Beta Was this translation helpful? Give feedback.
-
|
Okay |
Beta Was this translation helpful? Give feedback.
I think this is expected behavior. The issue is that your step 2 is an individual step that belongs to a steps group
hello-workflow. If your entrypoint ishello-workflowor if you change your step 2 to a steps group or a DAG then the following step 3 will run.