Click or drag to resize
Workflow Class
Execution plan and a modeled logic of a workflow
Inheritance Hierarchy
SystemObject
  FlexRuleExecutionPlanIFlowDescriptions
    FlexRule.FlowsFlow
      FlexRule.Flows.WorkflowsWorkflow

Namespace: FlexRule.Flows.Workflows
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
[SerializableAttribute]
public class Workflow : Flow

The Workflow type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDescriptions
Provides an interface to discover the procedure descriptions
(Inherited from Flow.)
Public propertyEnabled
If the procedure is not enabled, the engine throws and exception during execution
(Inherited from Flow.)
Public propertyGlossary (Inherited from Flow.)
Public propertyModel
Model source of flow
(Inherited from Flow.)
Public propertyName
Procedure name
(Inherited from Flow.)
Public propertyNodes
Add internal nodes of the flow
(Inherited from Flow.)
Public propertyReferenceRules (Inherited from Flow.)
Top
Methods
  NameDescription
Protected methodBuildFlowExecutionPlan (Inherited from Flow.)
Protected methodConstructFlow (Inherited from Flow.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetRootDefinitionName (Overrides FlowGetRootDefinitionName.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodPrepareRegistry (Overrides FlowPrepareRegistry(IElementActivatorRegistry).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also