Property |
Description |
AssemblyName
|
- Definition:
- Gets and sets the full name of the assembly.
- Type
- string
- Allowed Values:
- A valid assembly name.
|
AutoComplete
|
- Definition:
- Gets and sets the flag that determines whether the work
item is automatically marked as completed.
- Type
- bool
- Allowed Values:
-
- True - The work item is completed automatically.
- False - The work item is not completed automatically.
|
ClassName
|
- Definition:
- Gets and sets the class name, including the namespace.
- Type
- string
- Allowed Values:
- A valid class name.
|
CustomProperties
|
- Definition:
- Specifies the custom properties. This member supports the AgilePoint
Framework infrastructure and does not intend to use directly from your code.
- Type
- string
- Allowed Values:
- A valid custom properties.
|
Description
|
- Definition:
- A free text description of the activity.
- Type
- string
- Allowed Values:
- A string that can contain spaces and special characters.
|
DisplayName
|
- Definition:
- Gets and sets the display name of the activity.
- Type
- string
- Allowed Values:
- A valid activity display name.
|
ExpectedDuration
|
- Definition:
- Specifies an expected time duration of the activity.
- Type
- WFTimeDuration
- Allowed Values:
- A valid WFTimeDuration object.
|
ID
|
- Definition:
- Specifies the activity ID.
- Type
- WFTimeDuration
- Allowed Values:
- A valid activity ID.
|
IncomingActivities
|
- Definition:
- Gets the interfaces for all the incoming activities.
- Type
- WFTimeDuration
- Allowed Values:
- A valid WFTimeDuration object.
|
IncomingEmail
|
- Definition:
- Specifies an email template that used for an email
notification after the start of the activity.
- Type
- string
- Allowed Values:
- A valid email template.
|
IncomingMailTemplate
|
- Definition:
- Specifies an email template that used for an email
notification after the start of the activity.
- Type
- string
- Allowed Values:
- A valid email template.
|
Index
|
- Definition:
- Specifies the ordering index of the activity.
- Type
- int
- Allowed Values:
- An integer.
|
Item
|
- Definition:
- Specifies the value associated with the specified parameter name.
- Type
- object
- Allowed Values:
- A valid Types object.
|
MaxParticipant
|
- Definition:
- Specifies the maximum participants for the activity.
- Type
- int
- Allowed Values:
- An integer.
|
Name
|
- Definition:
- The name of an item, such as a
property or attribute in a name/value pair.
- Type
- string
- Allowed Values:
- A valid name.
|
Optional
|
- Definition:
- Gets and sets the flag to indicate if the activity is optional.
- Type
- bool
- Allowed Values:
-
- True - The activity is optional.
- False - The activity is not optional.
|
OutgoingActivities
|
- Definition:
- Gets the interfaces for all the outgoing activities.
- Type
- string
- Allowed Values:
- A valid interface.
|
OutgoingEmail
|
- Definition:
- Specifies an email template that used for email
notification after the completion of an activity.
- Type
- string
- Allowed Values:
- A valid email template.
|
OutgoingMailTemplate
|
- Definition:
- Specifies an email template to use for email notification
when leaving the activity.
- Type
- string
- Allowed Values:
- A valid email template.
|
Participant
|
- Definition:
- Specifies the participant of the activity.
- Type
- string
- Allowed Values:
- A valid user name.
|
Participants
|
- Definition:
- Specifies the participants of the activity.
- Type
- string
- Allowed Values:
- A valid multiple user names separated with a semicolon (;).
|
Process
|
- Definition:
- Gets the interface class and sets the process definition.
- Type
- string
- Allowed Values:
- A valid process definition.
|
ReassigningEmail
|
- Definition:
- Specifies the email template that used for an email
notification when task is reassigned.
- Type
- string
- Allowed Values:
- A valid email template.
|
ReassigningMailTemplate
|
- Definition:
- Specifies the email template for task reassignment.
- Type
- string
- Allowed Values:
- A valid email template.
|
RemindingEmail
|
- Definition:
- Specifies an email template that used for
reminding email notification.
- Type
- string
- Allowed Values:
- A valid email template.
|
RemindingMailAtBusinessTime
|
- Definition:
- Gets and sets the flag that determines whether reminding
an email must send in business time.
- Type
- bool
- Allowed Values:
-
- True - Reminding emails are sent using business time.
- False - Reminding email are sent using real time.
|
RemindingMailFrequency
|
- Definition:
- Specifies the frequency of reminding an email notification.
- Type
- int
- Allowed Values:
- An integer.
|
RemindingMailStartTime
|
- Definition:
- Specifies the start time in minutes of reminding
an email notification before the task expires.
- Type
- int
- Allowed Values:
- An integer.
|
RemindingMailTemplate
|
- Definition:
- Specifies the email template for task reminder emails.
- Type
- int
- Allowed Values:
- A valid email template.
|
ReuseParticipant
|
- Definition:
- Gets and sets the flag that determines whether the participants
must remain the same when the activity activated more than one time.
- Type
- bool
- Allowed Values:
-
- True - The participants remains the same when the activity
activated more than one time.
- False - The participants do not remain the same when the
activity activated more than one time.
|
TimeoutActivities
|
- Definition:
- Gets the interfaces for all the timeout activities.
- Type
- string
- Allowed Values:
- A valid interface.
|
TimeoutEmail
|
- Definition:
- Specifies the email template to use for email notification
when task is overdue.
- Type
- string
- Allowed Values:
- A valid email template.
|
TimeoutMailTemplate
|
- Definition:
- Specifies an email template that used
for email notification when the activity is overdue.
- Type
- string
- Allowed Values:
- A valid email template.
|
WaitAllIncoming
|
- Definition:
- Gets and sets the flag to determine whether the activity
must wait until all predecessor activities complete.
- Type
- string
- Allowed Values:
-
- True - The activity waits until all predecessor activities
complete.
- False - The activity starts without waiting for predecessor
activities complete.
|
WaitWorkPerformed
|
- Definition:
- Specifies whether
the activity must be marked as completed by the application before proceeding.
- Type
- bool
- Allowed Values:
-
- True - The activity must complete before proceeding.
- False - The activity can proceed without waiting.
|
WorkPerformer
|
- Definition:
- Specifies the WorkPerfomer/job of the manual activity.
- Type
- string
- Allowed Values:
- A valid WorkPerfomer/job name.
|
WorkToPerform
|
- Definition:
- Represents the task that performed
by the participants of the activity.
- Type
- string
- Allowed Values:
- A valid work to perform name.
|