CompositeTask members

Defines a workflow activity that assigns a composite task.

The CompositeTask type exposes the following members.

Constructors

  Name Description
Public method CompositeTask Initializes a new instance of the CompositeTask class.

Top

Properties

  Name Description
Public property AssignedTo Gets or sets the name of the individual or group to which the task is assigned. Required.
Public property AssignmentEmailBody Gets or sets the body of the email message for the task to be assigned. Required.
Public property AssignmentEmailSubject Gets or sets the subject line of the email message for the task to be assigned. Required.
Public property Body Gets or sets the String body, which describes the task.
Protected property CacheId (Inherited from Activity.)
Public property CancelationEmailBody Gets or sets the body of the email message that cancels the task. Required.
Public property CancelationEmailSubject Gets or sets the subject line of the email message that cancels the task. Required.
Public property CompletedStatus Gets or sets the status of the task upon completion. Required.
Public property CompletionCriteria Gets or sets the completion criteria to use for status.
Public property CompletionCriteriaProperties Gets or sets the properties of the completion criteria.
Protected property Constraints (Inherited from Activity.)
Public property ContentTypeId Gets or sets the identifier of the content type associated with this task.
Public property DefaultTaskOutcome Gets or sets the default value for the aggregate task outcome.
Public property DisplayName (Inherited from Activity.)
Public property DueDate Gets or sets the date that the task is due to be completed.
Public property ExpandGroup Gets or sets whether groups in the task assignee list should be expanded.
Public property Id (Inherited from Activity.)
Protected property Implementation (Inherited from Activity.)
Public property Outcome Gets or sets the actual value of the task outcome.
Public property OutcomeFieldName Gets or sets the name of the outcome field.
Public property OverdueEmailBody Gets or sets the body of the email message to be sent if the task is past its expiration date and has not been completed.
Public property OverdueEmailSubject Gets or sets the subject line of the email message to be sent if the task is past its expiration date and has not been completed.
Public property OverdueReminderRepeat Gets or sets how frequently the reminder email should be sent if the task is past its expiration date and is not yet completed.
Public property OverdueRepeatTimes Gets or sets the number of times to send a reminder email with the frequency of OverdueReminderRepeat.
Public property ParallelAssignment Gets or sets whether the task assignment should be parallel or serial.
Public property PreserveIncompleteTasks
Public property RelatedContentLinkListId Gets or sets the identifier of the list that contains links to related content.
Public property RelatedContentLinkListItemId Gets or set the identifier of the list item that contains a link to related content.
Public property RelatedContentLinkListItemIntegerId
Public property SendReminderEmail Gets or sets whether a reminder email should be sent when a task is overdue.
Public property Title Gets or sets the title of the assigned composite task.
Public property WaitForTaskCompletion Gets or sets whether the activity should wait for the task to complete.
Public property WaiveAssignmentEmail
Public property WaiveCancelationEmail

Top

Methods

  Name Description
Protected method CacheMetadata (Inherited from Activity.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ShouldSerializeDisplayName (Inherited from Activity.)
Public method ToString (Inherited from Activity.)

Top

See also

Reference

CompositeTask class

Microsoft.SharePoint.WorkflowServices.Activities namespace