We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Is it impossible without start? The flowchart isn't supposed to have start block.
never used without a start and an end... feel free to create a PR if you want to adapt it
No branches or pull requests
Here is my script that the parallel/operation refuses to point to a condition (rule to eval)
The text was updated successfully, but these errors were encountered: