Learn about runs, their statuses, and how they work in Lume
Status | Description |
---|---|
CREATED | The run has been created but not yet started |
PENDING | The run is queued and waiting to start |
RUNNING | The run is processing data: • For new flows: Analyzes source/target schemas and creates the initial mapper • For existing flows: Processes data using the established mapping logic • When enum classifications are present: May take longer to process new values that require AI classification |
SUCCEEDED | The run completed successfully |
FAILED | The run encountered errors during processing |
CRASHED | The run terminated due to an internal error |
INCOMPLETE | The run failed to process some records |
process()
method for simple transformationsrun.status
to get the current stateSUCCEEDED
, FAILED
, CRASHED
, INCOMPLETE
CREATED
, PENDING
, RUNNING