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.
Open sourceSupportFAQsDocs Home
DocumentationAPI ReferenceRelease notes
DocumentationAPI ReferenceRelease notes
  • Platform Cloud
    • Overview
    • Cloud vs. on-prem
    • Architecture
      • Overview
      • Sign in
      • Environments
        • Overview
        • Concepts
        • Access control
        • Main table
        • Navigate
        • Customize your view
        • Job and task details
        • Job hierarchy
        • Troubleshooting
  • Apps
    • FlowAI
  • Resources
    • Itential Academy
    • Itential MCP
    • Accessibility conformance
    • Get support
    • FAQs
LogoLogo
Open sourceSupportFAQsDocs Home
On this page
  • Key terms
  • Status definitions
  • Active states
  • Finished states
Platform CloudCloud HubJob Viewer

Job Viewer terms and concepts

Was this page helpful?
Previous

Access control in Job Viewer

Next
Built with

Key terms

Child Job

A job that runs within the context of a parent job. Child jobs can have their own child jobs and tasks.

Environment

An Itential Platform deployment context (development, staging, or production) that contains isolated job and task data.

Job

A workflow execution instance that may contain child jobs and tasks. Jobs represent the execution of a specific workflow.

Parent job

A job that contains and controls child jobs or tasks beneath it in the hierarchy. Parent jobs can be either root jobs or child jobs themselves.

Root job

The top-level job in a hierarchy. Root jobs are not triggered by other jobs and have no parent job above them.

Task

An individual unit of work within a job that performs a specific function. Tasks can be Manual, Operation, or Automatic.

Task requiring action

A manual task that needs user intervention to proceed with execution.

Workflow

A defined sequence of tasks and logic that automates network operations. Workflows are executed as jobs.

Status definitions

Active states

  • Scheduled: Task is queued for execution
  • Running: Job or task is currently executing
  • Error: Job or task encountered an error during execution
  • Paused: Job execution has been temporarily stopped

Finished states

  • Canceled: Job or task was stopped before completion
  • Complete: Job or task finished successfully