The error types, the notification destinations, and the XML format when a [Message Start Event (HTTP) ] results in an error.
BPMN Icon: [Message Start Event (HTTP)]
Error types and Notification destination
Person to be Notified | Error Types |
System Administrator | No parameter, no integer in processModelInfoId, processInstanceId, nodeNumber |
No Process Model of specified processModelInfoId | |
Process Administrator | No node of specified nodeNumber |
Specified Workflow App not active | |
Specified node is not Message Start Event node | |
Parameter name error | |
Has reached the limit in the number of Processes | |
Data variation error (i.e., text in numeric type) | |
Required data is not filled |
- Returns HTTP response 200 if the processing is successful
- Returns HTTP response 400 and the contents of the error in XML format if the process is unsuccessful
- A notification email will be sent to the destination above depending on the type of error
- Will not be retried even at the time of the error
XML format at the time of an error
<message-start-event-errors> <error> <key>…</key> <detail>…</detail> </error> … </message-start-event-errors>
- <key>: The type of error
- Parameter name is displayed in case of Process data validation error
- <detail>: Detailed information used to identify the cause of the error
- In cases of Process data validation error, it will be the same as the error message in the form
- For other errors, the input value that caused the error may be displayed as-is
Comments
0 comments
Article is closed for comments.