BaseWorkflowAction InfoType, StateInfoType, ActionEnumType  Execute Method Kentico 8.1 API Reference
Executes action. You can use parameters to allow users to modify the behavior.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Examples

To access the values of parameters, you can use this code.
GetResolvedParameter("StringParameterName", string.Empty);
GetResolvedParameter("BooleanParameterName", false);
See Also