Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add junction to control flow. Fixes #28. #32

Merged
merged 1 commit into from Jul 9, 2015

Conversation

redvox
Copy link

@redvox redvox commented Jul 9, 2015

This fixes #28. Instead of a checkpoint that stops the pipeline, this gives the possibility to fork into two pipeline branches:

(junction 
    conditional-step 
    success-step 
    failiure-step)

To realise the checkpoint idea, success-step could just contain (run) which stops the pipeline gracefully.

flosell added a commit that referenced this pull request Jul 9, 2015
Add junction to control flow.  Fixes #28.
@flosell flosell merged commit 3d978e0 into flosell:master Jul 9, 2015
flosell added a commit that referenced this pull request Jul 9, 2015
@flosell
Copy link
Owner

flosell commented Jul 9, 2015

Awesome, thanks for that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Insert somekind of checkpoints which stops the pipeline if a criteria is met
2 participants