WFProcessPluggableAdapter

Description

A class that represents an AgileExtender.

Syntax

public WFProcessPluggableAdapter

Constructors

public WFProcessPluggableAdapter(WFProcessInstance currentProcessInstance)

Namespace and Assembly

RequirementValue

Namespace

Ascentn.Workflow.Base

Assembly

Ascentn.Workflow.WFBase (in Ascentn.Workflow.WFBase.dll)

Properties

PropertyDescription

ComponentTypeID

Description:
Specifies a unique type ID of an Agile Extender.
Type
string
Allowed Values:
A valid type ID for your AgileExtender.

Name

Description:
Specifies the name of an AgileExtender.
Type
string
Allowed Values:
A valid AgileExtender name.

DisplayName

Description:
Gets and sets the display name of an AgileExtender.
Type
string
Allowed Values:
A valid AgileExtender display name.

Description

Description:
A description of an AgileExtender.
Type
string
Allowed Values:
A string that can contain spaces and special characters.

AssemblyFullName

Description:
Gets the full name of an AgileExtender assembly.
Type
string
Allowed Values:
A valid AgileExtender assembly name.

ClassName

Description:
Gets the type of the AgileExtender.
Type
string
Allowed Values:
A valid AgileExtender type.

ProcessInstance

Description:
Gets a runtime process instance object.
Type
WFProcessInstance
Allowed Values:
A WFProcessInstance object.