Reschedule Task
Reschedules an existing task, allowing you to update the maintenance date and record the cause and notes of the rescheduling.
General information:
| Module | Category |
|---|---|
Task |
Update |
Molecule details
Input parameters:
No input parameters
Output parameters:
No output parameters
Input schema:
| Field | Type | Required | Description | Default value | Examples |
|---|---|---|---|---|---|
id_task |
int | ✅ | ID of the task to be rescheduled. | PydanticUndefined | None |
id_item |
int | ✅ | ID of the item associated with the task. | PydanticUndefined | None |
date_maintenance |
str | ✅ | New maintenance date (ISO 8601). | PydanticUndefined | None |
notes |
str | ✅ | Notes or justification for rescheduling. | PydanticUndefined | None |
reschedule_cause |
str | ✅ | Cause of rescheduling. | PydanticUndefined | None |
account_code |
str | ✅ | Account code of the user who reschedules. | PydanticUndefined | None |
Notes:
All fields are required according to the schema.