---
alias: user-guide-automation-task-fujinexim-sendfujineximreply
tags:
- automation tasks
description: "This task sends a reply message to a Fuji Nexim driver request"
---
# Send Fuji Nexim Reply
This Task is specific to be used with the Fuji Nexim Driver.
This Task sends reply messages of a specific type, which can be configured in the Task's settings.
![sendfujineximreply_parameters][sendfujineximreply_parameters]
## Inputs
| Name | Data Type | Description |
|-----------|-----------|---------------------------------------|
| requestId | `string` | The RequestId of the message received |
| Activate | `Boolean` | Activates the task |
## Outputs
| Name | Data Type | Description |
|--------------|------------|--------------------------------------------------------|
| Success | `Boolean` | If there was no problem emits a true |
| Error | `Error` | Error that occurred during the processing of this task |
## Settings
On the *General Tab*, you have the usual settings and the following settings:
| Name | Data Type | Values | Default | Description |
|----------------------------|-----------|-------------------------------------------------------------------------------------|---------|---------------------------------------------------------------------------------------------------------|
| Clear Inputs (on activate) | `Boolean` | | `true` | Defines if it is to clear the input values after receiving an activate |
| Message Full Name | `string` | | | Name of the message from Fuji Nexim specification, e.g.: STARTEV_ACK. |
| Message | `enum` | `BOM List Reply`
`Machine State Change Reply`
`Panel CheckIn Reply`
`Panel CheckOut Reply`
`Program Change Completion Reply`
`Program Change Completion 2 Reply`
`Production Completed Reply`
`Production Start Reply` | | Specifies the behavior of the task |
![sendfujineximreply_settings][sendfujineximreply_settings]
## Behavior
When activated, this Task sends a reply of a specific message, configured in the settings.
The `requestId` input is important to identify the request to be replied to.
## Remarks
None.
[sendfujineximreply_parameters]: ./images/sendfujineximreply_parameters.png
[sendfujineximreply_settings]: ./images/sendfujineximreply_settings.png