---
alias: user-guide-automation-task-oib-feederinterlockingrequestresult
tags:
- automation tasks
description: "This documentation details a task for reporting feeder interlocking request results to the system"
---
# Feeder Interlocking Request Result

This command is used to send a reply to the `FeederInterlockingRequest` event.

## Inputs
| Name | Data Type | Description |
|----------------|-----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| feedersId | `String` | Single or multiple feeder Id (comma separated) |
| requestResults | `String` | The result of the board validation returned by MES. Must be:
`0` (OK) The feeder interlocking status is ok. The feeder can be used.
`1` (NotOk) The feeder interlocking status is overdue.
This is a comma separated value string for all the FeedersId |
| reasons | `String` | A reason for the return value of requestResults (comma separated values) |
| Activate | `Any` | Activate the task |
## Outputs
| Name | Data Type | Description |
| ------- | --------- | ------------------------------------------------ |
| reply | `Any` | The reply received from the system |
| Success | `Boolean` | Triggered when the task is executed with success |
| Error | `Error` | Triggered when the task failed for some reason |
## Settings
This task doesn't have any settings.

## Behavior
This task can only be used with the Feeder Interlocking Request Request task.
## Remarks
None.