generated from Alorel/basic-library-template-repo
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
feature requestA feature requestA feature request
Description
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
Metadata
Metadata
Assignees
Labels
feature requestA feature requestA feature request