You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/workflows.mdx
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ import EnrichmentImagesTablesHiResOnly from '/snippets/general-shared-text/enric
26
26
<Warning>
27
27
You must first have an existing source connector and destination connector to add to the workflow.
28
28
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.
30
30
31
31
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.
32
32
@@ -123,15 +123,13 @@ If you did not previously set the workflow to run on a schedule, you can [run th
123
123
1. On the sidebar, click **Workflows**.
124
124
2. Click the name of the workflow that you want to change.
125
125
3. Skip ahead to Step 11 in the following procedure.
126
-
127
126
</Tip>
128
127
129
128
<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.
131
131
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.
135
133
136
134
To see your existing connectors, on the sidebar, click **Connectors**, and then click **Sources** or **Destinations**.
137
135
</Warning>
@@ -186,6 +184,11 @@ If you did not previously set the workflow to run on a schedule, you can [run th
186
184
**Chunker** node before any **Enrichment** nodes could cause incomplete or no enrichment results to be generated.
187
185
</Note>
188
186
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
+
189
192
9. In the pipeline designer, click the **Source** node. In the **Source** pane, select the source location. Then click **Save**.
0 commit comments