Table of Contents

Interface IActivity

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

A workflow activity.

public interface IActivity

Properties

DisplayName

Gets or sets the display name of the activity.

string DisplayName { get; set; }

Property Value

string

Remarks

This is used by debug log messages.

Parameters

Gets the list of input parameters defined for the activity.

Collection<ParameterBase> Parameters { get; }

Property Value

Collection<ParameterBase>

Variables

Gets the list of variables defined for the activity.

Collection<Variable> Variables { get; }

Property Value

Collection<Variable>