-
Notifications
You must be signed in to change notification settings - Fork 858
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 synced local 'skyvern/' with remote 'skyvern/'
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Add support for global workflows by using permanent workflow IDs and updating workflow retrieval and execution methods. > > - **Behavior**: > - Modify `get_user_data_dir_for_workflow_run_id()` in `special_browsers.py` to use `get_workflow_by_permanent_id()`. > - Modify `execute_workflow()` in `run_workflow.py` to use `get_workflow_by_permanent_id()`. > - Add `retrieve_global_workflows()` method to `BaseStorage` in `base.py` and implement it in `local.py` and `s3.py`. > - Add `get_workflows_by_permanent_ids()` to `client.py` and `service.py` to retrieve workflows by permanent IDs. > - Add `InvalidTemplateWorkflowPermanentId` exception in `exceptions.py`. > - **Routes**: > - Update `execute_workflow()` and `get_workflows()` in `agent_protocol.py` to handle template workflows using global workflow IDs. > - **Misc**: > - Change `organization_id` references to `workflow_run.organization_id` in `agent.py`, `observer_service.py`, and `block.py`. > - Add `is_template_workflow` parameter to `setup_workflow_run()` in `service.py`. > - Update `get_workflow_by_permanent_id()` calls across multiple files to support global workflows. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=Skyvern-AI%2Fskyvern-cloud&utm_source=github&utm_medium=referral)<sup> for 5fd39022532b95b86fcd39dd726424f9de19f358. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information
1 parent
833cd81
commit 34daf57
Showing
10 changed files
with
154 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.