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
I'm not able to reset a schedule that has been created with Schedule Merger node. I inject the following with an inject node JSON payload (msg.payload=):
{
"commands": {
"reset": true
}
}
I then use the following with another inject node which as outputs the previously generated schedule. The schedule is not removed as expected. I expect the Schedule Merger node NOT to output a schedule after "reset": true
{
"commands": {
"sendSchedule": true
}
}
The Schedule Merger node is in "OR" mode, could it be some invisible context variable that is not reset?
The reset command works perfectly with strategy node Best save as expected with the above commands. Am I missing something or is there a code issue? Thanks!
The text was updated successfully, but these errors were encountered:
Hi
I'm not able to reset a schedule that has been created with Schedule Merger node. I inject the following with an inject node JSON payload (msg.payload=):
I then use the following with another inject node which as outputs the previously generated schedule. The schedule is not removed as expected. I expect the Schedule Merger node NOT to output a schedule after "reset": true
The Schedule Merger node is in "OR" mode, could it be some invisible context variable that is not reset?
The reset command works perfectly with strategy node Best save as expected with the above commands. Am I missing something or is there a code issue? Thanks!
The text was updated successfully, but these errors were encountered: