Identity
A Job reference distinguishes one workload from every other workload.
Execution Jobs identify individual workloads. Workflow Runs coordinate how those workloads move through execution. They are related records with different responsibilities.
A Job reference distinguishes one workload from every other workload.
The Job exposes its current lifecycle status.
The Job can reference its Workflow Run and assigned node.
Terminal state connects the Job with a result or failure.
Workflow Runs coordinate lifecycle progression, routing context, assignment progression, failure handling, and retry behavior without replacing the identity of the original Job.
Identify the workload's current state.
Understand how execution is being coordinated.
Determine whether work has reached execution infrastructure.
Investigate operational behavior.
Consume the result or handle failure explicitly.