create_hr_task
Create and assign tasks within HR cases to manage employee requests and track progress through ServiceNow's HRSD module.
Instructions
Create a task within an HR case (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hr_case_sysid | Yes | sys_id of the parent HR case | |
| short_description | Yes | Brief description of the task | |
| assigned_to | No | User sys_id or username to assign the task to | |
| due_date | No | Due date in ISO 8601 format |