Create Job#

Creates a job with the specified Process and for the specified Robot.

Process Name/GUID[Text] Specify the name of the Process or its GUID.
Robot Name/GUID[Text] Specify the name of the Robot or its GUID.
Task Name/GUID[Text] Optionally specify the name of the Task or its GUID.
Stop After[Text/Date and Time] Optionally specify the date and time when the Job should be stopped.
Interrupt After[Text/Date and Time] Optionally specify the date and time when the Job should be interrupted.
Timeout[Number] Timeout in seconds.
Job GUID[Text] Returns the GUID of the created Job.
Error Handling Level

Select the error handling level. Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message Level

Select the message level that blocks will output during execution. Possible values:

  • "Default" - default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error Text[Text] Returns detailed information about the error in case of incorrect execution of the block's job.