Skip to content

Is there a way to exit process-compose if a process is skipped? #221

Closed Answered by F1bonacc1
shivaraj-bh asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @shivaraj-bh,

Today it is not possible, but I am considering 2 possible implementation approaches:

  1. Add something like exit_on_skipped flag that will allow to do just that.
  2. To add another type of dependency between processes: 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.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@shivaraj-bh
Comment options

Answer selected by shivaraj-bh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants