[ML] condition dsl block should support other component outputs #39524
Open
Description
Is your feature request related to a problem? Please describe.
the condition block inside only support the pipeline parameters and the python boolean expression. we want to make it support the output of the component. for example, if the previous component output return true, the condition will use that result to determine which component need to executed next.
Describe the solution you'd like
the condition dsl block should support the output of the other components
Describe alternatives you've considered
N/A
Additional context