highbond_run_robot_task (Resource)

Example Usage

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

Schema

Required

  • robot_task_id (String) The ID of the robot task

Read-Only

  • app_version (Number) The version of the script
  • completed_at (String) The date the job was completed
  • delete_failed (Boolean) Indicate if the job failed to be deleted
  • environment (String) The environment of the script. Enum: production, development
  • id (String) The ID of this resource.
  • job_count (Number) The folder name that is automatically created in the Robots Agent. The folder corresponds to an individual job
  • queued_at (String) The date the job was queued to execute
  • result_analytics (List of String) Includes information of the analytic results
  • robot_id (String) The ID of the robot
  • status (String) The status of the job. Enum: success, failed, cancelled, queued, running, skipped
  • trigger_by_id (String) The ID of the user who triggered the job
  • trigger_type (String) The trigger type of the job. Enum: schedule, manual, event