Task Engine 10.11 | Task Engine Webhelp | webMethods Task Engine API and Service Reference | Using the Task Engine RESTful Web Services in Integration Server | POST Tags To Task
 
POST Tags To Task
This REST request adds the specified tags to a task. The underlying built-in service is pub.task.taskclient:addTagsToTask.
Use this HTTP request and include optional parameters in the request body:
POST /rest/pub/opentask/taskID/tags
Input Parameters
taskID
String The unique identifier that the Task Engine assigns to the task instance.
tags
String Comma separated list of text to be used to define tags. No character limit enforced. Alphanumeric characters, spaces, underscores, and dashes are allowed.
Output Parameters
None.