

Overview
Transmits an HTTP request to the destination specified in Access URL. Also capable of saving the received response to a Data Item.
Configs: Common
- Step Name
- Note
Configs: Network Settings
- Access URL *#{EL}
- Insert reference…
- Title
- Case Start User
- Case Start Organization
- Case ID
- Case Start Datetime
- Case Sequence Number
- App ID
- App Name
- (Data Items)
- System Variable: Application Root
- Insert reference…
- HTTP Method
- GET
- POST (application/x-www-form-urlencoded)
- POST (multipart/form-data)
- POST (Specify Request Body)
- Data item to send as request body (String multiple lines / String Markdown / File) *
- (Data Items)
- Content-Type of Request body *
- (Data Items)
- Data item to send as request body (String multiple lines / String Markdown / File) *
- PUT (Specify Request Body)
- Data item to send as request body (String multiple lines / String Markdown / File) *
- (Data Items)
- Content-Type of Request body *
- (Data Items)
- Data item to send as request body (String multiple lines / String Markdown / File) *
- PATCH (Specify Request Body)
- Data item to send as request body (String multiple lines / String Markdown / File) *
- (Data Items)
- Content-Type of Request body *
- (Data Items)
- Data item to send as request body (String multiple lines / String Markdown / File) *
- DELETE
- Data item to save the response (String multiple lines / String Markdown / File)
- Not Save
- (Data Items)
- (In case File-type is chosen) Saving file name *#{EL}
- Insert reference…
- Title
- Case Start User
- Case Start Organization
- Case ID
- Case Start Datetime
- Case Sequence Number
- App ID
- App Name
- (Data Items)
- System Variable: Application Root
- Insert reference…
- (In case File-type is chosen) Saving file name *#{EL}
- Data item to save error details (String multiple lines)
- Not Save
- (Data Items)
Configs: Header
- Authorization Header *
- Not use
- Use
- Authorization Settings to use *
- [Set from here]
- Header
- (move)
- (edit)
- Header Name
- Header Value
- (remove)
- (specified Header Name)
- (specified Header Value)
Configs: Send Parameter
- Send Parameter
- (move)
- (edit)
- Parameter Name
- Parameter Value
- Fixed Value
- Case ID
- Title
- (Data Items)
- (remove)
- (specified Parameter Name)
- (specified Parameter Value)
Capture



Notes
- Also possible to embed business data to Access URL
- Also possible to specify variables as values in Access URL or Send Parameter
- For HTTPS communication, only requests to well-known port (443) are allowed.
- If the connection destination (request destination) is [Message Start Event (HTTP)] or [Receive Task (HTTP)], by clicking [Connect to Message Start Event / Receive Task (HTTP)] button you can view information such as URL and parameters
- Connect to Event in the same server
- Connect to Event in the outside server
- Data Item to save the response will be empty when the processing completed normally
- In “HTTP Method”, if (Specify Request Body) is selected, the following limit applies:
- Content-Type of request body: 200 characters
- If a File-type is selected in “Data Item to save the response”, the following limit applies:
- Saving file name: 200 characters
- Send Parameter has the following limits:
- Parameter Name: 100 characters
- Fixed Value: 1000 characters
- [Service Task (Start Child Case)] is more suitable for connecting to a [Message Start Event (HTTP)] in applications on the same workflow platform
- In a debug case or a case started by clicking the [Debug only this node] button, a “Questetra-Debug: true” header is automatically added to the sending HTTP request
- If the destination is a [Message Start Event (HTTP)], the case will be started as a debugging case
- It is also possible to explicitly specify the Questetra-Debug header in the [Header] tab of the property
See also
- Settings when Questetra to be OAuth2 client
- R2250: Business Data Embedding (HTTP)
- R2251: HTTP Method
- R2253: Custom HTTP Header
- R2252: OAuth Token Getting Procedure
- R2271: Output of Date and Datetime Data via EL syntax
- R2272: Output of Strings via EL syntax
- M225: Auto Sending of HTTP Request with Business data Inserted



