Skip to main content

list_workflows

Function list_workflows 

Source
pub async fn list_workflows<S: WorkflowStore>(
    __arg0: State<Arc<AppState<S>>>,
    __arg1: Query<ListQuery>,
) -> Result<Json<Vec<Value>>, AppError>