--- alias: user-guide-automation-task-oib-boardproducedrequestresult tags: - automation tasks description: "This task sends a reply based on a board production request result" --- # Board Produced Request Result When activated, the `Board Produced Request Result` task is used to send a reply to the **BoardProducedRequest** event ![1562170033687](./images/board_produced_requestresult_parameters.png) ## Inputs | Name | Data Type | Description | | ----------------- | --------- | ------------------------------------------------------------ | | requestResult | `String` | The result values:
`Error` An internal error occurred in MES, there is no decision about the board possible. The board is not transported. The operator has to check the log filed of MES
`Confirmed` The MES confirmed the board for next processing step
`Rejected_Hold` The MES rejected the board. The board has to be locked in the conveyor and must be removed manually by the operator.
`Rejected_Pass` The MES rejected the board. MES rejected the board but it will be transported through the line. In that case, the operator will not get any information by TraceService that the board was rejected. So in that case, the customer has to implement a solution how to proceed with the board, e.g. the MES implements a escalation path to inform the operator asynchronous | | reason | `String` | Reason to appear on the HMI of the equipment as a justification for a fail message. | | 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. ![1562170304021](./images/board_produced_requestresult_settings.png) ## Behavior This task can only be used with the Traceability Board Produced task. ## Remarks None.