I am developing a custom package that simply executes some action. I do not want it to return a value as output.
The examples online from AA only discuss packages that have a return value.
I am getting this error when testing:
"Incorrectly typed data found for annotation element public abstract com.automationanywhere.commandsdk.annotations.CommandPkg$Returnsr] com.automationanywhere.commandsdk.annotations.CommandPkg.multiple_returns() (Found data of type com.automationanywhere.commandsdk.annotations.CommandPkg.Returnsr])"
Here are my annotations for the class: