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.
pub async fn list_workflow_steps_with_scope(
pool: &DbPool,
scope: WorkflowRunReadScope,
workflow_run_id: Uuid,
) -> Result<Vec<WorkflowStepDbRecord>>Lists workflow steps within an explicit read-visibility scope.