Click or drag to resize

IWorkflowDontExecuteActions Property


Gets and sets whether or not to execute Actions during a workflow advance.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
bool DontExecuteActions { get; set; }

Property Value

Type: Boolean
Remarks
If this property is set to true, all actions are bypassed when the workflow advances
See Also