Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ActorDefinition

OptimaJet.Workflow.Core.Model.ActorDefinition

Represent an actor in a process scheme

public class ActorDefinition : BaseDefinition

Inheritance

Properties

Name
Type
OriginalName #
String
If object was inlined, you can get its original name from this property
OriginalSchemeCode #
String
The code of the scheme to which the inlined object originally belonged.
WasInlined #
Boolean
Return true if the object was inlined.
Rule #
String
Rule name which is associated with the actor
Value #
String
Additional parameter which is passed to the appropriate methods IWorkflowRuleProvider
IsPredefined #
Boolean

Methods

public ActorDefinition Clone() #

Returns

Type
Description
ActorDefinition