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

For loop #198

Open
3 tasks done
kellewic opened this issue Feb 10, 2023 · 0 comments
Open
3 tasks done

For loop #198

kellewic opened this issue Feb 10, 2023 · 0 comments
Labels
feature request A feature request

Comments

@kellewic
Copy link

Category

A new trigger

What are you missing?

"For" or "ForEach" trigger.

It's very common to define workflows like:

Idle
Start Runecrafting -> Rune1

When Rune1_qty >= X
Start Runecrafting -> Rune2

When Rune2_qty >= X
Start Runecrafting -> Rune3

and so on...

It would be nice, and more compact from a workflow storage perspective, to have,

TRIGGER
ForEach
Input1 (static) - 100000
Input2 (list)- Mist Rune, Nature Rune, Earth Rune, etc.

ACTION
Input2_qty <= Input1
Start Runecrafting -> Input2

on each iteration, Input1 stays the same since it's static, but Input2 is shifted since it's a list.

Would save so much time and make workflows way smaller.

Code of Conduct

  • I agree to follow the code of conduct
  • My request fits the contribution guidelines
  • I have searched for similar issues and nothing similar exists
@kellewic kellewic added the feature request A feature request label Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A feature request
Projects
None yet
Development

No branches or pull requests

1 participant