add-work-order-task
Add a task to an existing work order by providing description, due date, estimated minutes, and assignment details.
Instructions
Add a task to a work order. ALWAYS confirm with user before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workOrderId | Yes | Work order ID | |
| Description | No | Task description | |
| DueDate | No | Due date (ISO format) | |
| TotalMinutes | No | Estimated minutes | |
| AssignedToUserId | No | Assigned user ID | |
| AssignedToDepartmentId | No | Assigned department ID |