pub const UPDATE_EXEC_CORE_RUNNING_SQL: &str = "UPDATE ff_exec_core \
SET lifecycle_phase = 'active', ownership_state = 'leased', \
eligibility_state = 'not_applicable', \
public_state = 'running', attempt_state = 'running_attempt', \
started_at_ms = COALESCE(started_at_ms, ?3) \
WHERE partition_key = ?1 AND execution_id = ?2";