CreateWorkItemHelper

Syntax

public class CreateWorkItemHelper

Constructors

public CreateWorkItemHelper();

Namespace and Assembly

Requirement Value

Namespace

Ascentn.Workflow.Base

Assembly

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

Properties

Property Description

ActivityInstanceID

Function:
The unique ID for an activity instance.
Type
string
Accepted Values:
A valid activity instance ID.

BusinessTime

Function:
Determines whether the system calculates the duration using your business time calendar.
Type
bool
Accepted Values:
  • True - The system calculates duration using business time.
  • False - The calculates the duration based on real time.

ClientData

Function:
Specifies the client data, which identifies a client for AgilePoint Server.
Type
string
Accepted Values:
A string that contains the client data.

If this value is null, the system will keep existing client data. Otherwise the relevant data is overwritten.

Length

Function:
Specifies the length of time duration.
Type
string
Accepted Values:
A valid time duration length.

Unit

Function:
Specifies the unit.
Type
string
Accepted Values:
A valid unit.

UserID

Function:
Specifies the user associated with the work item.
Type
string
Accepted Values:
A valid user ID.

WorkToPerform

Function:
Represents the task that performed by the participants of the activity.
Type
string
Accepted Values:
A valid work to perform name.