The following tables list the members exposed by IProcess.
Name | Description | |
---|---|---|
![]() |
Activities | When implemented by a class, gets the collection of Activities in a Process. |
![]() |
BusinessOwner | When implemented by a class, gets or sets the Business Owner of the process. |
![]() |
ContainedByProjectFile | (Inherited from SourceCode.Framework.IProjectFileContent) |
![]() |
DataFields | When implemented by a class, gets the DataFields objects that contain the names and types of the process data fields associated with the process. |
![]() |
DefaultLanguage | Gets or sets the default language. |
![]() |
Description | When implemented by a class, gets or sets the Description of the associated object. (Inherited from SourceCode.Framework.INamedObject) |
![]() |
DisplayName | Gets or sets the display name of the object. (Inherited from SourceCode.Framework.ISupportDisplayName) |
![]() |
Exception | When implemented by a class, gets or sets the Exception that is executed if the Process fails. The default value is to write an entry to the K2.net Server error log. |
![]() |
ExecutableItems | (Inherited from SourceCode.Workflow.Authoring.IExecutableItemContainer) |
![]() |
ExpectedDuration | When implemented by a class, gets or sets the time in minutes that the Process is expected to take to complete. This value is typically used in setting escalations. |
![]() |
FileName | (Inherited from SourceCode.Framework.IProjectFileContent) |
![]() |
FinishRule | |
![]() |
Folder | (Inherited from SourceCode.Framework.IProjectFileContent) |
![]() |
FolderPath | (Inherited from SourceCode.Framework.IProjectFileContent) |
![]() |
FullFileName | (Inherited from SourceCode.Framework.IProjectFileContent) |
![]() |
Lines | When implemented by a class, gets or sets the collection of Line objects that are contained in the Process. |
![]() |
MetaData | When implemented by a class, gets or sets the MetaData of the associated object. (Inherited from SourceCode.Framework.INamedObject) |
![]() |
Name | Gets or sets the name of the object. (Inherited from SourceCode.Framework.ISupportName) |
![]() |
Priority | When implemented by a class, gets or sets the meta data of the process. When implemented by a class, gets or sets the priority of the Process. This priority is typically used to promote the Process on a user's worklist to take presidence over other similar Process objects. |
![]() |
Project | (Inherited from SourceCode.Framework.IProjectFileContent) |
![]() |
ProjectFile | (Inherited from SourceCode.Framework.IProjectFileContent) |
![]() |
References | (Inherited from SourceCode.Workflow.Authoring.IRequireReferences) |
![]() |
StartActivity | When implemented by a class, represent the Start Activity of the process. |
![]() |
StartRule | |
![]() |
SubProjects | (Inherited from SourceCode.Framework.ISubProjectContainer) |
![]() |
TechnicalOwner | When implemented by a class, gets or sets the Technical Owner of the process. |
![]() |
WizardDefinition | (Inherited from SourceCode.Framework.IWizardConfigurable) |
![]() |
WorkingHours | When implemented by a class, gets the collection of WorkingHours for this Process. The Working hours define the time of day, and days of the week that are considered to be active days in the process. |
![]() |
XmlFields | When implemented by a class, gets the XMLFields objects that contain the name and schema of the XML data associated with this Process. This XML schema can be used to store data sent to and from the process in a generic, and easily accessible XML format. |
Top