---
sourceDocument: Australia Employee Service Management
sourceDocumentLink: https://www.servicenow.com/docs/r/pt-BR/employee-service-management

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Employee Service Management

ft:clusterId :

    - emplsm

bundleId :

    - emplsm

workflow :

    - Employee


---

# Outbound flows

# Outbound flows {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 min. de leitura

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
{#outbound-flows__ul_wkz_pq2_g3c}

Navigate to AllProcess AutomationFlow Designer.

## Create work order flow {#outbound-flows__section_i4l_hps_33c}

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.
{#outbound-flows__table_dcq_cgt_33c__entry__2}

| 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. |
[Tabela 1. Create work order subflow]

{#outbound-flows__table_dcq_cgt_33c}

## Update work order flow {#outbound-flows__section_xbh_h1t_33c}

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.
{#outbound-flows__table_zbw_kgt_33c__entry__2}

| 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. |
[Tabela 2. Update work order subflow]

{#outbound-flows__table_zbw_kgt_33c}

## Cancel work order flow {#outbound-flows__section_mtf_5ht_33c}

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.
{#outbound-flows__table_vfk_yht_33c__entry__2}

| 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. |
[Tabela 3. Update work order subflow]

{#outbound-flows__table_vfk_yht_33c}

