System Webhooks
Appmixer Engine Events.
Component Errors
engine:
build:
context: .
dockerfile: Dockerfile
depends_on:
- mongodb
- rabbitmq
- elasticsearch
- redis
environment:
# this variable has to point to your Webhook
- WEBHOOK_FLOW_COMPONENT_ERROR=https://your.example.com/error-handling-ur{
"err": {
"message": "Validation error on ports: in",
"error": {
"in": [
[
{
"keyword": "format",
"dataPath": ".to",
"schemaPath": "#/properties/to/format",
"params": {
"format": "email"
},
"message": "should match format \"email\""
}
]
]
},
"code": "GRID_ERR_VAL_PORTS",
"name": "ValidationFlowError",
"stack": "ValidationFlowError: Validation error on ports: in\n at MessagesProcessor.process (/Users/martinkrcmar/Programming/client/appmixer/appmixer-core/engine/src/context/MessagesProcessor.js:67:19)\n at Context.prepare (/Users/martinkrcmar/Programming/client/appmixer/appmixer-core/engine/src/context/Context.js:68:31)\n at ContextHandler.createContext (/Users/martinkrcmar/Programming/client/appmixer/appmixer-core/engine/src/context/ContextHandler.js:60:17)\n at async InputQueue.consume (/Users/martinkrcmar/Programming/client/appmixer/appmixer-core/engine/src/InputQueue.js:151:23)\n at async InputQueue.onMessage (/Users/martinkrcmar/Programming/client/appmixer/appmixer-core/engine/src/AMQPClient.js:378:20)"
},
"type": "component",
"flowId": "32f605b2-8fbe-4f68-9db9-ce182b35c159",
"flowName": "New flow",
"userId": "5f804b96ea48ec47a8c444a7",
"componentId": "0bb33e42-fbc4-464e-98f1-459f1ff626ac",
"componentType": "appmixer.utils.email.SendEmail",
"inputMessages": {
"in": [
{
"properties": {
"correlationId": "339bc448-a806-4e61-8d38-4211fcedaf12",
"gridInstanceId": null,
"contentType": "application/json",
"contentEncoding": "utf8",
"sender": {
"componentId": "e8c581b4-9985-4f2c-bf30-895bf1d5541b",
"type": "appmixer.utils.controls.OnStart",
"outputPort": "out"
},
"destination": {
"componentId": "0bb33e42-fbc4-464e-98f1-459f1ff626ac",
"inputPort": "in"
},
"correlationInPort": null,
"componentHeaders": {},
"flowId": "32f605b2-8fbe-4f68-9db9-ce182b35c159",
"messageId": "47293e2c-4e33-4558-8805-386de392ef04",
"flowRunId": 1607683798995
},
"content": {
"to": "2020-12-11T10:49:59.050Z"
},
"scope": {
"e8c581b4-9985-4f2c-bf30-895bf1d5541b": {
"out": {
"started": "2020-12-11T10:49:59.050Z"
}
}
},
"originalContent": {
"started": "2020-12-11T10:49:59.050Z"
}
}
]
},
"accessTokenId": null
}


Quota Limit Errors
Forgot Password
Last updated
Was this helpful?
