Hi Team,
I'm trying to implement a scheduled task using Ballerina. I've written a function ( using http client to call an endpoint ) inside Job class and tried calling that function inside execute function. But it is giving a compilation error saying "Undefined function". I've used https://ballerina.io/learn/by-example/task-frequency-job-execution/ as a reference. Am I missing anything?