Alfred v1.66.3.0
Alfred
Alfred
  • Introduction
  • Authentication
  • Event API
    • File Events
      • File Add To Job
      • File Category Create
      • File Category Delete
      • File Change Tag
      • File Done
      • File Extracted Data Create
      • File Extracted Data Delete
      • File Failed
      • File Move
      • File Move To Pending
      • File Move To Recycle Bin
      • File Property Create
      • File Property Delete
      • File Remove Tag
      • File Status Update
      • File Update
    • Job Events
      • JobCreateEvent
      • JobExceededRetriesEvent
      • JobFailedEvent
      • JobFinishedEvent
      • JobInvalidEvent
      • JobRetryEvent
      • JobStageUpdateEvent
      • JobStartEvent
    • Event Structures
  • endpoints
    • Alfred
    • File
      • Remote Sources
      • File Status
    • Deferred Session
    • Job
      • Job Stages
    • Tag
    • Metadata
    • Metadata Values
    • Report
    • Account
    • Company
Powered by GitBook
On this page

Was this helpful?

  1. endpoints
  2. Job

Job Stages

The Job Stage entity in Alfred represents distinct phases in the lifecycle of a document processing Job.

In Alfred, each Job undergoes a series of meticulously defined stages, representing key milestones in its lifecycle. These stages, ranging from initiation to completion, are crucial for understanding and managing the workflow of document processing tasks.

This documentation page provides a comprehensive overview of the Job stages, offering insights into how each stage reflects the progress and state of a Job. Understanding these stages enables users to effectively monitor, manage, and interact with Jobs in Alfred, ensuring smooth and efficient document processing.

Stage

Description

queued

The Job is not yet actively being processed.

started

Initial processing tasks are underway.

downloading

Data retrieval is in progress, preparing for processing.

downloaded

The Job is ready to transition to the next processing phase.

uploading

Data or processing results are being sent to a specified location or system.

uploaded

Signals readiness for subsequent stages following uploading.

in_progress

Core processing tasks are currently being executed.

completed

All intended operations have been executed; the Job is finished.

failed

Requires review or intervention to understand and resolve the issues.

invalid

The Job cannot proceed without rectification of the underlying problems.

cancelled

Intentional termination of the Job's processing before its natural conclusion.

syncing

Data consistency and integration operations are underway.

synced

Data is now consistent and integrated across systems.

in_revision

A review or refinement of the Job's output is in progress.

waiting_to_be_sent_to_third_party

Pending instruction for external processing with another system.

sent_to_third_party

External processing with another system was sent.

Last updated 9 months ago

Was this helpful?