I notice that the default Visual Studio template for a workflow, and really all the code samples I’ve found online, declare it as sealed. What if I want to create another activity/workflow based on a previous one?
I notice that the default Visual Studio template for a workflow, and really all
Share
We use WF and none of our custom code activities are sealed.