Reload a scheduler using flow variable #196
Replies: 1 comment
-
I managed to get it to work. It seems like, { for reload to work. If the flow is restarted, flow.time can be a string. But not for reloads. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From what I've understood, I should be able to create a scheduler which uses a flow variable (flow.start in the example below). Every time
msg.payload = "reload"
is issued to the scheduler, it should update the schedule.I just can't get it to work. It will only load the time when the flow is restarted. Am I missing something?
Here's a small example flow which should switches between two times using inject nodes:
Beta Was this translation helpful? Give feedback.
All reactions