Open APIs

 View Only
  • 1.  TMF 697 WorkOrder Management

    Posted Apr 30, 2026 11:13

    Hi, team forum member:

    Regarding TMF697, when will TMF697 be operational? Is there a date?

    Best regards,

    Camila Ahumada



    ------------------------------
    Camila Ahumada
    Entel Chile
    ------------------------------


  • 2.  RE: TMF 697 WorkOrder Management

    Posted May 06, 2026 09:24

    Hi Camila,

    TMF697 is not yet operational as a published Open API, and there is no confirmed release date at this time.
    Based on current Open API project records:
    • TMF697 (Work Order Management API) is still under development and remains in an Feedback implementation phase.
    The API has not completed the required lifecycle gates for publication, including:
    • A complete and reviewed asset set (OAS, User Guide, Conformance Profile)
    • Resolution of implementer feedback
    • Successful validation and readiness checks
    Release timing in the Open API programme is member‑driven, and progression depends on:
    • Active implementer engagement
    • Closure of feedback items
    • Completion of mandatory build assets
    As such, it is not possible to commit to or predict a release date at this stage.


    ------------------------------
    Goutham Babu
    API Product Owner
    TM Forum
    ------------------------------



  • 3.  RE: TMF 697 WorkOrder Management

    Posted 20 days ago

    Hello,

    We have already impement tmf 621, 641, 646 .  But we having problem to make standardized API transaction with Partner for Work Order require device replacement (CPE) on customer site End to End .  Figure out how the best implement if there is business flow require this, here what we got :

    Step TMF API Purpose
    Customer reports "No Internet" TMF621 Create and track the trouble ticket
    Diagnostics conclude ONT must be replaced Internal diagnostics / business rules Decision making (not standardized by TMF)
    Dispatch technician TMF697 Create the field work order
    Schedule visit TMF646 Manage the appointment
    Replace ONT Technician Physical work
    Update installed device TMF639 Update the resource inventory
    If new equipment must be allocated TMF652 Request/provision the physical resource if needed
    Close customer case TMF621 Resolve and close the ticket

    Device replacement become common with operation transaction medium quantity. High when there are upgrade device on certain area..

    Please suggest the flow above, does they are effecient ?

    thanks and regards

    yanto



    ------------------------------
    yanto yanto
    Axiata Group Berhad
    ------------------------------



  • 4.  RE: TMF 697 WorkOrder Management

    Posted 20 days ago
    Edited by Nitin Srivastava 20 days ago
    Hi,
    The "Physical Work" row in your table is not one API call
    "Replace ONT" is TWO resources changing state, transactionally
    1. Use POST /resourceOrder (TMF652) with wrapper action = modify
    2. This wrapper action is internally broken down in to a single resource order with two resourceOrderItems each with corresponding action {delete, add}. {Delete Old, Add New}
    Additionally there seems following gap in the flow 

    Gap 1: SERVICE INVENTORY (TMF638)

    1. Replacing the ONT means the CFS/RFS binding (broadband service -> ONT resource) must be re-pointed.
    2. TMF639 alone does not do this; TMF638 owns the service -> resource relationship.

    Gap 2: ACTIVATION IS MISSING

    1. A new ONT needs provisioning: PLOAM auth on OLT, TR-069 ACS enrolment, WiFi SSID/PSK restore, VLAN/QoS profile push.
    2. This is TMF640 Service Activation & Configuration territory. 
    Regards



    ------------------------------
    Nitin Srivastava
    Jio Platforms Limited
    ------------------------------