Skip to main content
Version: Latest Version (2.9.1)

highbond_run_robot_task (Resource)

Schema

Required

robot_task_idString The ID of the robot task

Optional

idString The ID of this resource.

Read-Only

app_versionNumber The version of the script
completed_atString The date the job was completed
delete_failedBoolean Indicate if the job failed to be deleted
environmentString The environment of the script. Enum: production, development
job_countNumber The folder name that is automatically created in the Robots Agent. The folder corresponds to an individual job
queued_atString The date the job was queued to execute
result_analyticsList of String Includes information of the analytic results
robot_idString The ID of the robot
statusString The status of the job. Enum: success, failed, cancelled, queued, running, skipped
trigger_by_idString The ID of the user who triggered the job
trigger_typeString The trigger type of the job. Enum: schedule, manual, event

Example Usage

resource "highbond_run_robot_task" "main" {
robot_task_id = highbond_robot_task.main.id
}