01-22-2021 01:16 AM
Scenario:
Pipeline1
Pipeline2 (will be started 200 times)
The goal is to decouple Pipeline1 and Pipeline2.
I just want to trigger Pipeline 2 with the filename from Pipeline1, fire-and-forget.
Once triggered, if pipeline2 fails, it does not concern pipeline1.
Is this doable in SL?
If i use Pipeline Execute snap - even if pipeline2 returns “OK” json message right after start - it seems, that if it fails, the root pipeline stops with error message from pipeline2
If pipeline1 than gets an error message, other pipeline2 fails with “The root pipeline execution is no longer running”.
This should be fully decoupled? Any ideas? Is REST Post Execute going to work better?
kind regards
Simon
05-23-2024 06:04 AM
@Szymon - Did you get any solution for this? I am also looking for the same