BaseWorkflowActionInfoType, StateInfoType, ActionEnumTypeExecute Method |
Executes action. You can use parameters to allow users to modify the behavior.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 10.0.0
Syntax Examples
To access the values of parameters, you can use this code.
GetResolvedParameter("StringParameterName", string.Empty);
GetResolvedParameter("BooleanParameterName", false);
See Also