Skip to main content

App In

Starts the automation when an instance is started from Robomotion Apps or when a Robomotion Assistant session is initiated from the browser.

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 the ContinueOnError property is true, no error is caught when the project is executed even if the Catch node is used.

Output

  • Input - Message received from the started instance, it may contain the config parameters for the Bot and other information for the running instance, application and the user.

An example injected data into the flow looks like:

{
"id": "94de756b-89f4-43c8-b99c-80766ee83b92",
"payload": {
"app_id": "6254769d-45b1-49eb-aa27-54166274c76d",
"instance_id": "1dbe81f8-cd66-4f0f-b9ca-3707a8b0d413",
"run_id": "eb488754-4f45-4117-b0e5-fc7912a3a5cf",
"user_id": "160e3448-0d08-4a1b-a168-787ee791b7eb"
}
}