When writing custom workflow activity, can we code the class constructor and initialize any variables? is there any parameters that CRM platform pass to the contsructor of custom workflow activity(as class inherits from codeactivity)?
I know we can pass parameters using in\out arguments but I had a query about use of constructor in custom workflow activities. Please advise.