Skip to content

Update Work Orders Tasks

Model to update a task associated with a work order in Fracttal ETL.


General information:

Module Category
Work Order Update

Molecule details

Input parameters:

  • id_work_order_task : str, required

Input schema:

Field Type Required Description Default value Examples
id_work_order_task str Unique identifier of the work order task to update. PydanticUndefined -
initial_date str Task start date and time (recommended ISO 8601 format). PydanticUndefined -
final_date str Task completion date and time (recommended ISO 8601 format). PydanticUndefined -
code_account str Account code associated with the task. PydanticUndefined -
real_duration Optional[float] Actual duration of the task in hours or minutes. None -
is_done Optional[bool] Indicates whether the task was completed. None -
asset_failure Optional[bool] Indicates whether there was a failure on the asset during the task. None -
failure_type Optional[str] Type of failure reported. None -
failure_cause Optional[str] Cause of failure. None -
failure_detection_method Optional[str] Failure detection method. None -
id_failure_severity Optional[int] Severity of the failure. None -
id_damage_type Optional[int] Type of damage identified. None -
asset_out_of_service Optional[bool] Indicates whether the asset was taken out of service. None -
date_asset_out_of_service Optional[str] Date the asset was taken out of service. None -

Notes:

  • The required fields are: id_work_order_task, initial_date, final_date, code_account.