Is there a way to exit process-compose if a process is skipped? #221
-
If there is not already a way, I’d be happy to raise a PR. |
Beta Was this translation helpful? Give feedback.
Answered by
F1bonacc1
Aug 14, 2024
Replies: 1 comment 1 reply
-
Hi @shivaraj-bh, Today it is not possible, but I am considering 2 possible implementation approaches:
The first one should be very straightforward. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shivaraj-bh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @shivaraj-bh,
Today it is not possible, but I am considering 2 possible implementation approaches:
exit_on_skipped
flag that will allow to do just that.process_skipped
, which will allow you to do that and additional cleanup actions if something goes wrong.The first one should be very straightforward.
The second might be a bit complicated to implement and might be a very low ROI if it's a very narrow use case.