Assembly: OptimaJet.Workflow.Core

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.

public interface IInlineActivity

Type Hierarchy

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.