pub const UPDATE_EXEC_CORE_SUSPEND_SQL: &str = "UPDATE ff_exec_core \
SET lifecycle_phase = 'suspended', \
ownership_state = 'released', \
eligibility_state = 'not_applicable', \
public_state = 'suspended', \
attempt_state = 'attempt_interrupted' \
WHERE partition_key = ?1 AND execution_id = ?2";