Forum Discussion
Anonymous
1 year agoNot applicable
Dependency and Parallel Processing
i have four pipelines running in 2 streams. each stream has 2 pipelines running in sequence. if a pipeline fails then the next pipeline should not get executed. However, this should not affect the...
- 1 year ago
A and C run in parallel
ahmetyilmaz
1 year agoAdvocate II
Hi, parallel pipelines within the same pipeline already work without being affected by each other. Even if one of them fails, the other pipelines will work, but the main pipeline will return a failure.