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

Issue: Not able to reset Schedule in Schedule Merger node #192

Open
Vantive1 opened this issue Dec 6, 2023 · 2 comments
Open

Issue: Not able to reset Schedule in Schedule Merger node #192

Vantive1 opened this issue Dec 6, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@Vantive1
Copy link

Vantive1 commented Dec 6, 2023

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=):

{
    "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!

@ottopaulsen ottopaulsen added the bug Something isn't working label Dec 6, 2023
@ottopaulsen
Copy link
Owner

Looks like a bug. I will check when I get the time.

@ottopaulsen
Copy link
Owner

@europer Your comments have nothing to do with @Vantive1's issue. Please create a new issue for your questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants