pub async fn count_workflow_step_dependencies( pool: &DbPool, organization_id: Option<Uuid>, workflow_run_id: Uuid, ) -> Result<i64>