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
<Accordiontitle="curl (local source and local destination)">
1878
-
To run a workflow that uses a local source and local destination, the workflow must have already been created to use a local source and a local destination. Also,
1879
-
the workflow must have already been created as a custom worklow, and the workflow cannot have been created to run on a schedule.
1880
-
1881
-
The workflow's source and destination must both be local. You cannot run a workflow that specifies a local source and a remote destination, nor can you run a worklow that specifies a remote source
1882
-
and a local destination.
1883
-
1884
-
The Unstructured user interface (UI) and the Unstructured Python SDK currently do not support running workflows that use a local source
1885
-
and a local destination.
1886
-
1891
+
<Accordiontitle="curl (local source and local or remote destination)">
1887
1892
In the following command, replace:
1888
1893
1889
1894
-`</full/path/to/local/filename.extension>` with the full path to the local file to upload.
@@ -1901,7 +1906,7 @@ the `POST` method to call the `/workflows/<workflow-id>/run` endpoint (for `curl
1901
1906
--form "input_files=@</full/path/to/local/filename.extension>;filename=<filename.extension>;type=<local-file-media-type>"# For each additional file to be uploaded.
1902
1907
```
1903
1908
1904
-
To access the processed files' data, [download a processed local file](#download-a-processed-local-file-from-a-job) from the workflow's job run.
1909
+
For a local destination, to access the processed files' data, [download a processed local file](#download-a-processed-local-file-from-a-job) from the workflow's job run.
1905
1910
</Accordion>
1906
1911
<Accordiontitle="Postman (remote source and remote destination)">
1907
1912
1. In the method drop-down list, select **POST**.
@@ -1918,16 +1923,7 @@ the `POST` method to call the `/workflows/<workflow-id>/run` endpoint (for `curl
1918
1923
1919
1924
4. Click **Send**.
1920
1925
</Accordion>
1921
-
<Accordiontitle="Postman (local source and local destination)">
1922
-
To run a workflow that uses a local source and local destination, the workflow must have already been created to use a local source and a local destination. Also,
1923
-
the workflow must have already been created as a custom worklow, and the workflow cannot have been created to run on a schedule.
1924
-
1925
-
The workflow's source and destination must both be local. You cannot run a workflow that specifies a local source and a remote destination, nor can you run a worklow that specifies a remote source
1926
-
and a local destination.
1927
-
1928
-
The Unstructured user interface (UI) and the Unstructured Python SDK currently do not support running workflows that use a local source
1929
-
and a local destination.
1930
-
1926
+
<Accordiontitle="Postman (local source and local or remote destination)">
1931
1927
1. In the method drop-down list, select **POST**.
1932
1928
2. In the address box, enter the following URL:
1933
1929
@@ -1960,7 +1956,7 @@ the `POST` method to call the `/workflows/<workflow-id>/run` endpoint (for `curl
1960
1956
1961
1957
5. Click **Send**.
1962
1958
1963
-
To access the processed files' data, [download a processed local file](#download-a-processed-local-file-from-a-job) from the workflow's job run.
1959
+
For a local destination, to access the processed files' data, [download a processed local file](#download-a-processed-local-file-from-a-job) from the workflow's job run.
0 commit comments