Interface IInlineActivity
OptimaJet.Workflow.Core.Model.IInlineActivity
Represents an inline activity placeholder that references a process scheme to be embedded in the containing ProcessDefinition during scheme building.
Namespace: OptimaJet.Workflow.Core.Model
public interface IInlineActivityType Hierarchy
- IInlineActivity Current type
- Implementing types
Properties
string Name { get; set; } #Gets or sets the name that identifies the inline activity within its containing process scheme.
ActivityType ActivityType { get; set; } #Gets or sets the IInlineActivity.ActivityType of the activity.
string SchemeCode { get; set; } #Gets or sets the code of the process scheme referenced at this inlining point.
Remarks
When IInlineActivity.ActivityType is ActivityType.Inline, the referenced process scheme is embedded in the containing ProcessDefinition during scheme building.
Remarks
IInlineActivity.Name identifies the placeholder within its containing process scheme, IInlineActivity.ActivityType identifies the activity as ActivityType.Ordinary or ActivityType.Inline, and IInlineActivity.SchemeCode identifies the referenced process scheme.