Create a Task Workflow for exported Tool
-
Now that you've exported a Prompt studio project, let's create a Workflow that we'll launch as a Task pipeline. Navigate to Workflows in the side navigation menu and create a new workflow.
-
Let's configure the workflow using the streamlined workflow setup interface:
The workflow setup is organized into 4 main configuration steps:
-
Configure Source Connector:
- Select and configure your data input connector
- Choose
File System
from the dropdown - Click the
Configure
button to configure the input file system - You'll see your configured connector (e.g., "Unstract's google drive-52797280") displayed below
-
Configure Destination Connector:
- Select and configure your data output connector
- For Task Pipelines, choose
File System
from the dropdown - Click the
Configure
button to configure the output file system - You'll see your configured connector (e.g., "Unstract's google drive-bb82386c") displayed below
-
Select Exported Prompt Studio project:
- Choose an exported Prompt Studio project for processing your data
- Your exported project will be displayed (e.g., "new_saas_contracts_structure")
- Use
Change Prompt Studio project
link to select a different project - Click
Configure Settings
to modify the tool settings
-
Deploy Workflow:
- Deploy your workflow for processing
- Use
Deploy as TASK
button to deploy workflows as unstructured data Task Pipelines - Alternatively, use
Deploy Workflow
for other deployment options - For
Display Name
enter the name for the Task pipeline. - In
Cron Schedule
choose the time at which your Task pipeline needs to be triggered.It should in UTC time.
-
-
Once you deployed the Task pipeline, it will automatically trigger at the configured time.
- For
Execution logs
Click on Task Pipeline-->Actions button of your Task-->View Logs
info- Once the file is processed in Task pipeline, it will be cached. To run the cached file again,
Clear cache
andClear Processed File History
under Task Pipeline-->Actions button of your Task. - To trigger the Task pipeline manually, click on
Manual Sync
under Task Pipeline-->Actions button of your Task.
- For