Table of Contents

Class WorkflowSource

Namespace
Acuit.Pinpoint.Workflows
Assembly
Acuit.Pinpoint.Workflows.dll

Represents a workflow.

[TypeConverter(typeof(WorkflowSourceConverter))]
public abstract class WorkflowSource
Inheritance
WorkflowSource
Derived
Inherited Members

Properties

RootActivity

Gets the root activity of the workflow.

public abstract IActivity RootActivity { get; }

Property Value

IActivity