Cisco Cisco Process Orchestrator 3.0 Guía Del Usuario

Descargar
Página de 74
 
6-14
Cisco Process Orchestrator Northbound Web Services Guide
OL-29988-01
Chapter 6      Task Service
  Updating Tasks
UpdateSurveyTask
Updates the set of questions requiring a user or group response in order to gather a large set of 
information. In Process Orchestrator, this task is called the Input Request task. 
Parameters
  •
nameOrId (string)—The display name or unique identifier of the task
  •
Message (string)— Introductory message for the input request
  •
SurveyStatus (SurveyTaskStatus)—Status of the task (New, Assigned, Pending, InProgress, 
Waiting, Canceled, Completed)
  •
WebFormXSLFileName (string)—Name of the source XML text file to transform the task XML into 
HTML for viewing in the Web Console
  •
Name (string)—The name of the task
  •
Description (string)—Text that describes the task
  •
DueDate (string)—Indicates the time period the task should be resolved. Note that this is the date 
AND time in UTC when the task is due.
  •
ExpirationDate (string)—When the task expires. Note that this is the date AND time in UTC when 
the task expired.
  •
CompletedTime (string)—Indicates the time period the task was completed. Note that this is the date 
AND time in UTC when the task is completed.
  •
Priority (TaskPriority)—Indicates the priority of the task (Low, Medium, High)
  •
NotificationRecipients (List<Collection of strings>)—List of recipients to be notified about the task
  •
ExternalSystem (string)—The external system for the task
  •
ExternalId (string)—The external Id for the task
  •
RelatedTaskIds (List<Collection of Guids>)—Task ID of the related task
  •
CategoryIds (List<Collection of Guids>)—The categories that this task directly belongs to, if any. 
Note that this does not include categories that the process has an INdirect membership in, such as 
in the case of a category within a category.
  •
Parameters (List<NamedParameter>)—A collection of named parameters. The named parameter is 
a generic name/value pair that can be used for any task to add extra information.
Return Type
None