Skip to content

Commit c919899

Browse files
authored
Ability to save workflows that are not valid - add usage notes (#738)
1 parent 169b883 commit c919899

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

ui/workflows.mdx

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import EnrichmentImagesTablesHiResOnly from '/snippets/general-shared-text/enric
2626
<Warning>
2727
You must first have an existing source connector and destination connector to add to the workflow.
2828

29-
You cannot create an automatic workflow that uses a local source connector.
29+
You cannot create an automatic workflow that uses a local file as a source.
3030

3131
If you do not have an existing remote connector for either your target source (input) or destination (output) location, [create the source connector](/ui/sources/overview), [create the destination connector](/ui/destinations/overview), and then return here.
3232

@@ -123,15 +123,13 @@ If you did not previously set the workflow to run on a schedule, you can [run th
123123
1. On the sidebar, click **Workflows**.
124124
2. Click the name of the workflow that you want to change.
125125
3. Skip ahead to Step 11 in the following procedure.
126-
127126
</Tip>
128127

129128
<Warning>
130-
You must first have an existing source connector and destination connector to add to the workflow.
129+
You can create and save a custom workflow that uses a local file as a source or does not have a source or destination connector added. However, you cannot activate the workflow or run the workflow
130+
either manually or on a schedule until a source and destination connector are added to the workflow.
131131

132-
You can create a custom workflow that uses a local source connector, but you cannot save the workflow.
133-
134-
If you do not have an existing connector for either your target source (input) or destination (output) location, [create the source connector](/ui/sources/overview), [create the destination connector](/ui/destinations/overview), and then return here.
132+
If you do not have an existing connector for either your target source or destination location, [create the source connector](/ui/sources/overview), [create the destination connector](/ui/destinations/overview), and then return here.
135133

136134
To see your existing connectors, on the sidebar, click **Connectors**, and then click **Sources** or **Destinations**.
137135
</Warning>
@@ -186,6 +184,11 @@ If you did not previously set the workflow to run on a schedule, you can [run th
186184
**Chunker** node before any **Enrichment** nodes could cause incomplete or no enrichment results to be generated.
187185
</Note>
188186

187+
<Warning>
188+
You can create and save a workflow that does not use a valid workflow layout. However, you cannot activate the workflow or run the workflow
189+
either manually or on a schedule until the workflow is changed to use a valid workflow layout.
190+
</Warning>
191+
189192
9. In the pipeline designer, click the **Source** node. In the **Source** pane, select the source location. Then click **Save**.
190193

191194
![Workflow designer](/img/ui/Workflow-Designer.png)

0 commit comments

Comments
 (0)