From 7ceb77ca05f208254823d8521c6e42ff7a35efc1 Mon Sep 17 00:00:00 2001 From: mleader Date: Thu, 19 Oct 2023 13:45:09 -0400 Subject: [PATCH] use better multi output example --- docs/arcaflow/workflows/output.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/arcaflow/workflows/output.md b/docs/arcaflow/workflows/output.md index 27d52aae..54cda41a 100644 --- a/docs/arcaflow/workflows/output.md +++ b/docs/arcaflow/workflows/output.md @@ -21,8 +21,8 @@ Arcaflow can produce multiple output groups for a workflow. These output groups A common example of two mutually exclusive events could be the availability of your data storage service. Let's assume the service is either available, or unavailable (the unavailble state also includes any states where an error is thrown during data insertion). Multiple workflow outputs allows you to plan for these two events. -In this example taken from the [Arcaflow Workflows](https://raw.githubusercontent.com/arcalot/arcaflow-workflows/main/examples/serial-wait_for/workflow.yaml) project, the `success` output collects the data from the specified steps and inserts it into data storage. The `no-indexing` output collects the data, the error logs, and does not store the data. +In this example taken from the [Arcaflow Workflows](https://raw.githubusercontent.com/arcalot/arcaflow-workflows/2cc913602623c9719f43d4033c73699aa61d8378/system-performance/sysbench/workflow.yaml) project, the `success` output collects the data from the specified steps and inserts it into data storage. The `no-indexing` output collects the data, the error logs, and does not store the data. ```yaml -{!https://raw.githubusercontent.com/arcalot/arcaflow-workflows/main/examples/serial-wait_for/workflow.yaml [ln:27-30]!} +{!https://raw.githubusercontent.com/arcalot/arcaflow-workflows/2cc913602623c9719f43d4033c73699aa61d8378/system-performance/sysbench/workflow.yaml [ln:90-100]!} ``` \ No newline at end of file