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

Neither operation or parallel can point to condition #198

Open
lrprawira opened this issue Feb 13, 2020 · 3 comments
Open

Neither operation or parallel can point to condition #198

lrprawira opened this issue Feb 13, 2020 · 3 comments

Comments

@lrprawira
Copy link

Here is my script that the parallel/operation refuses to point to a condition (rule to eval)

rule=>parallel: Write Rules
eval=>condition: Evaluate
baderr=>operation: Analyze Errors
study=>operation: Study the problem
aunch=>operation: Launch

eval(yes, top)->launch
eval(no, bottom)->baderr->study->rule
rule->eval
@adrai
Copy link
Owner

adrai commented Feb 13, 2020

This works:

st=>start
rule=>parallel: Write Rules
eval=>condition: Evaluate
baderr=>operation: Analyze Errors
study=>operation: Study the problem
launch=>operation: Launch

st->eval(yes)->launch
eval(no, bottom)->baderr->study->rule
rule(path1)->eval

@lrprawira
Copy link
Author

Is it impossible without start? The flowchart isn't supposed to have start block.

@adrai
Copy link
Owner

adrai commented Feb 15, 2020

never used without a start and an end...
feel free to create a PR if you want to adapt it

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

2 participants