You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since execute does not check hasBeenExecutedBefore and there is only executeWithInstallHookHistory which does that check, it's impossible (?) to group multiple scripts together to have single HistoryEntry and still idempotently execute scripts (on change, once, etc)
could we update AECU API to address this issue? I am asking because AECU history does not look nice when using executeWithInstallHookHistory in loop (all entries contain 0/1 scripts which looks quite messy)
The text was updated successfully, but these errors were encountered:
Hi :)
This request is kinda continuation of #172
consider following code being a part of ResourceChangeListener:
since
execute
does not checkhasBeenExecutedBefore
and there is onlyexecuteWithInstallHookHistory
which does that check, it's impossible (?) to group multiple scripts together to have single HistoryEntry and still idempotently execute scripts (on change, once, etc)could we update AECU API to address this issue? I am asking because AECU history does not look nice when using executeWithInstallHookHistory in loop (all entries contain 0/1 scripts which looks quite messy)
The text was updated successfully, but these errors were encountered: