CreateWorkItemHelper

Syntax

public class CreateWorkItemHelper

Constructors

public CreateWorkItemHelper();

Namespace and Assembly

RequirementValue

Namespace

Ascentn.Workflow.Base

Assembly

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

Properties

PropertyDescription

ActivityInstanceID

Description:
The unique ID for an activity instance.
Type
string
Allowed Values:
A valid activity instance ID.

BusinessTime

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

ClientData

Description:
Specifies the client data, which identifies a client for AgilePoint Server.
Type
string
Allowed 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

Description:
Specifies the length of time duration.
Type
string
Allowed Values:
A valid time duration length.

Unit

Description:
Specifies the unit.
Type
string
Allowed Values:
A valid unit.

UserID

Description:
Specifies the user associated with the work item.
Type
string
Allowed Values:
A valid user ID.

WorkToPerform

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