Added, Removed, Deprecated, or Changed Built-In Services
A release is listed in this section only if changes occurred in that release.
Release 10.7
Added Services
pub.task.taskclient:voteTask: The built-in service registers a single user vote for a specified task status.
Release 10.4
Added Services
pub.task.taskclient:setInstancesStatus: The built-in service updates the status of all tasks of a particular task type at once.
Release 10.3
Added Services
wmTaskEngine package: Services to administer and configure a Task Engine instance, running on Integration Server and services to deploy, queue, search, update, and delete tasks on an Integration Server runtime.
Release 10.1
Added Service
pub.task.taskclient:searchTasksHPSTRA: The built-in service retrieves tasks that match specified search criteria. Applies to tasks with task data that the HPSTRA module in Task Engine stores in an ElasticSearch store.
pub.task.taskclient:countTasksIndexedHPSTRA: The built-in service counts the tasks that match the specified search criteria for tasks with indexed task business data. Applies to tasks with task data that the HPSTRA module in Task Engine stores in an ElasticSearch store.
pub.task.taskclient:searchTasksFieldsIndexedHPSTRA: The built-in service retrieves a collection of task data fields from tasks that match the specified search criteria. Applies to tasks with task data that the HPSTRA module in Task Engine stores in an ElasticSearch store.
pub.task.taskclient:searchTasksIndexedHPSTRA: The built-in service retrieves tasks that match specified search criteria. Applies to tasks with task data that the HPSTRA module in Task Engine stores in an ElasticSearch store.
Changed Services
pub.task:TaskSearchQuery: The document type now includes a new parameter, SearchEngineType, which enables you to select a specific search engine to execute the search query.
pub.task:TaskSearchQueryV2: The document type now includes a new parameter, SearchEngineType, which enables you to select a specific search engine to execute the search query.
Release 10.0
Changed Services
pub.task.taskclient:getTaskComments: The built-in service now returns the name of the ID parameter in uppercase instead of in lowercase.
Release 9.10
Changed Services
pub.task.taskclient:queueTask: The built-in service now accepts the task schedule details for a task instance to be added to Task Engine's queue.
pub.task.taskclient:updateTask: The built-in service now allows changes to the new taskScheduleDate parameter if a task instance is in scheduled state.
pub.task.taskclient:getTask: The built-in service now retrieves the task schedule date along with other details of a task instance.