replied on December 10, 2015
Sondra - This is a little deeper than what can be covered in a quick post but you can add a reference to the Laserfiche.Workflow.Activities.Custom assembly to your toolbox in Visual Studio. This makes several native Laserfiche workflow controls available for your use. Once these workflow controls are available in the Visual Studio toolbox you can drag/drop them onto a user control in your custom activity. One of the available controls is called 'TextBoxEditControl' which supplies all of the same token functionality available in native Laserfiche activities including the token dialog.
In the code behind the user control you are also going to have to override the OnContextChanged event to make sure the Context property for the TextBoxEditControl is updated as your user control interacts with the other designer controls.
You are welcome to email me at cprimmer@qfiche.com and I can provide some code examples that might help.