Outbound flows
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.
- Create work order flow
- Update work order flow
- Cancel work order flow
Navigate to .
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.
| Subflow Contract | Label and Description |
|---|---|
| Inputs |
|
| Outputs |
|
| 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.
| Subflow Contract | Description |
|---|---|
| Inputs |
|
| Outputs |
|
| 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.
| Subflow Contract | Description |
|---|---|
| Inputs |
|
| Outputs |
|
| 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. |