Parameter | Type | Description |
---|---|---|
task_uuid | string | The unique identifier (UUID) of the task |
Field | Type | Description |
---|---|---|
taskId | string | The unique identifier of the task |
status | string | Current status of the task |
errorMessage | string | null | Error message if task failed, null otherwise |
updatedAt | string | ISO 8601 timestamp of the last status update |
error | string | Error message (only present in error responses) |
Received
: Task has been received and is queuedDryRunStarted
: Dry run validation has startedDryRunCompleted
: Dry run validation completed successfullyDryRunFailed
: Dry run validation failedChainProofsFetchStarted
: Started fetching chain storage proofsChainProofsFetchCompleted
: Chain proofs fetched successfullyChainProofsFetchFailed
: Failed to fetch chain storage proofsTraceGenStarted
: Trace generation has startedTraceGenCompleted
: Trace generation completed successfullyTraceGenFailed
: Trace generation failedAtlanticProvingStarted
: Atlantic proving has startedAtlanticProvingCompleted
: Atlantic proving completed successfullyAtlanticProvingFailed
: Atlantic proving failedTaskDecommitmentStarted
: Task decommitment has startedTaskDecommitmentCompleted
: Task decommitment completed successfully. This is the final status for completed workflows.TaskDecommitmentFailed
: Task decommitment failed