Skip to content

Update Work Orders Status

Model to update the status of a work order in Fracttal ETL.


General information:

Module Category
Work Order Update

Molecule details

Input parameters:

  • wo_folio : str, required

Input schema:

Field Type Required Description Default value Examples
wo_folio str Folio or unique identifier of the work order to be updated. PydanticUndefined -
id_status_work_order str Identifier of the new status to assign to the work order. PydanticUndefined -
user_code str Code of the user who performs the status update. PydanticUndefined -

Usage example:

{
  "wo_folio": "OT-2024-0001",
  "id_status_work_order": "3",
  "user_code": "USR001"
}

Notes:

  • All fields are required.