Skip to content

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:

  • id_task : int, required

Input schema:

Field Type Required Description Default value Examples
id_task int ID of the task to be rescheduled. PydanticUndefined -
id_item int ID of the item associated with the task. PydanticUndefined -
date_maintenance str New maintenance date (ISO 8601). PydanticUndefined -
notes str Notes or justification for rescheduling. PydanticUndefined -
reschedule_cause str Cause of rescheduling. PydanticUndefined -
account_code str Account code of the user who reschedules. PydanticUndefined -

Notes:

All fields are required according to the schema.