Skip to main content

list_workflow_steps_with_scope

Function list_workflow_steps_with_scope 

Source
pub async fn list_workflow_steps_with_scope(
    pool: &DbPool,
    scope: WorkflowRunReadScope,
    workflow_run_id: Uuid,
) -> Result<Vec<WorkflowStepDbRecord>>
Expand description

Lists workflow steps within an explicit read-visibility scope.