Language:
Arabic (العربية)
Chinese Simplified (中文(简体)
Chinese Traditional (中文(繁體)
Dutch (Nederlands)
English
French (français)
German (Deutsch)
Italian (italiano)
Japanese (日本語)
Korean (한국어)
Portuguese (Português)
Russian (русский)
Spanish (español)
Sign In
Sign Up
Products
Purchase
Downloads
Demos
Forums
Blogs
Documentation
Corporate
Product Suites
Aspose.Total for .NET and Java
Aspose.Total for Reporting Services
File Format Components
Aspose.Words for .NET and Java
Aspose.Cells for .NET and Java
Aspose.Pdf for .NET and Java
Aspose.Slides for .NET and Java
Aspose.Pdf.Kit for .NET and Java
Aspose.Network for .NET
Aspose.Tasks for .NET
Aspose.Form for .NET
Aspose.Metafiles for Java
Aspose.Flash for .NET
Aspose.Recognition for .NET
SSRS Rendering Extensions
Aspose.Words for Reporting Services
Aspose.Slides for Reporting Services
Aspose.Cells for Reporting Services
Aspose.Pdf for Reporting Services
Aspose.BarCode for Reporting Services
JasperReports Exporters
Aspose.Slides for JasperReports
Visual Components
Aspose.BarCode for .NET and Java
Aspose.Grid for .NET
Aspose.Chart for .NET
Aspose.Editor for .NET
Aspose.AdHoc for .NET
Utility Components
Aspose.Workflow for .NET
Product Information
XPDL Designer User Guide
Programmer's Guide
Knowledge Base
Aspose.Workflow for .Net API Reference
Aspose.License Namespace
Aspose.Workflow Namespace
Aspose.Workflow.Engine Namespace
ActivityTypeEnum Enumeration
ApplicationStatus Enumeration
AsposeWorkflowException Class
ConditionTypeEnum Enumeration
EngineManager Class
IActivity Interface
IActivityBlock Interface
IApplication Interface
IApplicationAdmin Interface
IApplicationParameter Interface
IAssignmentsManager Interface
IAssignmentsManagerEx Interface
IDeadline Interface
IEngine Interface
IEngineConfiguration Interface
IGroup Interface
IGroupEx Interface
IHistoryAdmin Interface
IInstanceAdmin Interface
IInstanceAdmin0 Interface
IPackage Interface
IPackageAdmin Interface
IParticipant Interface
IProcess Interface
IProcess Members
Properties
Methods
IProcessInstance Interface
IProcessInstanceHistory Interface
IRuntimeArgs Interface
IRuntimeCallback Interface
ISimulateInstanceAdmin Interface
ISimulateWorkList Interface
ISubflow Interface
ITask Interface
ITaskHistory Interface
IToolAgent Interface
IToolAgentEx Interface
IToolAgentExArgs Interface
ITransition Interface
IUser Interface
IUserEx Interface
IUserGroupManager Interface
IUserGroupManagerEx Interface
IWorkList Interface
IWorklist0 Interface
IWorkList2 Interface
ParameterMode Enumeration
Aspose.Workflow.Engine.Configuration Namespace
Aspose.Workflow.Engine.Services Namespace
Aspose.Workflow.Internal.Persistence.Impl.DataSet.DataSets Namespace
Aspose.Spell for .NET
Aspose.ASPXpand for .NET
Aspose
>
Documentation
>
Utility Components
>
Aspose.Workflow for .NET
>
Aspose.Workflow for .Net API Reference
>
Aspose.Workflow.Engine Namespace
>
IProcess Interface
>
IProcess Members
IProcess overview
Public Instance Properties
Activities
Return all activities included in the current workflow process.
ActivityBlocks
Return all activity blocks included in the current workflow process.
Category
Return the WorkflowProcess's Category
Description
Return the WorkflowProcess's Description
Enabled
Return true if current workflow process is enabled, which means can create instance of workflow process, if false, the user can't create instance of it.
ExtendedAttributes
Return the dictionary who contains all extended attributes defined on current workflow process.
Id
Return the WorkflowProcess's Id
InstanceCount
Return the instance count of current WorkflowProcess
Name
Return the WorkflowProcess's Name
PackageId
Return the package's id which contains the process.
PackageVersion
Return the package's version
Participants
Return all participants in the process
Subflows
Return all sub process included in the current workflow process.
Transitions
Return the transitions contains in the current Process.
Version
Obsolete.
Return the Package's Version
Public Instance Methods
ContainsActivityId
Return true if the activity with the given id existing in process.
ContainsActivityName
Return true if the activity with the given name existing in process.
GetActivityById
Return the IActivity instance using the given activity id.
GetActivityByName
Return the IActivity instance using the given activity name.
GetAllVariableIdNameMap
Return the dictionary of variable id to name's mapping defined in current process variable id will be the key of directionary, name will be the value.
GetVariableExtendedAttributes
Return the dictionary who contains all extended attributes defined on the given.
GetVariableType
Return the defined varaibles' type.
See Also
IProcess Interface
|
Aspose.Workflow.Engine Namespace