API Post Event#
The task API Post Event is a Task that posts an event into the Data Platform event ingestion.
Inputs#
| Name | Data Type | Values | IsTrigger | Description |
|---|---|---|---|---|
| applicationName | String | MES | The hash function that will encrypt the data | |
| eventTime | DateTime | The time when the event was triggered | ||
| rawValues | Any | The values to be sent to the Data Platform | ||
| Activate | Any | Yes | Activates the task execution |
Outputs#
| Name | Data Type | Values | 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 options settings:
| Name | Data Type | Values | Default | Description |
|---|---|---|---|---|
| IoT Event Definition | IoT Event Definition | IoT Event Definition entity from MES |
Behavior#
The task is used to generate information that will be received and saved by a IoT Consumer. It posts the IoT Event with the supplied raw values as well as the dynamic inputs inherited from the IoT Event Definition and sends all values as payload.

