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
The example compiles, and cron.DoSomething points to the DoSomething function in https://github.com/temporalio/samples-go/blob/main/cron/workflow.go. Can you explain your situation better? Is this just something with your vscode/IDE environment? Can you not run the sample? Can you show the command and its failing output?
What are you really trying to do?
I am just trying to run the cron workflow in GoLang by following the steps mentioned in the Readme.md.
Describe the bug
In worker, main.go when I am trying to register activity as cron.DoSomething , the error is that DoSomething is not declared by package cron.
Environment/Versions
The text was updated successfully, but these errors were encountered: