For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
The main table displays jobs and tasks with the following information:
Job Viewer Main Table
Default columns
Type
Root Job: The top-level job in a hierarchy. Root jobs are triggered by manual execution, API calls, schedules, or events. A root job can have child jobs and tasks beneath it, but it has no parent job above it.
Child Job: A job that runs within another job (either a root job or another child job). Child jobs are sub-workflows that execute as part of a larger automation process. A child job can also be a parent job if it has its own child jobs or tasks beneath it in the hierarchy.
Task: An individual unit of work within a job that performs a specific function. Tasks are the smallest executable units and can be Manual (requiring user intervention), Operation (automated device operations), or Automatic (system-automated processes).