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
thrownewTestException($"The callback endpoint for workflow '{_workflowName}' was not found. This indicates that the Function runtime could not start the workflow. Enable the Function runtime start-up logging using the 'logging.writeFunctionRuntineStartupLogs' option in 'testConfiguration.json'. Then check the logs for any errors.",hrex);
123
+
thrownewTestException($"The callback endpoint for workflow '{_workflowName}' was not found. This indicates that the Function runtime could not start the workflow. Enable the Function runtime start-up logging using the 'logging.WriteFunctionRuntimeStartupLogs' option in 'testConfiguration.json'. Then check the logs for any errors.",hrex);
Console.WriteLine("Logging of the Function runtime startup logs is disabled. This can be enabled using the 'logging.writeFunctionRuntineStartupLogs' option in 'testConfiguration.json'.");
Console.WriteLine("Logging of the Function runtime startup logs is disabled. This can be enabled using the 'logging.WriteFunctionRuntimeStartupLogs' option in 'testConfiguration.json'.");
0 commit comments