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

Can I create any variable with this tool. #3

Open
II-VSB-II opened this issue May 18, 2018 · 2 comments
Open

Can I create any variable with this tool. #3

II-VSB-II opened this issue May 18, 2018 · 2 comments
Assignees

Comments

@II-VSB-II
Copy link

Hi,
I want to know Can I create any variable or update any variable for an issue when issue is in processing state.

For example:
My issue is in pending state because a variable whose value is "NO" and now issue will process further if I changed the value of the variable to "YES".

@mklemm2
Copy link
Contributor

mklemm2 commented May 29, 2018

Hi,

The way how issues are synced between the HIRO Graph and the HIRO Engine currently prevents anything the resembles "VarSet" from the KI language, e.g. changing "NO" to YES. You can, however, add new values to a variable like "VarAdd" (as you certainly know, all variables are actually lists in HIRO).

So in your scenario, you can add a second value with contents "YES" and any KI that triggers on that condition will do so. But the old value "NO" will remain present as well.

@mklemm2
Copy link
Contributor

mklemm2 commented May 29, 2018

Sorry, just saw that this feature is only available in my private development branch. So make that "It will be possible next week".

@mklemm2 mklemm2 self-assigned this Jun 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants