We have a workflow with a SDK Script that we are trying to turn into a Custom workflow activity before we deliver to the customer. We are running into compile errors when porting the working SDK script into the Custom Activity. I have been working in Visual studio 2019 in VB. Even after bringing in the required references, Boundentryinfo and SetActivityTokenValue are not recognized, and are causing compile errors.
If these features are only available in the SDK script, how do I manually pull in Entries and set Token values?