Outbound flows

  • Freigeben Version: Australia
  • Aktualisiert 12. März 2026
  • 2 Minuten Lesedauer
  • Outbound flows are Integration Hub subflows that synchronize workplace cases or tasks from ServiceNow Workplace to a third‑party Facilities Management (FM) provider’s Work Order system, so cases tracked in ServiceNow can be executed as work orders in the provider system and remain in sync. Outbound flows send data from ServiceNow to external Facilities Management provider systems.

    The IFM Integration Framework uses the following Workflow Studio subflows to manage the complete lifecycle of a work order in the FM provider's system. These subflows are referenced to the Facilities Management Provider record.
    • Create work order flow
    • Update work order flow
    • Cancel work order flow

    Navigate to All > Process Automation > Flow Designer.

    Create work order flow

    The Create work order subflow handles the initial outbound request to create a work order in the FM provider system when a valid Workplace Case or Task is created in ServiceNow.

    Tabelle : 1. Create work order subflow
    Subflow Contract Label and Description
    Inputs
    Record
    The Workplace Case or Task record to create the Work Order from.
    Outputs
    Status
    success or failed
    Response Code
    HTTP response code from the provider API
    Message
    Error message to be logged in Workplace Task Sync History
    FM Work Order Id
    The Work Order ID created in the FM provider system
    Actions The Create work order action calls the provider spoke to create the work order through the FM provider's API and returns the Action Status object containing the Status, Response Code, Message, and FM Work Order Id.
    Error Handling If the FM provider API returns an error, the Status and Response Code outputs capture the failure details. The parent flow uses these values to set the Workplace Task's integration state to Create Failed and logs the error details in the Workplace Task History table for administrator review and troubleshooting.

    Update work order flow

    The Update Work Order subflow synchronizes outbound updates from ServiceNow to the FM provider system by updating the corresponding work order when a Workplace Case or Task changes or when an agent adds comments to a synchronized task.

    Tabelle : 2. Update work order subflow
    Subflow Contract Description
    Inputs
    Record
    The Workplace Case or Task record to update the Work Order from.
    Changed fields
    List of field names that are updated
    Comment
    Comment to be added to the Work Order
    Outputs
    Status
    success or failed
    Response Code
    HTTP response code from the provider API
    Message
    Error message to be logged in Workplace Task Sync History
    Actions The Update work order action calls the provider spoke to push the update to the FM provider's API, using the FM Work Order Id from the task record to identify the target work order. The Assign Subflow Outputs action then maps the action response values to the subflow's output.

    Cancel work order flow

    The Cancel work order subflow handles outbound cancellation requests, notifying the FM provider's system to cancel the corresponding work order when the Workplace Task is cancelled in ServiceNow.

    Tabelle : 3. Update work order subflow
    Subflow Contract Description
    Inputs
    Record
    The Workplace Case or Task record to cancel the Work Order from.
    Outputs
    Status
    success or failed
    Response Code
    HTTP response code from the provider API
    Message
    Error message to be logged in Workplace Task Sync History
    Actions The Cancel work order action calls the provider spoke to cancel the work order through the FM provider's API. The Assign Subflow Outputs action then maps the action response values to the subflow's output.