Skip to main content

App Request

Sends a custom request to an application instance. The flow may request something from the Bot's UI Application with this node.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

if ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Request - The request to be sent to the application. The request is a custom JSON object specific to the application.

Output

  • Response - The response that is received from the application. The response is a custom JSON object specific to the application.

Options

  • Timeout - The amount of time (in seconds) until the request times out. The default value is 10 seconds.