Skip to main content

DELETE_WAITPOINTS_BY_EXEC_SQL

Constant DELETE_WAITPOINTS_BY_EXEC_SQL 

Source
pub const DELETE_WAITPOINTS_BY_EXEC_SQL: &str = "DELETE FROM ff_waitpoint_pending \
      WHERE partition_key = ?1 AND execution_id = ?2";
Expand description

Delete every waitpoint row for a resolved execution.