Click or drag to resize

IWorkflowWorkflowDefinition Property


Gets the Workflow Definition from which the workflow was created.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
IWorkflowDefinition WorkflowDefinition { get; }

Property Value

Type: IWorkflowDefinition
Remarks
A workflow is always created from a workflow definition. When there are any workflows from a workflow definition, the workflow definition cannot be removed.
See Also