We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed14186 commit a5d1ac5Copy full SHA for a5d1ac5
1 file changed
supervisor/shared/workflow.c
@@ -45,6 +45,7 @@ void supervisor_workflow_reset(void) {
45
bool result = supervisor_start_web_workflow();
46
if (result) {
47
if (!workflow_background_cb.fun) {
48
+ // Enable background callbacks if web_workflow startup successful.
49
workflow_background_cb.fun = supervisor_web_workflow_background;
50
}
51
supervisor_workflow_request_background();
0 commit comments