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

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

Name

Function:
Specifies the name of an AgileExtender.
Type
string
Accepted Values:
A valid AgileExtender name.

DisplayName

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

Description

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

AssemblyFullName

Function:
Gets the full name of an AgileExtender assembly.
Type
string
Accepted Values:
A valid AgileExtender assembly name.

ClassName

Function:
Gets the type of the AgileExtender.
Type
string
Accepted Values:
A valid AgileExtender type.

ProcessInstance

Function:
Gets a runtime process instance object.
Type
WFProcessInstance
Accepted Values:
A WFProcessInstance object.