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

[Question] Is it possible to have circulair branching in a workflow? #1218

Open
Lge-Delegate opened this issue Dec 18, 2023 · 0 comments
Open

Comments

@Lge-Delegate
Copy link

I want to do the following

Step1 -> branch1.

branch1 -> branch2 or branch3.
branch2 -> branch1

branch 3 -> end workflow.

I have a workflow where i need to do the same steps x amount of times until somthing else happens, and then do some other steps.
I know i can do this with a while loop, but i would rather do this with branches since that would help me emensly later on.

In the end i want to do something like this:
image

Is this possible with workflow-core?

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

No branches or pull requests

1 participant