
This item has been deprecated. Use the new one instead.
https://support.questetra.com/bpmn-icons/receive-task-http/
Catching Message Intermediate Event (HTTP)
Holds a token and listens for HTTP requests at a specific URL. Receiving an HTTP request, the token advances. Capable of receiving values in parameters and overwriting business data.
Capture


Notes
- You can check and copy the receiving URL to clipboard in the property screen
- You can check the Reception Parameter and IP filtering Details in the other page after clicking the button in the property screen
- Even though it is possible to leave the API key blank, please set the API key with halfwidth alphanumeric characters, at most 100 in length to tighten the security
- Numeric-type Data Items in which an arithmetic expression has been set cannot be set to Editable
- Please make requests with POST (application/x-www-form-urlencoded or multipart/form-data)
- If successfully processed, the HTTP response code 200 is returned
- The response body is “empty” (text/plain)
- If processing fails, an HTTP response code other than 200 is returned
- In this case, the token remains here, and the listening state of this event continues
- An HTTP response code of 400 and an error message in XML format (text/xml) are returned in the following cases
- The received data does not include content for the required settings in the process data item that will store the data, and does not meet the minimum/maximum number of characters and input validation conditions of the item
- Invalid values for parameters such as App ID
- The token has not yet reached this event and the API is not ready to receive requests
- R2212: XML Format of Error Responses for Receiving HTTP Requests
- HTTP response codes in the 400s are returned, but the response body is not specified in the following cases
- The received HTTP request has exceeded the data size limit that can be received via HTTP communication
- The HTTP request format (method/Content-Type) is not the required format
Pingback: Throwing Message Intermediate Event (Email) – Questetra Support
Pingback: System Settings – IP Address Filtering – Questetra Support
Pingback: System Settings – App External Connectivity – Questetra Support