Skip to main content

count_workflow_steps

Function count_workflow_steps 

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