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

Conditional navigation in flow #979

Open
sarfaras opened this issue Mar 21, 2017 · 1 comment
Open

Conditional navigation in flow #979

sarfaras opened this issue Mar 21, 2017 · 1 comment

Comments

@sarfaras
Copy link

How do I do a complex conditional navigation in workflow as below assuming param1, param2, param3 are published variables as outcome from multiple operations. For eg:-

If ( param1 == "1" && param2 > 2 && param3 != 5)

  • do operation 1
    else
  • do operation 2.
@levice14
Copy link
Collaborator

levice14 commented Mar 21, 2017

  • IMHO what you are looking for maps very well onto this issue: Advanced navigation #569 -- however this is not yet introduced into the language
  • you can define as new executable of type decision and use it as a step

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

3 participants