-
Notifications
You must be signed in to change notification settings - Fork 890
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 `workflow_title` to `WorkflowRun` and update related functions to handle this new field. > > - **Behavior**: > - Add `workflow_title` to `WorkflowRun` in `workflow.py` and `WorkflowRunStatusResponse`. > - Update `get_all_runs()`, `get_workflow_runs()`, and `get_workflow_runs_for_workflow_permanent_id()` in `client.py` to include `workflow_title`. > - Modify `convert_to_workflow_run()` in `utils.py` to accept `workflow_title`. > - Update `build_workflow_run_status_response()` in `service.py` to include `workflow_title` in the response. > - **Models**: > - Add `workflow_title` field to `WorkflowRun` and `WorkflowRunStatusResponse` in `workflow.py`. > > <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 4e74b86fc6c29ab8221e35acfe2967acf7e3f89e. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information
1 parent
cc449dc
commit bc9edd2
Showing
4 changed files
with
30 additions
and
11 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